COLOR #81C487

HEX: #81C487 RGB: (129,196,135)

Color info

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

RGB color model

#81C487 color RGB value is (129,196,135).

RGB: (129,196,135) (51%, 77%, 53%)

RGB channels and saturation

R 129 of 255 = 51%
G 196 of 255 = 77%
B 135 of 255 = 53%

129
196
135

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

Portions of RGB colors in percentages

R + G + B = 129 + 196 + 135 = 460 (100%)
R 129 of 460 ~ 28.04%
G 196 of 460 ~ 42.61%
B 135 of 460 ~ 29.35'%

%28.04
%42.61
%29.35

CMYK color model

#81C487 color CMYK value is (34,0,31,23).

  • cyan value is 34.18%
  • magenta value is 0.00%
  • yellow value is 31.12%
  • key color value is 23.14%

CMYK: (34,0,31,23)
C34M0Y31K23 (34%, 0%, 31%, 23%)
(0.34 / 0.00 / 0.31 / 0.23)

CMYK percentages

%34.18
%0
%31.12
%23.14

Codes

Color #81C487 in popluar color models

81 C4 87
RGB 129 196 135
HSL 125° 36.22% 63.73%
HSB/HSV 125° 34.18% 76.86%
CMYK 34.18% 0.00% 31.12%
23.14%

Color #81C487 in popluar number systems.

HEX 81 C4 87
Decimal 129 196 135
Binary 10000001 11000100 10000111
Octal 201 304 207

Shades and tints

Shades of #81C487

#81C487
(129,196,135)
#76B37B
(118,179,123)
#6BA26F
(107,162,111)
#609163
(96,145,99)
#558057
(85,128,87)
#4A6F4B
(74,111,75)
#3F5E3F
(63,94,63)
#344D33
(52,77,51)
#293C27
(41,60,39)
#1E2B1B
(30,43,27)
#131A0F
(19,26,15)
#000000
(0,0,0)

Tints of #81C487

#81C487
(129,196,135)
#8CC991
(140,201,145)
#97CE9B
(151,206,155)
#A2D3A5
(162,211,165)
#ADD8AF
(173,216,175)
#B8DDB9
(184,221,185)
#C3E2C3
(195,226,195)
#CEE7CD
(206,231,205)
#D9ECD7
(217,236,215)
#E4F1E1
(228,241,225)
#EFF6EB
(239,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81C487; }

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

This text font color is #81C487.

Background Color

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

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

This div background color is #81C487.

Border color

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

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

This div border color is #81C487.

Opacity

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

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

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

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

This text has shadow with #81C487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81C487.

Preview

Color preview on black background

This text has color #81C487 on black background.


Color preview on white background

This text has color #81C487 on white background.


Black color preview on #81C487 background

This text has black color on #81C487 background.


White color preview on #81C487 background

This text has white color on #81C487 background.


Related colors

Complementary color

Complementary color for #hex is #7E3B78.


I love getcolorcode.com

Triadic colors

1 #8781C4 and #C48781 with #81C487 are triadic colors.

2 #87C481 and #C48187 with #81C487 are triadic colors.