COLOR #81C417

HEX: #81C417
RGB: (129,196,23)

Color info

#81C417 contains mainly green color. Web safe color of #81C417 is #99CC00 (or #9C0).

RGB color model

#81C417 color RGB value is (129,196,23).

  • red value is 129;
  • green value is 196;
  • blue value is 23.
RGB:
(129,196,23)
(51%,77%,9%)

RGB channels and saturation

R 129 of 255 = 51%
G 196 of 255 = 77%
B 23 of 255 = 9%

129
196
23

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

Portions of RGB colors in percentages

R + G + B =
129 + 196 + 23 = 348 (100%)
R 129 of 348 ~ 37.07%
G 196 of 348 ~ 56.32%
B 23 of 348 ~ 6.61%

%37.07
%56.32

CMYK color model

#81C417 color CMYK value is (34,0,88,23).

  • cyan value is 34.18%
  • magenta value is 0.00%
  • yellow value is 88.27%
  • key color value is 23.14%
CMYK:
(34,0,88,23)
C34M0Y88K23 
(34%,0%,88%,23%)
(0.34/0.00/0.88/0.23)	

CMYK percentages

%34.18
%0
%88.27
%23.14

Codes

Color #81C417 in popluar color models

81C417
RGB12919623
HSL83°79.00%42.94%
HSB/HSV83°88.27%76.86%
CMYK34.18%0.00%88.27%
23.14%

Color #81C417 in popluar number systems.

HEX81C417
Decimal12919623
Binary100000011100010010111
Octal20130427

Shades and tints

Shades of #81C417

#81C417
(129,196,23)
#76B315
(118,179,21)
#6BA213
(107,162,19)
#609111
(96,145,17)
#55800F
(85,128,15)
#4A6F0D
(74,111,13)
#3F5E0B
(63,94,11)
#344D09
(52,77,9)
#293C07
(41,60,7)
#1E2B05
(30,43,5)
#131A03
(19,26,3)
#000000
(0,0,0)

Tints of #81C417

#81C417
(129,196,23)
#8CC92C
(140,201,44)
#97CE41
(151,206,65)
#A2D356
(162,211,86)
#ADD86B
(173,216,107)
#B8DD80
(184,221,128)
#C3E295
(195,226,149)
#CEE7AA
(206,231,170)
#D9ECBF
(217,236,191)
#E4F1D4
(228,241,212)
#EFF6E9
(239,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81C417; }

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

This text font color is #81C417.


Background Color

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

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

This div background color is #81C417.


Border color

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

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

This div border color is #81C417.


Opacity

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

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

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

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

This text has shadow with #81C417 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81C417 on black background.


Color preview on white background

This text has color #81C417 on white background.



Black color preview on #81C417 background

This text has black color on #81C417 background.


White color preview on #81C417 background

This text has white color on #81C417 background.