COLOR #80DF72

HEX: #80DF72
RGB: (128,223,114)

Color info

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

RGB color model

#80DF72 color RGB value is (128,223,114).

  • red value is 128;
  • green value is 223;
  • blue value is 114.
RGB:
(128,223,114)
(50%,87%,45%)

RGB channels and saturation

R 128 of 255 = 50%
G 223 of 255 = 87%
B 114 of 255 = 45%

128
223
114

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

Portions of RGB colors in percentages

R + G + B =
128 + 223 + 114 = 465 (100%)
R 128 of 465 ~ 27.53%
G 223 of 465 ~ 47.96%
B 114 of 465 ~ 24.52%

%27.53
%47.96
%24.52

CMYK color model

#80DF72 color CMYK value is (43,0,49,13).

  • cyan value is 42.60%
  • magenta value is 0.00%
  • yellow value is 48.88%
  • key color value is 12.55%
CMYK:
(43,0,49,13)
C43M0Y49K13 
(43%,0%,49%,13%)
(0.43/0.00/0.49/0.13)	

CMYK percentages

%42.6
%0
%48.88
%12.55

Codes

Color #80DF72 in popluar color models

80DF72
RGB128223114
HSL112°63.01%66.08%
HSB/HSV112°48.88%87.45%
CMYK42.60%0.00%48.88%
12.55%

Color #80DF72 in popluar number systems.

HEX80DF72
Decimal128223114
Binary10000000110111111110010
Octal200337162

Shades and tints

Shades of #80DF72

#80DF72
(128,223,114)
#75CB68
(117,203,104)
#6AB75E
(106,183,94)
#5FA354
(95,163,84)
#548F4A
(84,143,74)
#497B40
(73,123,64)
#3E6736
(62,103,54)
#33532C
(51,83,44)
#283F22
(40,63,34)
#1D2B18
(29,43,24)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #80DF72

#80DF72
(128,223,114)
#8BE17E
(139,225,126)
#96E38A
(150,227,138)
#A1E596
(161,229,150)
#ACE7A2
(172,231,162)
#B7E9AE
(183,233,174)
#C2EBBA
(194,235,186)
#CDEDC6
(205,237,198)
#D8EFD2
(216,239,210)
#E3F1DE
(227,241,222)
#EEF3EA
(238,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80DF72 color. Also use rgb(128,223,114) instead hex code.

Text Font Color

.myTextColor { color: #80DF72; }

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

This text font color is #80DF72.


Background Color

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

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

This div background color is #80DF72.


Border color

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

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

This div border color is #80DF72.


Opacity

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

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

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

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

This text has shadow with #80DF72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80DF72 on black background.


Color preview on white background

This text has color #80DF72 on white background.



Black color preview on #80DF72 background

This text has black color on #80DF72 background.


White color preview on #80DF72 background

This text has white color on #80DF72 background.