COLOR #81B551

HEX: #81B551
RGB: (129,181,81)

Color info

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

RGB color model

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

  • red value is 129;
  • green value is 181;
  • blue value is 81.
RGB:
(129,181,81)
(51%,71%,32%)

RGB channels and saturation

R 129 of 255 = 51%
G 181 of 255 = 71%
B 81 of 255 = 32%

129
181
81

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

Portions of RGB colors in percentages

R + G + B =
129 + 181 + 81 = 391 (100%)
R 129 of 391 ~ 32.99%
G 181 of 391 ~ 46.29%
B 81 of 391 ~ 20.72%

%32.99
%46.29
%20.72

CMYK color model

#81B551 color CMYK value is (29,0,55,29).

  • cyan value is 28.73%
  • magenta value is 0.00%
  • yellow value is 55.25%
  • key color value is 29.02%
CMYK:
(29,0,55,29)
C29M0Y55K29 
(29%,0%,55%,29%)
(0.29/0.00/0.55/0.29)	

CMYK percentages

%28.73
%0
%55.25
%29.02

Codes

Color #81B551 in popluar color models

81B551
RGB12918181
HSL91°40.32%51.37%
HSB/HSV91°55.25%70.98%
CMYK28.73%0.00%55.25%
29.02%

Color #81B551 in popluar number systems.

HEX81B551
Decimal12918181
Binary10000001101101011010001
Octal201265121

Shades and tints

Shades of #81B551

#81B551
(129,181,81)
#76A54A
(118,165,74)
#6B9543
(107,149,67)
#60853C
(96,133,60)
#557535
(85,117,53)
#4A652E
(74,101,46)
#3F5527
(63,85,39)
#344520
(52,69,32)
#293519
(41,53,25)
#1E2512
(30,37,18)
#13150B
(19,21,11)
#000000
(0,0,0)

Tints of #81B551

#81B551
(129,181,81)
#8CBB60
(140,187,96)
#97C16F
(151,193,111)
#A2C77E
(162,199,126)
#ADCD8D
(173,205,141)
#B8D39C
(184,211,156)
#C3D9AB
(195,217,171)
#CEDFBA
(206,223,186)
#D9E5C9
(217,229,201)
#E4EBD8
(228,235,216)
#EFF1E7
(239,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81B551; }

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

This text font color is #81B551.


Background Color

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

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

This div background color is #81B551.


Border color

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

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

This div border color is #81B551.


Opacity

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

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

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

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

This text has shadow with #81B551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81B551 on black background.


Color preview on white background

This text has color #81B551 on white background.



Black color preview on #81B551 background

This text has black color on #81B551 background.


White color preview on #81B551 background

This text has white color on #81B551 background.