COLOR #81D47D

HEX: #81D47D RGB: (129,212,125)

Color info

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

RGB color model

#81D47D color RGB value is (129,212,125).

RGB: (129,212,125) (51%, 83%, 49%)

RGB channels and saturation

R 129 of 255 = 51%
G 212 of 255 = 83%
B 125 of 255 = 49%

129
212
125

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

Portions of RGB colors in percentages

R + G + B = 129 + 212 + 125 = 466 (100%)
R 129 of 466 ~ 27.68%
G 212 of 466 ~ 45.49%
B 125 of 466 ~ 26.82'%

%27.68
%45.49
%26.82

CMYK color model

#81D47D color CMYK value is (39,0,41,17).

  • cyan value is 39.15%
  • magenta value is 0.00%
  • yellow value is 41.04%
  • key color value is 16.86%

CMYK: (39,0,41,17)
C39M0Y41K17 (39%, 0%, 41%, 17%)
(0.39 / 0.00 / 0.41 / 0.17)

CMYK percentages

%39.15
%0
%41.04
%16.86

Codes

Color #81D47D in popluar color models

81 D4 7D
RGB 129 212 125
HSL 117° 50.29% 66.08%
HSB/HSV 117° 41.04% 83.14%
CMYK 39.15% 0.00% 41.04%
16.86%

Color #81D47D in popluar number systems.

HEX 81 D4 7D
Decimal 129 212 125
Binary 10000001 11010100 1111101
Octal 201 324 175

Shades and tints

Shades of #81D47D

#81D47D
(129,212,125)
#76C172
(118,193,114)
#6BAE67
(107,174,103)
#609B5C
(96,155,92)
#558851
(85,136,81)
#4A7546
(74,117,70)
#3F623B
(63,98,59)
#344F30
(52,79,48)
#293C25
(41,60,37)
#1E291A
(30,41,26)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #81D47D

#81D47D
(129,212,125)
#8CD788
(140,215,136)
#97DA93
(151,218,147)
#A2DD9E
(162,221,158)
#ADE0A9
(173,224,169)
#B8E3B4
(184,227,180)
#C3E6BF
(195,230,191)
#CEE9CA
(206,233,202)
#D9ECD5
(217,236,213)
#E4EFE0
(228,239,224)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81D47D; }

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

This text font color is #81D47D.

Background Color

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

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

This div background color is #81D47D.

Border color

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

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

This div border color is #81D47D.

Opacity

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

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

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

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

This text has shadow with #81D47D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81D47D.

Preview

Color preview on black background

This text has color #81D47D on black background.


Color preview on white background

This text has color #81D47D on white background.


Black color preview on #81D47D background

This text has black color on #81D47D background.


White color preview on #81D47D background

This text has white color on #81D47D background.


Related colors

Complementary color

Complementary color for #hex is #7E2B82.


I love getcolorcode.com

Triadic colors

1 #7D81D4 and #D47D81 with #81D47D are triadic colors.

2 #7DD481 and #D4817D with #81D47D are triadic colors.