COLOR #81DF72

HEX: #81DF72
RGB: (129,223,114)

Color info

#81DF72 contains mainly green color. Web safe color of #81DF72 is #99CC66 (or #9C6).

RGB color model

#81DF72 color RGB value is (129,223,114).

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

RGB channels and saturation

R 129 of 255 = 51%
G 223 of 255 = 87%
B 114 of 255 = 45%

129
223
114

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

Portions of RGB colors in percentages

R + G + B =
129 + 223 + 114 = 466 (100%)
R 129 of 466 ~ 27.68%
G 223 of 466 ~ 47.85%
B 114 of 466 ~ 24.46%

%27.68
%47.85
%24.46

CMYK color model

#81DF72 color CMYK value is (42,0,49,13).

  • cyan value is 42.15%
  • magenta value is 0.00%
  • yellow value is 48.88%
  • key color value is 12.55%
CMYK:
(42,0,49,13)
C42M0Y49K13 
(42%,0%,49%,13%)
(0.42/0.00/0.49/0.13)	

CMYK percentages

%42.15
%0
%48.88
%12.55

Codes

Color #81DF72 in popluar color models

81DF72
RGB129223114
HSL112°63.01%66.08%
HSB/HSV112°48.88%87.45%
CMYK42.15%0.00%48.88%
12.55%

Color #81DF72 in popluar number systems.

HEX81DF72
Decimal129223114
Binary10000001110111111110010
Octal201337162

Shades and tints

Shades of #81DF72

#81DF72
(129,223,114)
#76CB68
(118,203,104)
#6BB75E
(107,183,94)
#60A354
(96,163,84)
#558F4A
(85,143,74)
#4A7B40
(74,123,64)
#3F6736
(63,103,54)
#34532C
(52,83,44)
#293F22
(41,63,34)
#1E2B18
(30,43,24)
#13170E
(19,23,14)
#000000
(0,0,0)

Tints of #81DF72

#81DF72
(129,223,114)
#8CE17E
(140,225,126)
#97E38A
(151,227,138)
#A2E596
(162,229,150)
#ADE7A2
(173,231,162)
#B8E9AE
(184,233,174)
#C3EBBA
(195,235,186)
#CEEDC6
(206,237,198)
#D9EFD2
(217,239,210)
#E4F1DE
(228,241,222)
#EFF3EA
(239,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81DF72; }

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

This text font color is #81DF72.


Background Color

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

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

This div background color is #81DF72.


Border color

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

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

This div border color is #81DF72.


Opacity

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

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

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

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

This text has shadow with #81DF72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81DF72 on black background.


Color preview on white background

This text has color #81DF72 on white background.



Black color preview on #81DF72 background

This text has black color on #81DF72 background.


White color preview on #81DF72 background

This text has white color on #81DF72 background.