COLOR #80E874

HEX: #80E874
RGB: (128,232,116)

Color info

#80E874 contains mainly green color. Web safe color of #80E874 is #66FF66 (or #6F6).

RGB color model

#80E874 color RGB value is (128,232,116).

  • red value is 128;
  • green value is 232;
  • blue value is 116.
RGB:
(128,232,116)
(50%,91%,45%)

RGB channels and saturation

R 128 of 255 = 50%
G 232 of 255 = 91%
B 116 of 255 = 45%

128
232
116

R + G + B ~ 62%. #80E874 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 232 + 116 = 476 (100%)
R 128 of 476 ~ 26.89%
G 232 of 476 ~ 48.74%
B 116 of 476 ~ 24.37%

%26.89
%48.74
%24.37

CMYK color model

#80E874 color CMYK value is (45,0,50,9).

  • cyan value is 44.83%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 9.02%
CMYK:
(45,0,50,9)
C45M0Y50K9 
(45%,0%,50%,9%)
(0.45/0.00/0.50/0.09)	

CMYK percentages

%44.83
%0
%50
%9.02

Codes

Color #80E874 in popluar color models

80E874
RGB128232116
HSL114°71.60%68.24%
HSB/HSV114°50.00%90.98%
CMYK44.83%0.00%50.00%
9.02%

Color #80E874 in popluar number systems.

HEX80E874
Decimal128232116
Binary10000000111010001110100
Octal200350164

Shades and tints

Shades of #80E874

#80E874
(128,232,116)
#75D36A
(117,211,106)
#6ABE60
(106,190,96)
#5FA956
(95,169,86)
#54944C
(84,148,76)
#497F42
(73,127,66)
#3E6A38
(62,106,56)
#33552E
(51,85,46)
#284024
(40,64,36)
#1D2B1A
(29,43,26)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #80E874

#80E874
(128,232,116)
#8BEA80
(139,234,128)
#96EC8C
(150,236,140)
#A1EE98
(161,238,152)
#ACF0A4
(172,240,164)
#B7F2B0
(183,242,176)
#C2F4BC
(194,244,188)
#CDF6C8
(205,246,200)
#D8F8D4
(216,248,212)
#E3FAE0
(227,250,224)
#EEFCEC
(238,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80E874 color. Also use rgb(128,232,116) instead hex code.

Text Font Color

.myTextColor { color: #80E874; }

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

This text font color is #80E874.


Background Color

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

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

This div background color is #80E874.


Border color

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

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

This div border color is #80E874.


Opacity

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

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

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

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

This text has shadow with #80E874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80E874 on black background.


Color preview on white background

This text has color #80E874 on white background.



Black color preview on #80E874 background

This text has black color on #80E874 background.


White color preview on #80E874 background

This text has white color on #80E874 background.