COLOR #81B466

HEX: #81B466
RGB: (129,180,102)

Color info

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

RGB color model

#81B466 color RGB value is (129,180,102).

  • red value is 129;
  • green value is 180;
  • blue value is 102.
RGB:
(129,180,102)
(51%,71%,40%)

RGB channels and saturation

R 129 of 255 = 51%
G 180 of 255 = 71%
B 102 of 255 = 40%

129
180
102

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

Portions of RGB colors in percentages

R + G + B =
129 + 180 + 102 = 411 (100%)
R 129 of 411 ~ 31.39%
G 180 of 411 ~ 43.8%
B 102 of 411 ~ 24.82%

%31.39
%43.8
%24.82

CMYK color model

#81B466 color CMYK value is (28,0,43,29).

  • cyan value is 28.33%
  • magenta value is 0.00%
  • yellow value is 43.33%
  • key color value is 29.41%
CMYK:
(28,0,43,29)
C28M0Y43K29 
(28%,0%,43%,29%)
(0.28/0.00/0.43/0.29)	

CMYK percentages

%28.33
%0
%43.33
%29.41

Codes

Color #81B466 in popluar color models

81B466
RGB129180102
HSL99°34.21%55.29%
HSB/HSV99°43.33%70.59%
CMYK28.33%0.00%43.33%
29.41%

Color #81B466 in popluar number systems.

HEX81B466
Decimal129180102
Binary10000001101101001100110
Octal201264146

Shades and tints

Shades of #81B466

#81B466
(129,180,102)
#76A45D
(118,164,93)
#6B9454
(107,148,84)
#60844B
(96,132,75)
#557442
(85,116,66)
#4A6439
(74,100,57)
#3F5430
(63,84,48)
#344427
(52,68,39)
#29341E
(41,52,30)
#1E2415
(30,36,21)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #81B466

#81B466
(129,180,102)
#8CBA73
(140,186,115)
#97C080
(151,192,128)
#A2C68D
(162,198,141)
#ADCC9A
(173,204,154)
#B8D2A7
(184,210,167)
#C3D8B4
(195,216,180)
#CEDEC1
(206,222,193)
#D9E4CE
(217,228,206)
#E4EADB
(228,234,219)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81B466; }

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

This text font color is #81B466.


Background Color

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

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

This div background color is #81B466.


Border color

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

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

This div border color is #81B466.


Opacity

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

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

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

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

This text has shadow with #81B466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81B466 on black background.


Color preview on white background

This text has color #81B466 on white background.



Black color preview on #81B466 background

This text has black color on #81B466 background.


White color preview on #81B466 background

This text has white color on #81B466 background.