COLOR #81B257

HEX: #81B257
RGB: (129,178,87)

Color info

#81B257 contains mainly red and green colors. Web safe color of #81B257 is #999966 (or #996).

RGB color model

#81B257 color RGB value is (129,178,87).

  • red value is 129;
  • green value is 178;
  • blue value is 87.
RGB:
(129,178,87)
(51%,70%,34%)

RGB channels and saturation

R 129 of 255 = 51%
G 178 of 255 = 70%
B 87 of 255 = 34%

129
178
87

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

Portions of RGB colors in percentages

R + G + B =
129 + 178 + 87 = 394 (100%)
R 129 of 394 ~ 32.74%
G 178 of 394 ~ 45.18%
B 87 of 394 ~ 22.08%

%32.74
%45.18
%22.08

CMYK color model

#81B257 color CMYK value is (28,0,51,30).

  • cyan value is 27.53%
  • magenta value is 0.00%
  • yellow value is 51.12%
  • key color value is 30.20%
CMYK:
(28,0,51,30)
C28M0Y51K30 
(28%,0%,51%,30%)
(0.28/0.00/0.51/0.30)	

CMYK percentages

%27.53
%0
%51.12
%30.2

Codes

Color #81B257 in popluar color models

81B257
RGB12917887
HSL92°37.14%51.96%
HSB/HSV92°51.12%69.80%
CMYK27.53%0.00%51.12%
30.20%

Color #81B257 in popluar number systems.

HEX81B257
Decimal12917887
Binary10000001101100101010111
Octal201262127

Shades and tints

Shades of #81B257

#81B257
(129,178,87)
#76A250
(118,162,80)
#6B9249
(107,146,73)
#608242
(96,130,66)
#55723B
(85,114,59)
#4A6234
(74,98,52)
#3F522D
(63,82,45)
#344226
(52,66,38)
#29321F
(41,50,31)
#1E2218
(30,34,24)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #81B257

#81B257
(129,178,87)
#8CB966
(140,185,102)
#97C075
(151,192,117)
#A2C784
(162,199,132)
#ADCE93
(173,206,147)
#B8D5A2
(184,213,162)
#C3DCB1
(195,220,177)
#CEE3C0
(206,227,192)
#D9EACF
(217,234,207)
#E4F1DE
(228,241,222)
#EFF8ED
(239,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81B257; }

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

This text font color is #81B257.


Background Color

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

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

This div background color is #81B257.


Border color

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

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

This div border color is #81B257.


Opacity

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

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

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

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

This text has shadow with #81B257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81B257 on black background.


Color preview on white background

This text has color #81B257 on white background.



Black color preview on #81B257 background

This text has black color on #81B257 background.


White color preview on #81B257 background

This text has white color on #81B257 background.