COLOR #80C057

HEX: #80C057 RGB: (128,192,87)

Color info

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

RGB color model

#80C057 color RGB value is (128,192,87).

RGB: (128,192,87) (50%, 75%, 34%)

RGB channels and saturation

R 128 of 255 = 50%
G 192 of 255 = 75%
B 87 of 255 = 34%

128
192
87

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

Portions of RGB colors in percentages

R + G + B = 128 + 192 + 87 = 407 (100%)
R 128 of 407 ~ 31.45%
G 192 of 407 ~ 47.17%
B 87 of 407 ~ 21.38'%

%31.45
%47.17
%21.38

CMYK color model

#80C057 color CMYK value is (33,0,55,25).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 54.69%
  • key color value is 24.71%
CMYK: (33,0,55,25) C33M0Y55K25 (33%,0%,55%,25%) (0.33/0.00/0.55/0.25) 

CMYK percentages

%33.33
%0
%54.69
%24.71

Codes

Color #80C057 in popluar color models

80 C0 57
RGB 128 192 87
HSL 97° 45.45% 54.71%
HSB/HSV 97° 54.69% 75.29%
CMYK 33.33% 0.00% 54.69%
24.71%

Color #80C057 in popluar number systems.

HEX 80 C0 57
Decimal 128 192 87
Binary 10000000 11000000 1010111
Octal 200 300 127

Shades and tints

Shades of #80C057

#80C057
(128,192,87)
#75AF50
(117,175,80)
#6A9E49
(106,158,73)
#5F8D42
(95,141,66)
#547C3B
(84,124,59)
#496B34
(73,107,52)
#3E5A2D
(62,90,45)
#334926
(51,73,38)
#28381F
(40,56,31)
#1D2718
(29,39,24)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #80C057

#80C057
(128,192,87)
#8BC566
(139,197,102)
#96CA75
(150,202,117)
#A1CF84
(161,207,132)
#ACD493
(172,212,147)
#B7D9A2
(183,217,162)
#C2DEB1
(194,222,177)
#CDE3C0
(205,227,192)
#D8E8CF
(216,232,207)
#E3EDDE
(227,237,222)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C057 color. Also use rgb(128,192,87) instead hex code.

Text Font Color

.myTextColor { color: #80C057; }

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

This text font color is #80C057.

Background Color

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

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

This div background color is #80C057.

Border color

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

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

This div border color is #80C057.

Opacity

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

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

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

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

This text has shadow with #80C057 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80C057.

Preview

Color preview on black background

This text has color #80C057 on black background.


Color preview on white background

This text has color #80C057 on white background.


Black color preview on #80C057 background

This text has black color on #80C057 background.


White color preview on #80C057 background

This text has white color on #80C057 background.


Related colors

Complementary color

Complementary color for #hex is #7F3FA8.


I love getcolorcode.com

Triadic colors

1 #5780C0 and #C05780 with #80C057 are triadic colors.

2 #57C080 and #C08057 with #80C057 are triadic colors.