COLOR #81B577

HEX: #81B577 RGB: (129,181,119)

Color info

#81B577 contains mainly red and green colors. Web safe color of #81B577 is #99CC66 (or #9C6).

RGB color model

#81B577 color RGB value is (129,181,119).

RGB: (129,181,119) (51%, 71%, 47%)

RGB channels and saturation

R 129 of 255 = 51%
G 181 of 255 = 71%
B 119 of 255 = 47%

129
181
119

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

Portions of RGB colors in percentages

R + G + B = 129 + 181 + 119 = 429 (100%)
R 129 of 429 ~ 30.07%
G 181 of 429 ~ 42.19%
B 119 of 429 ~ 27.74'%

%30.07
%42.19
%27.74

CMYK color model

#81B577 color CMYK value is (29,0,34,29).

  • cyan value is 28.73%
  • magenta value is 0.00%
  • yellow value is 34.25%
  • key color value is 29.02%
CMYK: (29,0,34,29) C29M0Y34K29 (29%,0%,34%,29%) (0.29/0.00/0.34/0.29) 

CMYK percentages

%28.73
%0
%34.25
%29.02

Codes

Color #81B577 in popluar color models

81 B5 77
RGB 129 181 119
HSL 110° 29.52% 58.82%
HSB/HSV 110° 34.25% 70.98%
CMYK 28.73% 0.00% 34.25%
29.02%

Color #81B577 in popluar number systems.

HEX 81 B5 77
Decimal 129 181 119
Binary 10000001 10110101 1110111
Octal 201 265 167

Shades and tints

Shades of #81B577

#81B577
(129,181,119)
#76A56D
(118,165,109)
#6B9563
(107,149,99)
#608559
(96,133,89)
#55754F
(85,117,79)
#4A6545
(74,101,69)
#3F553B
(63,85,59)
#344531
(52,69,49)
#293527
(41,53,39)
#1E251D
(30,37,29)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #81B577

#81B577
(129,181,119)
#8CBB83
(140,187,131)
#97C18F
(151,193,143)
#A2C79B
(162,199,155)
#ADCDA7
(173,205,167)
#B8D3B3
(184,211,179)
#C3D9BF
(195,217,191)
#CEDFCB
(206,223,203)
#D9E5D7
(217,229,215)
#E4EBE3
(228,235,227)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81B577 color. Also use rgb(129,181,119) instead hex code.

Text Font Color

.myTextColor { color: #81B577; }

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

This text font color is #81B577.

Background Color

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

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

This div background color is #81B577.

Border color

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

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

This div border color is #81B577.

Opacity

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

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

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

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

This text has shadow with #81B577 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81B577.

Preview

Color preview on black background

This text has color #81B577 on black background.


Color preview on white background

This text has color #81B577 on white background.


Black color preview on #81B577 background

This text has black color on #81B577 background.


White color preview on #81B577 background

This text has white color on #81B577 background.


Related colors

Complementary color

Complementary color for #hex is #7E4A88.


I love getcolorcode.com

Triadic colors

1 #7781B5 and #B57781 with #81B577 are triadic colors.

2 #77B581 and #B58177 with #81B577 are triadic colors.