COLOR #81D387

HEX: #81D387 RGB: (129,211,135)

Color info

#81D387 contains mainly green color. Web safe color of #81D387 is #99CC99 (or #9C9).

RGB color model

#81D387 color RGB value is (129,211,135).

RGB: (129,211,135) (51%, 83%, 53%)

RGB channels and saturation

R 129 of 255 = 51%
G 211 of 255 = 83%
B 135 of 255 = 53%

129
211
135

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

Portions of RGB colors in percentages

R + G + B = 129 + 211 + 135 = 475 (100%)
R 129 of 475 ~ 27.16%
G 211 of 475 ~ 44.42%
B 135 of 475 ~ 28.42'%

%27.16
%44.42
%28.42

CMYK color model

#81D387 color CMYK value is (39,0,36,17).

  • cyan value is 38.86%
  • magenta value is 0.00%
  • yellow value is 36.02%
  • key color value is 17.25%

CMYK: (39,0,36,17)
C39M0Y36K17 (39%, 0%, 36%, 17%)
(0.39 / 0.00 / 0.36 / 0.17)

CMYK percentages

%38.86
%0
%36.02
%17.25

Codes

Color #81D387 in popluar color models

81 D3 87
RGB 129 211 135
HSL 124° 48.24% 66.67%
HSB/HSV 124° 38.86% 82.75%
CMYK 38.86% 0.00% 36.02%
17.25%

Color #81D387 in popluar number systems.

HEX 81 D3 87
Decimal 129 211 135
Binary 10000001 11010011 10000111
Octal 201 323 207

Shades and tints

Shades of #81D387

#81D387
(129,211,135)
#76C07B
(118,192,123)
#6BAD6F
(107,173,111)
#609A63
(96,154,99)
#558757
(85,135,87)
#4A744B
(74,116,75)
#3F613F
(63,97,63)
#344E33
(52,78,51)
#293B27
(41,59,39)
#1E281B
(30,40,27)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #81D387

#81D387
(129,211,135)
#8CD791
(140,215,145)
#97DB9B
(151,219,155)
#A2DFA5
(162,223,165)
#ADE3AF
(173,227,175)
#B8E7B9
(184,231,185)
#C3EBC3
(195,235,195)
#CEEFCD
(206,239,205)
#D9F3D7
(217,243,215)
#E4F7E1
(228,247,225)
#EFFBEB
(239,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81D387 color. Also use rgb(129,211,135) instead hex code.

Text Font Color

.myTextColor { color: #81D387; }

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

This text font color is #81D387.

Background Color

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

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

This div background color is #81D387.

Border color

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

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

This div border color is #81D387.

Opacity

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

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

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

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

This text has shadow with #81D387 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81D387.

Preview

Color preview on black background

This text has color #81D387 on black background.


Color preview on white background

This text has color #81D387 on white background.


Black color preview on #81D387 background

This text has black color on #81D387 background.


White color preview on #81D387 background

This text has white color on #81D387 background.


Related colors

Complementary color

Complementary color for #hex is #7E2C78.


I love getcolorcode.com

Triadic colors

1 #8781D3 and #D38781 with #81D387 are triadic colors.

2 #87D381 and #D38187 with #81D387 are triadic colors.