COLOR #81DD64

HEX: #81DD64
RGB: (129,221,100)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

129
221
100

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

Portions of RGB colors in percentages

R + G + B =
129 + 221 + 100 = 450 (100%)
R 129 of 450 ~ 28.67%
G 221 of 450 ~ 49.11%
B 100 of 450 ~ 22.22%

%28.67
%49.11
%22.22

CMYK color model

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

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

CMYK percentages

%41.63
%0
%54.75
%13.33

Codes

Color #81DD64 in popluar color models

81DD64
RGB129221100
HSL106°64.02%62.94%
HSB/HSV106°54.75%86.67%
CMYK41.63%0.00%54.75%
13.33%

Color #81DD64 in popluar number systems.

HEX81DD64
Decimal129221100
Binary10000001110111011100100
Octal201335144

Shades and tints

Shades of #81DD64

#81DD64
(129,221,100)
#76C95B
(118,201,91)
#6BB552
(107,181,82)
#60A149
(96,161,73)
#558D40
(85,141,64)
#4A7937
(74,121,55)
#3F652E
(63,101,46)
#345125
(52,81,37)
#293D1C
(41,61,28)
#1E2913
(30,41,19)
#13150A
(19,21,10)
#000000
(0,0,0)

Tints of #81DD64

#81DD64
(129,221,100)
#8CE072
(140,224,114)
#97E380
(151,227,128)
#A2E68E
(162,230,142)
#ADE99C
(173,233,156)
#B8ECAA
(184,236,170)
#C3EFB8
(195,239,184)
#CEF2C6
(206,242,198)
#D9F5D4
(217,245,212)
#E4F8E2
(228,248,226)
#EFFBF0
(239,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81DD64; }

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

This text font color is #81DD64.


Background Color

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

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

This div background color is #81DD64.


Border color

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

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

This div border color is #81DD64.


Opacity

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

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

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

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

This text has shadow with #81DD64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81DD64 on black background.


Color preview on white background

This text has color #81DD64 on white background.



Black color preview on #81DD64 background

This text has black color on #81DD64 background.


White color preview on #81DD64 background

This text has white color on #81DD64 background.