COLOR #81D66D

HEX: #81D66D RGB: (129,214,109)

Color info

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

RGB color model

#81D66D color RGB value is (129,214,109).

RGB: (129,214,109) (51%, 84%, 43%)

RGB channels and saturation

R 129 of 255 = 51%
G 214 of 255 = 84%
B 109 of 255 = 43%

129
214
109

R + G + B ~ 59%. #81D66D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 129 + 214 + 109 = 452 (100%)
R 129 of 452 ~ 28.54%
G 214 of 452 ~ 47.35%
B 109 of 452 ~ 24.12'%

%28.54
%47.35
%24.12

CMYK color model

#81D66D color CMYK value is (40,0,49,16).

  • cyan value is 39.72%
  • magenta value is 0.00%
  • yellow value is 49.07%
  • key color value is 16.08%
CMYK: (40,0,49,16) C40M0Y49K16 (40%,0%,49%,16%) (0.40/0.00/0.49/0.16) 

CMYK percentages

%39.72
%0
%49.07
%16.08

Codes

Color #81D66D in popluar color models

81 D6 6D
RGB 129 214 109
HSL 109° 56.15% 63.33%
HSB/HSV 109° 49.07% 83.92%
CMYK 39.72% 0.00% 49.07%
16.08%

Color #81D66D in popluar number systems.

HEX 81 D6 6D
Decimal 129 214 109
Binary 10000001 11010110 1101101
Octal 201 326 155

Shades and tints

Shades of #81D66D

#81D66D
(129,214,109)
#76C364
(118,195,100)
#6BB05B
(107,176,91)
#609D52
(96,157,82)
#558A49
(85,138,73)
#4A7740
(74,119,64)
#3F6437
(63,100,55)
#34512E
(52,81,46)
#293E25
(41,62,37)
#1E2B1C
(30,43,28)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #81D66D

#81D66D
(129,214,109)
#8CD97A
(140,217,122)
#97DC87
(151,220,135)
#A2DF94
(162,223,148)
#ADE2A1
(173,226,161)
#B8E5AE
(184,229,174)
#C3E8BB
(195,232,187)
#CEEBC8
(206,235,200)
#D9EED5
(217,238,213)
#E4F1E2
(228,241,226)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81D66D color. Also use rgb(129,214,109) instead hex code.

Text Font Color

.myTextColor { color: #81D66D; }

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

This text font color is #81D66D.

Background Color

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

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

This div background color is #81D66D.

Border color

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

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

This div border color is #81D66D.

Opacity

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

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

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

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

This text has shadow with #81D66D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81D66D.

Preview

Color preview on black background

This text has color #81D66D on black background.


Color preview on white background

This text has color #81D66D on white background.


Black color preview on #81D66D background

This text has black color on #81D66D background.


White color preview on #81D66D background

This text has white color on #81D66D background.


Related colors

Complementary color

Complementary color for #hex is #7E2992.


I love getcolorcode.com

Triadic colors

1 #6D81D6 and #D66D81 with #81D66D are triadic colors.

2 #6DD681 and #D6816D with #81D66D are triadic colors.