COLOR #81CA80

HEX: #81CA80
RGB: (129,202,128)

Color info

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

RGB color model

#81CA80 color RGB value is (129,202,128).

  • red value is 129;
  • green value is 202;
  • blue value is 128.
RGB:
(129,202,128)
(51%,79%,50%)

RGB channels and saturation

R 129 of 255 = 51%
G 202 of 255 = 79%
B 128 of 255 = 50%

129
202
128

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

Portions of RGB colors in percentages

R + G + B =
129 + 202 + 128 = 459 (100%)
R 129 of 459 ~ 28.1%
G 202 of 459 ~ 44.01%
B 128 of 459 ~ 27.89%

%28.1
%44.01
%27.89

CMYK color model

#81CA80 color CMYK value is (36,0,37,21).

  • cyan value is 36.14%
  • magenta value is 0.00%
  • yellow value is 36.63%
  • key color value is 20.78%
CMYK:
(36,0,37,21)
C36M0Y37K21 
(36%,0%,37%,21%)
(0.36/0.00/0.37/0.21)	

CMYK percentages

%36.14
%0
%36.63
%20.78

Codes

Color #81CA80 in popluar color models

81CA80
RGB129202128
HSL119°41.11%64.71%
HSB/HSV119°36.63%79.22%
CMYK36.14%0.00%36.63%
20.78%

Color #81CA80 in popluar number systems.

HEX81CA80
Decimal129202128
Binary100000011100101010000000
Octal201312200

Shades and tints

Shades of #81CA80

#81CA80
(129,202,128)
#76B875
(118,184,117)
#6BA66A
(107,166,106)
#60945F
(96,148,95)
#558254
(85,130,84)
#4A7049
(74,112,73)
#3F5E3E
(63,94,62)
#344C33
(52,76,51)
#293A28
(41,58,40)
#1E281D
(30,40,29)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #81CA80

#81CA80
(129,202,128)
#8CCE8B
(140,206,139)
#97D296
(151,210,150)
#A2D6A1
(162,214,161)
#ADDAAC
(173,218,172)
#B8DEB7
(184,222,183)
#C3E2C2
(195,226,194)
#CEE6CD
(206,230,205)
#D9EAD8
(217,234,216)
#E4EEE3
(228,238,227)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81CA80; }

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

This text font color is #81CA80.


Background Color

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

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

This div background color is #81CA80.


Border color

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

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

This div border color is #81CA80.


Opacity

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

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

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

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

This text has shadow with #81CA80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81CA80 on black background.


Color preview on white background

This text has color #81CA80 on white background.



Black color preview on #81CA80 background

This text has black color on #81CA80 background.


White color preview on #81CA80 background

This text has white color on #81CA80 background.