COLOR #81D819

HEX: #81D819
RGB: (129,216,25)

Color info

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

RGB color model

#81D819 color RGB value is (129,216,25).

  • red value is 129;
  • green value is 216;
  • blue value is 25.
RGB:
(129,216,25)
(51%,85%,10%)

RGB channels and saturation

R 129 of 255 = 51%
G 216 of 255 = 85%
B 25 of 255 = 10%

129
216
25

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

Portions of RGB colors in percentages

R + G + B =
129 + 216 + 25 = 370 (100%)
R 129 of 370 ~ 34.86%
G 216 of 370 ~ 58.38%
B 25 of 370 ~ 6.76%

%34.86
%58.38

CMYK color model

#81D819 color CMYK value is (40,0,88,15).

  • cyan value is 40.28%
  • magenta value is 0.00%
  • yellow value is 88.43%
  • key color value is 15.29%
CMYK:
(40,0,88,15)
C40M0Y88K15 
(40%,0%,88%,15%)
(0.40/0.00/0.88/0.15)	

CMYK percentages

%40.28
%0
%88.43
%15.29

Codes

Color #81D819 in popluar color models

81D819
RGB12921625
HSL87°79.25%47.25%
HSB/HSV87°88.43%84.71%
CMYK40.28%0.00%88.43%
15.29%

Color #81D819 in popluar number systems.

HEX81D819
Decimal12921625
Binary100000011101100011001
Octal20133031

Shades and tints

Shades of #81D819

#81D819
(129,216,25)
#76C517
(118,197,23)
#6BB215
(107,178,21)
#609F13
(96,159,19)
#558C11
(85,140,17)
#4A790F
(74,121,15)
#3F660D
(63,102,13)
#34530B
(52,83,11)
#294009
(41,64,9)
#1E2D07
(30,45,7)
#131A05
(19,26,5)
#000000
(0,0,0)

Tints of #81D819

#81D819
(129,216,25)
#8CDB2D
(140,219,45)
#97DE41
(151,222,65)
#A2E155
(162,225,85)
#ADE469
(173,228,105)
#B8E77D
(184,231,125)
#C3EA91
(195,234,145)
#CEEDA5
(206,237,165)
#D9F0B9
(217,240,185)
#E4F3CD
(228,243,205)
#EFF6E1
(239,246,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81D819; }

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

This text font color is #81D819.


Background Color

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

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

This div background color is #81D819.


Border color

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

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

This div border color is #81D819.


Opacity

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

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

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

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

This text has shadow with #81D819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81D819 on black background.


Color preview on white background

This text has color #81D819 on white background.



Black color preview on #81D819 background

This text has black color on #81D819 background.


White color preview on #81D819 background

This text has white color on #81D819 background.