COLOR #80E78B

HEX: #80E78B
RGB: (128,231,139)

Renk bilgisi

#80E78B contains mainly green color. #80E78B ‘ nin web güvenlik rengi #66FF99 (ya da #6F9) dir.

RGB renk modeli

#80E78B color RGB value is (128,231,139).

  • kırmız ton 128;
  • yeşil ton 231;
  • mavi ton 139.
RGB:
(128,231,139)
(50%,91%,55%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 231 of 255 = 91%
B 139 of 255 = 55%

128
231
139

R + G + B ~ 65%. #80E78B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 231 + 139 = 498 (100%)
R 128 of 498 ~ 25.7%
G 231 of 498 ~ 46.39%
B 139 of 498 ~ 27.91%

%25.7
%46.39
%27.91

CMYK RENK MODELİ

#80E78B rengi CMYK tonu (45,0,40,9).

  • camgöbeği tonu 44.59%
  • eflatun tonu 0.00%
  • sarı tonu 39.83%
  • ana renk tonu 9.41%
CMYK:
(45,0,40,9)
C45M0Y40K9 
(45%,0%,40%,9%)
(0.45/0.00/0.40/0.09)	

CMYK yüzdeleri

%44.59
%0
%39.83
%9.41

Codes

Color #80E78B in popluar color models

80E78B
RGB128231139
HSL126°68.21%70.39%
HSB/HSV126°44.59%90.59%
CMYK44.59%0.00%39.83%
9.41%

Color #80E78B in popluar number systems.

HEX80E78B
Decimal128231139
Binary100000001110011110001011
Octal200347213

Shades and tints

Shades of #80E78B

#80E78B
(128,231,139)
#75D27F
(117,210,127)
#6ABD73
(106,189,115)
#5FA867
(95,168,103)
#54935B
(84,147,91)
#497E4F
(73,126,79)
#3E6943
(62,105,67)
#335437
(51,84,55)
#283F2B
(40,63,43)
#1D2A1F
(29,42,31)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #80E78B

#80E78B
(128,231,139)
#8BE995
(139,233,149)
#96EB9F
(150,235,159)
#A1EDA9
(161,237,169)
#ACEFB3
(172,239,179)
#B7F1BD
(183,241,189)
#C2F3C7
(194,243,199)
#CDF5D1
(205,245,209)
#D8F7DB
(216,247,219)
#E3F9E5
(227,249,229)
#EEFBEF
(238,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80E78B color. Also use rgb(128,231,139) instead hex code.

Text Font Color

.myTextColor { color: #80E78B; }

<p style="color:#80E78B">This sample text font color is #80E78B.</p>

This text font color is #80E78B.


Background Color

.myBgColor { background-color: #80E78B; }

<div style="background-color:#80E78B">Inner text</div>

This div background color is #80E78B.


Border color

.myBorderColor { border: 1px solid #80E78B; }

<div style="border:3px solid #80E78B">Div</div>

This div border color is #80E78B.


Opacity

.myOpacity80 { color: #80E78B; opacity: 0.8; }

<p style="color:#80E78B;opacity:0.8;">80%</p>

Text with #80E78B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #80E78B;}

<p style="text-shadow: 3px 3px 1px #80E78B">Text here.</p>

This text has shadow with #80E78B color.

.textShadow {text-shadow: 3px 3px 1px #80E78B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #80E78B, 5px 5px 20px red">Text here.</p>

This text has shadow with #80E78B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#80E78B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#80E78B, Direction=45, Strength=4)">Text</p>

This text has shadow with #80E78B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #80E78B;
  -webkit-box-shadow:	1px 1px 3px 2px #80E78B;
  box-shadow:		1px 1px 3px 2px #80E78B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #80E78B;
-webkit-box-shadow: 1px 1px 3px 2px #80E78B;
box-shadow:1px 1px 3px 2px #80E78B;">
Div content here</div>
This div box has shadow with color #80E78B.

Preview

Color preview on black background

This text has color #80E78B on black background.


Color preview on white background

This text has color #80E78B on white background.



Black color preview on #80E78B background

This text has black color on #80E78B background.


White color preview on #80E78B background

This text has white color on #80E78B background.