COLOR #81DD45

HEX: #81DD45
RGB: (129,221,69)

Color info

#81DD45 contains mainly green color. Web safe color of #81DD45 is #99CC33 (or #9C3).

RGB color model

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

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

RGB channels and saturation

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

129
221
69

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

Portions of RGB colors in percentages

R + G + B =
129 + 221 + 69 = 419 (100%)
R 129 of 419 ~ 30.79%
G 221 of 419 ~ 52.74%
B 69 of 419 ~ 16.47%

%30.79
%52.74
%16.47

CMYK color model

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

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

CMYK percentages

%41.63
%0
%68.78
%13.33

Codes

Color #81DD45 in popluar color models

81DD45
RGB12922169
HSL96°69.09%56.86%
HSB/HSV96°68.78%86.67%
CMYK41.63%0.00%68.78%
13.33%

Color #81DD45 in popluar number systems.

HEX81DD45
Decimal12922169
Binary10000001110111011000101
Octal201335105

Shades and tints

Shades of #81DD45

#81DD45
(129,221,69)
#76C93F
(118,201,63)
#6BB539
(107,181,57)
#60A133
(96,161,51)
#558D2D
(85,141,45)
#4A7927
(74,121,39)
#3F6521
(63,101,33)
#34511B
(52,81,27)
#293D15
(41,61,21)
#1E290F
(30,41,15)
#131509
(19,21,9)
#000000
(0,0,0)

Tints of #81DD45

#81DD45
(129,221,69)
#8CE055
(140,224,85)
#97E365
(151,227,101)
#A2E675
(162,230,117)
#ADE985
(173,233,133)
#B8EC95
(184,236,149)
#C3EFA5
(195,239,165)
#CEF2B5
(206,242,181)
#D9F5C5
(217,245,197)
#E4F8D5
(228,248,213)
#EFFBE5
(239,251,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81DD45; }

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

This text font color is #81DD45.


Background Color

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

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

This div background color is #81DD45.


Border color

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

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

This div border color is #81DD45.


Opacity

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

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

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

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

This text has shadow with #81DD45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81DD45 on black background.


Color preview on white background

This text has color #81DD45 on white background.



Black color preview on #81DD45 background

This text has black color on #81DD45 background.


White color preview on #81DD45 background

This text has white color on #81DD45 background.