COLOR #80DE76

HEX: #80DE76
RGB: (128,222,118)

Color info

#80DE76 contains mainly green color. Web safe color of #80DE76 is #66CC66 (or #6C6).

RGB color model

#80DE76 color RGB value is (128,222,118).

  • red value is 128;
  • green value is 222;
  • blue value is 118.
RGB:
(128,222,118)
(50%,87%,46%)

RGB channels and saturation

R 128 of 255 = 50%
G 222 of 255 = 87%
B 118 of 255 = 46%

128
222
118

R + G + B ~ 61%. #80DE76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 222 + 118 = 468 (100%)
R 128 of 468 ~ 27.35%
G 222 of 468 ~ 47.44%
B 118 of 468 ~ 25.21%

%27.35
%47.44
%25.21

CMYK color model

#80DE76 color CMYK value is (42,0,47,13).

  • cyan value is 42.34%
  • magenta value is 0.00%
  • yellow value is 46.85%
  • key color value is 12.94%
CMYK:
(42,0,47,13)
C42M0Y47K13 
(42%,0%,47%,13%)
(0.42/0.00/0.47/0.13)	

CMYK percentages

%42.34
%0
%46.85
%12.94

Codes

Color #80DE76 in popluar color models

80DE76
RGB128222118
HSL114°61.18%66.67%
HSB/HSV114°46.85%87.06%
CMYK42.34%0.00%46.85%
12.94%

Color #80DE76 in popluar number systems.

HEX80DE76
Decimal128222118
Binary10000000110111101110110
Octal200336166

Shades and tints

Shades of #80DE76

#80DE76
(128,222,118)
#75CA6C
(117,202,108)
#6AB662
(106,182,98)
#5FA258
(95,162,88)
#548E4E
(84,142,78)
#497A44
(73,122,68)
#3E663A
(62,102,58)
#335230
(51,82,48)
#283E26
(40,62,38)
#1D2A1C
(29,42,28)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #80DE76

#80DE76
(128,222,118)
#8BE182
(139,225,130)
#96E48E
(150,228,142)
#A1E79A
(161,231,154)
#ACEAA6
(172,234,166)
#B7EDB2
(183,237,178)
#C2F0BE
(194,240,190)
#CDF3CA
(205,243,202)
#D8F6D6
(216,246,214)
#E3F9E2
(227,249,226)
#EEFCEE
(238,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80DE76 color. Also use rgb(128,222,118) instead hex code.

Text Font Color

.myTextColor { color: #80DE76; }

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

This text font color is #80DE76.


Background Color

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

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

This div background color is #80DE76.


Border color

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

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

This div border color is #80DE76.


Opacity

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

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

Text with #80DE76 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 #80DE76;}

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

This text has shadow with #80DE76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80DE76 on black background.


Color preview on white background

This text has color #80DE76 on white background.



Black color preview on #80DE76 background

This text has black color on #80DE76 background.


White color preview on #80DE76 background

This text has white color on #80DE76 background.