COLOR #80CA81

HEX: #80CA81 RGB: (128,202,129)

Color info

#80CA81 contains mainly green color. Web safe color of #80CA81 is #66CC99 (or #6C9).

RGB color model

#80CA81 color RGB value is (128,202,129).

RGB: (128,202,129) (50%, 79%, 51%)

RGB channels and saturation

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

128
202
129

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

Portions of RGB colors in percentages

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

%27.89
%44.01
%28.1

CMYK color model

#80CA81 color CMYK value is (37,0,36,21).

  • cyan value is 36.63%
  • magenta value is 0.00%
  • yellow value is 36.14%
  • key color value is 20.78%

CMYK: (37,0,36,21)
C37M0Y36K21 (37%, 0%, 36%, 21%)
(0.37 / 0.00 / 0.36 / 0.21)

CMYK percentages

%36.63
%0
%36.14
%20.78

Codes

Color #80CA81 in popluar color models

80 CA 81
RGB 128 202 129
HSL 121° 41.11% 64.71%
HSB/HSV 121° 36.63% 79.22%
CMYK 36.63% 0.00% 36.14%
20.78%

Color #80CA81 in popluar number systems.

HEX 80 CA 81
Decimal 128 202 129
Binary 10000000 11001010 10000001
Octal 200 312 201

Shades and tints

Shades of #80CA81

#80CA81
(128,202,129)
#75B876
(117,184,118)
#6AA66B
(106,166,107)
#5F9460
(95,148,96)
#548255
(84,130,85)
#49704A
(73,112,74)
#3E5E3F
(62,94,63)
#334C34
(51,76,52)
#283A29
(40,58,41)
#1D281E
(29,40,30)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #80CA81

#80CA81
(128,202,129)
#8BCE8C
(139,206,140)
#96D297
(150,210,151)
#A1D6A2
(161,214,162)
#ACDAAD
(172,218,173)
#B7DEB8
(183,222,184)
#C2E2C3
(194,226,195)
#CDE6CE
(205,230,206)
#D8EAD9
(216,234,217)
#E3EEE4
(227,238,228)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80CA81; }

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

This text font color is #80CA81.

Background Color

.myBgColor { background-color: #80CA81; }

<div style="background-color:#80CA81">Inner text</div>

This div background color is #80CA81.

Border color

.myBorderColor { border: 1px solid #80CA81; }

<div style="border:3px solid #80CA81">Div</div>

This div border color is #80CA81.

Opacity

.myOpacity80 { color: #80CA81; opacity: 0.8; }

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

Text with #80CA81 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 #80CA81;}

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

This text has shadow with #80CA81 color.


.textShadow {text-shadow: 3px 3px 1px #80CA81', 3px 3px 1px red;}

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

This text has shadow with #80CA81 primary color and red secondary color.


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

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

This text has shadow with #80CA81 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #80CA81; -webkit-box-shadow: 1px 1px 3px 2px #80CA81; box-shadow:1px 1px 3px 2px #80CA81;">
Div content here
</div>

This div box has shadow with color #80CA81.

Preview

Color preview on black background

This text has color #80CA81 on black background.


Color preview on white background

This text has color #80CA81 on white background.


Black color preview on #80CA81 background

This text has black color on #80CA81 background.


White color preview on #80CA81 background

This text has white color on #80CA81 background.


Related colors

Complementary color

Complementary color for #hex is #7F357E.


I love getcolorcode.com

Triadic colors

1 #8180CA and #CA8180 with #80CA81 are triadic colors.

2 #81CA80 and #CA8081 with #80CA81 are triadic colors.