COLOR #81D97D

HEX: #81D97D
RGB: (129,217,125)

Color info

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

RGB color model

#81D97D color RGB value is (129,217,125).

  • red value is 129;
  • green value is 217;
  • blue value is 125.
RGB:
(129,217,125)
(51%,85%,49%)

RGB channels and saturation

R 129 of 255 = 51%
G 217 of 255 = 85%
B 125 of 255 = 49%

129
217
125

R + G + B ~ 62%. #81D97D is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 217 + 125 = 471 (100%)
R 129 of 471 ~ 27.39%
G 217 of 471 ~ 46.07%
B 125 of 471 ~ 26.54%

%27.39
%46.07
%26.54

CMYK color model

#81D97D color CMYK value is (41,0,42,15).

  • cyan value is 40.55%
  • magenta value is 0.00%
  • yellow value is 42.40%
  • key color value is 14.90%
CMYK:
(41,0,42,15)
C41M0Y42K15 
(41%,0%,42%,15%)
(0.41/0.00/0.42/0.15)	

CMYK percentages

%40.55
%0
%42.4
%14.9

Codes

Color #81D97D in popluar color models

81D97D
RGB129217125
HSL117°54.76%67.06%
HSB/HSV117°42.40%85.10%
CMYK40.55%0.00%42.40%
14.90%

Color #81D97D in popluar number systems.

HEX81D97D
Decimal129217125
Binary10000001110110011111101
Octal201331175

Shades and tints

Shades of #81D97D

#81D97D
(129,217,125)
#76C672
(118,198,114)
#6BB367
(107,179,103)
#60A05C
(96,160,92)
#558D51
(85,141,81)
#4A7A46
(74,122,70)
#3F673B
(63,103,59)
#345430
(52,84,48)
#294125
(41,65,37)
#1E2E1A
(30,46,26)
#131B0F
(19,27,15)
#000000
(0,0,0)

Tints of #81D97D

#81D97D
(129,217,125)
#8CDC88
(140,220,136)
#97DF93
(151,223,147)
#A2E29E
(162,226,158)
#ADE5A9
(173,229,169)
#B8E8B4
(184,232,180)
#C3EBBF
(195,235,191)
#CEEECA
(206,238,202)
#D9F1D5
(217,241,213)
#E4F4E0
(228,244,224)
#EFF7EB
(239,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81D97D color. Also use rgb(129,217,125) instead hex code.

Text Font Color

.myTextColor { color: #81D97D; }

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

This text font color is #81D97D.


Background Color

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

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

This div background color is #81D97D.


Border color

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

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

This div border color is #81D97D.


Opacity

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

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

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

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

This text has shadow with #81D97D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81D97D on black background.


Color preview on white background

This text has color #81D97D on white background.



Black color preview on #81D97D background

This text has black color on #81D97D background.


White color preview on #81D97D background

This text has white color on #81D97D background.