COLOR #81DF81

HEX: #81DF81
RGB: (129,223,129)

Color info

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

RGB color model

#81DF81 color RGB value is (129,223,129).

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

RGB channels and saturation

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

129
223
129

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

Portions of RGB colors in percentages

R + G + B =
129 + 223 + 129 = 481 (100%)
R 129 of 481 ~ 26.82%
G 223 of 481 ~ 46.36%
B 129 of 481 ~ 26.82%

%26.82
%46.36
%26.82

CMYK color model

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

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

CMYK percentages

%42.15
%0
%42.15
%12.55

Codes

Color #81DF81 in popluar color models

81DF81
RGB129223129
HSL120°59.49%69.02%
HSB/HSV120°42.15%87.45%
CMYK42.15%0.00%42.15%
12.55%

Color #81DF81 in popluar number systems.

HEX81DF81
Decimal129223129
Binary100000011101111110000001
Octal201337201

Shades and tints

Shades of #81DF81

#81DF81
(129,223,129)
#76CB76
(118,203,118)
#6BB76B
(107,183,107)
#60A360
(96,163,96)
#558F55
(85,143,85)
#4A7B4A
(74,123,74)
#3F673F
(63,103,63)
#345334
(52,83,52)
#293F29
(41,63,41)
#1E2B1E
(30,43,30)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #81DF81

#81DF81
(129,223,129)
#8CE18C
(140,225,140)
#97E397
(151,227,151)
#A2E5A2
(162,229,162)
#ADE7AD
(173,231,173)
#B8E9B8
(184,233,184)
#C3EBC3
(195,235,195)
#CEEDCE
(206,237,206)
#D9EFD9
(217,239,217)
#E4F1E4
(228,241,228)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81DF81; }

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

This text font color is #81DF81.


Background Color

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

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

This div background color is #81DF81.


Border color

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

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

This div border color is #81DF81.


Opacity

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

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

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

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

This text has shadow with #81DF81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81DF81 on black background.


Color preview on white background

This text has color #81DF81 on white background.



Black color preview on #81DF81 background

This text has black color on #81DF81 background.


White color preview on #81DF81 background

This text has white color on #81DF81 background.