COLOR #81AF51

HEX: #81AF51 RGB: (129,175,81)

Color info

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

RGB color model

#81AF51 color RGB value is (129,175,81).

RGB: (129,175,81) (51%, 69%, 32%)

RGB channels and saturation

R 129 of 255 = 51%
G 175 of 255 = 69%
B 81 of 255 = 32%

129
175
81

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

Portions of RGB colors in percentages

R + G + B = 129 + 175 + 81 = 385 (100%)
R 129 of 385 ~ 33.51%
G 175 of 385 ~ 45.45%
B 81 of 385 ~ 21.04'%

%33.51
%45.45
%21.04

CMYK color model

#81AF51 color CMYK value is (26,0,54,31).

  • cyan value is 26.29%
  • magenta value is 0.00%
  • yellow value is 53.71%
  • key color value is 31.37%

CMYK: (26,0,54,31)
C26M0Y54K31 (26%, 0%, 54%, 31%)
(0.26 / 0.00 / 0.54 / 0.31)

CMYK percentages

%26.29
%0
%53.71
%31.37

Codes

Color #81AF51 in popluar color models

81 AF 51
RGB 129 175 81
HSL 89° 37.01% 50.20%
HSB/HSV 89° 53.71% 68.63%
CMYK 26.29% 0.00% 53.71%
31.37%

Color #81AF51 in popluar number systems.

HEX 81 AF 51
Decimal 129 175 81
Binary 10000001 10101111 1010001
Octal 201 257 121

Shades and tints

Shades of #81AF51

#81AF51
(129,175,81)
#76A04A
(118,160,74)
#6B9143
(107,145,67)
#60823C
(96,130,60)
#557335
(85,115,53)
#4A642E
(74,100,46)
#3F5527
(63,85,39)
#344620
(52,70,32)
#293719
(41,55,25)
#1E2812
(30,40,18)
#13190B
(19,25,11)
#000000
(0,0,0)

Tints of #81AF51

#81AF51
(129,175,81)
#8CB660
(140,182,96)
#97BD6F
(151,189,111)
#A2C47E
(162,196,126)
#ADCB8D
(173,203,141)
#B8D29C
(184,210,156)
#C3D9AB
(195,217,171)
#CEE0BA
(206,224,186)
#D9E7C9
(217,231,201)
#E4EED8
(228,238,216)
#EFF5E7
(239,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81AF51; }

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

This text font color is #81AF51.

Background Color

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

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

This div background color is #81AF51.

Border color

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

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

This div border color is #81AF51.

Opacity

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

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

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

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

This text has shadow with #81AF51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81AF51.

Preview

Color preview on black background

This text has color #81AF51 on black background.


Color preview on white background

This text has color #81AF51 on white background.


Black color preview on #81AF51 background

This text has black color on #81AF51 background.


White color preview on #81AF51 background

This text has white color on #81AF51 background.


Related colors

Complementary color

Complementary color for #hex is #7E50AE.


I love getcolorcode.com

Triadic colors

1 #5181AF and #AF5181 with #81AF51 are triadic colors.

2 #51AF81 and #AF8151 with #81AF51 are triadic colors.