COLOR #81DD81

HEX: #81DD81
RGB: (129,221,129)

Color info

#81DD81 contains mainly green color. Web safe color of #81DD81 is #99CC99 (or #9C9).

RGB color model

#81DD81 color RGB value is (129,221,129).

  • red value is 129;
  • green value is 221;
  • blue value is 129.
RGB:
(129,221,129)
(51%,87%,51%)

RGB channels and saturation

R 129 of 255 = 51%
G 221 of 255 = 87%
B 129 of 255 = 51%

129
221
129

R + G + B ~ 63%. #81DD81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 221 + 129 = 479 (100%)
R 129 of 479 ~ 26.93%
G 221 of 479 ~ 46.14%
B 129 of 479 ~ 26.93%

%26.93
%46.14
%26.93

CMYK color model

#81DD81 color CMYK value is (42,0,42,13).

  • cyan value is 41.63%
  • magenta value is 0.00%
  • yellow value is 41.63%
  • key color value is 13.33%
CMYK:
(42,0,42,13)
C42M0Y42K13 
(42%,0%,42%,13%)
(0.42/0.00/0.42/0.13)	

CMYK percentages

%41.63
%0
%41.63
%13.33

Codes

Color #81DD81 in popluar color models

81DD81
RGB129221129
HSL120°57.50%68.63%
HSB/HSV120°41.63%86.67%
CMYK41.63%0.00%41.63%
13.33%

Color #81DD81 in popluar number systems.

HEX81DD81
Decimal129221129
Binary100000011101110110000001
Octal201335201

Shades and tints

Shades of #81DD81

#81DD81
(129,221,129)
#76C976
(118,201,118)
#6BB56B
(107,181,107)
#60A160
(96,161,96)
#558D55
(85,141,85)
#4A794A
(74,121,74)
#3F653F
(63,101,63)
#345134
(52,81,52)
#293D29
(41,61,41)
#1E291E
(30,41,30)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #81DD81

#81DD81
(129,221,129)
#8CE08C
(140,224,140)
#97E397
(151,227,151)
#A2E6A2
(162,230,162)
#ADE9AD
(173,233,173)
#B8ECB8
(184,236,184)
#C3EFC3
(195,239,195)
#CEF2CE
(206,242,206)
#D9F5D9
(217,245,217)
#E4F8E4
(228,248,228)
#EFFBEF
(239,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81DD81; }

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

This text font color is #81DD81.


Background Color

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

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

This div background color is #81DD81.


Border color

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

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

This div border color is #81DD81.


Opacity

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

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

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

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

This text has shadow with #81DD81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81DD81 on black background.


Color preview on white background

This text has color #81DD81 on white background.



Black color preview on #81DD81 background

This text has black color on #81DD81 background.


White color preview on #81DD81 background

This text has white color on #81DD81 background.