COLOR #81D051

HEX: #81D051
RGB: (129,208,81)

Color info

#81D051 contains mainly green color. Web safe color of #81D051 is #99CC66 (or #9C6).

RGB color model

#81D051 color RGB value is (129,208,81).

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

RGB channels and saturation

R 129 of 255 = 51%
G 208 of 255 = 82%
B 81 of 255 = 32%

129
208
81

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

Portions of RGB colors in percentages

R + G + B =
129 + 208 + 81 = 418 (100%)
R 129 of 418 ~ 30.86%
G 208 of 418 ~ 49.76%
B 81 of 418 ~ 19.38%

%30.86
%49.76
%19.38

CMYK color model

#81D051 color CMYK value is (38,0,61,18).

  • cyan value is 37.98%
  • magenta value is 0.00%
  • yellow value is 61.06%
  • key color value is 18.43%
CMYK:
(38,0,61,18)
C38M0Y61K18 
(38%,0%,61%,18%)
(0.38/0.00/0.61/0.18)	

CMYK percentages

%37.98
%0
%61.06
%18.43

Codes

Color #81D051 in popluar color models

81D051
RGB12920881
HSL97°57.47%56.67%
HSB/HSV97°61.06%81.57%
CMYK37.98%0.00%61.06%
18.43%

Color #81D051 in popluar number systems.

HEX81D051
Decimal12920881
Binary10000001110100001010001
Octal201320121

Shades and tints

Shades of #81D051

#81D051
(129,208,81)
#76BE4A
(118,190,74)
#6BAC43
(107,172,67)
#609A3C
(96,154,60)
#558835
(85,136,53)
#4A762E
(74,118,46)
#3F6427
(63,100,39)
#345220
(52,82,32)
#294019
(41,64,25)
#1E2E12
(30,46,18)
#131C0B
(19,28,11)
#000000
(0,0,0)

Tints of #81D051

#81D051
(129,208,81)
#8CD460
(140,212,96)
#97D86F
(151,216,111)
#A2DC7E
(162,220,126)
#ADE08D
(173,224,141)
#B8E49C
(184,228,156)
#C3E8AB
(195,232,171)
#CEECBA
(206,236,186)
#D9F0C9
(217,240,201)
#E4F4D8
(228,244,216)
#EFF8E7
(239,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81D051; }

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

This text font color is #81D051.


Background Color

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

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

This div background color is #81D051.


Border color

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

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

This div border color is #81D051.


Opacity

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

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

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

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

This text has shadow with #81D051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81D051 on black background.


Color preview on white background

This text has color #81D051 on white background.



Black color preview on #81D051 background

This text has black color on #81D051 background.


White color preview on #81D051 background

This text has white color on #81D051 background.