COLOR #80CC7A

HEX: #80CC7A RGB: (128,204,122)

Color info

#80CC7A contains mainly green color. Web safe color of #80CC7A is #66CC66 (or #6C6).

RGB color model

#80CC7A color RGB value is (128,204,122).

RGB: (128,204,122) (50%, 80%, 48%)

RGB channels and saturation

R 128 of 255 = 50%
G 204 of 255 = 80%
B 122 of 255 = 48%

128
204
122

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

Portions of RGB colors in percentages

R + G + B = 128 + 204 + 122 = 454 (100%)
R 128 of 454 ~ 28.19%
G 204 of 454 ~ 44.93%
B 122 of 454 ~ 26.87'%

%28.19
%44.93
%26.87

CMYK color model

#80CC7A color CMYK value is (37,0,40,20).

  • cyan value is 37.25%
  • magenta value is 0.00%
  • yellow value is 40.20%
  • key color value is 20.00%
CMYK: (37,0,40,20) C37M0Y40K20 (37%,0%,40%,20%) (0.37/0.00/0.40/0.20) 

CMYK percentages

%37.25
%0
%40.2
%20

Codes

Color #80CC7A in popluar color models

80 CC 7A
RGB 128 204 122
HSL 116° 44.57% 63.92%
HSB/HSV 116° 40.20% 80.00%
CMYK 37.25% 0.00% 40.20%
20.00%

Color #80CC7A in popluar number systems.

HEX 80 CC 7A
Decimal 128 204 122
Binary 10000000 11001100 1111010
Octal 200 314 172

Shades and tints

Shades of #80CC7A

#80CC7A
(128,204,122)
#75BA6F
(117,186,111)
#6AA864
(106,168,100)
#5F9659
(95,150,89)
#54844E
(84,132,78)
#497243
(73,114,67)
#3E6038
(62,96,56)
#334E2D
(51,78,45)
#283C22
(40,60,34)
#1D2A17
(29,42,23)
#12180C
(18,24,12)
#000000
(0,0,0)

Tints of #80CC7A

#80CC7A
(128,204,122)
#8BD086
(139,208,134)
#96D492
(150,212,146)
#A1D89E
(161,216,158)
#ACDCAA
(172,220,170)
#B7E0B6
(183,224,182)
#C2E4C2
(194,228,194)
#CDE8CE
(205,232,206)
#D8ECDA
(216,236,218)
#E3F0E6
(227,240,230)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80CC7A color. Also use rgb(128,204,122) instead hex code.

Text Font Color

.myTextColor { color: #80CC7A; }

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

This text font color is #80CC7A.

Background Color

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

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

This div background color is #80CC7A.

Border color

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

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

This div border color is #80CC7A.

Opacity

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

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

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

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

This text has shadow with #80CC7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80CC7A.

Preview

Color preview on black background

This text has color #80CC7A on black background.


Color preview on white background

This text has color #80CC7A on white background.


Black color preview on #80CC7A background

This text has black color on #80CC7A background.


White color preview on #80CC7A background

This text has white color on #80CC7A background.


Related colors

Complementary color

Complementary color for #hex is #7F3385.


I love getcolorcode.com

Triadic colors

1 #7A80CC and #CC7A80 with #80CC7A are triadic colors.

2 #7ACC80 and #CC807A with #80CC7A are triadic colors.