COLOR #80C57B

HEX: #80C57B RGB: (128,197,123)

Color info

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

RGB color model

#80C57B color RGB value is (128,197,123).

RGB: (128,197,123) (50%, 77%, 48%)

RGB channels and saturation

R 128 of 255 = 50%
G 197 of 255 = 77%
B 123 of 255 = 48%

128
197
123

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

Portions of RGB colors in percentages

R + G + B = 128 + 197 + 123 = 448 (100%)
R 128 of 448 ~ 28.57%
G 197 of 448 ~ 43.97%
B 123 of 448 ~ 27.46'%

%28.57
%43.97
%27.46

CMYK color model

#80C57B color CMYK value is (35,0,38,23).

  • cyan value is 35.03%
  • magenta value is 0.00%
  • yellow value is 37.56%
  • key color value is 22.75%

CMYK: (35,0,38,23)
C35M0Y38K23 (35%, 0%, 38%, 23%)
(0.35 / 0.00 / 0.38 / 0.23)

CMYK percentages

%35.03
%0
%37.56
%22.75

Codes

Color #80C57B in popluar color models

80 C5 7B
RGB 128 197 123
HSL 116° 38.95% 62.75%
HSB/HSV 116° 37.56% 77.25%
CMYK 35.03% 0.00% 37.56%
22.75%

Color #80C57B in popluar number systems.

HEX 80 C5 7B
Decimal 128 197 123
Binary 10000000 11000101 1111011
Octal 200 305 173

Shades and tints

Shades of #80C57B

#80C57B
(128,197,123)
#75B470
(117,180,112)
#6AA365
(106,163,101)
#5F925A
(95,146,90)
#54814F
(84,129,79)
#497044
(73,112,68)
#3E5F39
(62,95,57)
#334E2E
(51,78,46)
#283D23
(40,61,35)
#1D2C18
(29,44,24)
#121B0D
(18,27,13)
#000000
(0,0,0)

Tints of #80C57B

#80C57B
(128,197,123)
#8BCA87
(139,202,135)
#96CF93
(150,207,147)
#A1D49F
(161,212,159)
#ACD9AB
(172,217,171)
#B7DEB7
(183,222,183)
#C2E3C3
(194,227,195)
#CDE8CF
(205,232,207)
#D8EDDB
(216,237,219)
#E3F2E7
(227,242,231)
#EEF7F3
(238,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C57B color. Also use rgb(128,197,123) instead hex code.

Text Font Color

.myTextColor { color: #80C57B; }

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

This text font color is #80C57B.

Background Color

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

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

This div background color is #80C57B.

Border color

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

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

This div border color is #80C57B.

Opacity

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

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

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

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

This text has shadow with #80C57B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80C57B.

Preview

Color preview on black background

This text has color #80C57B on black background.


Color preview on white background

This text has color #80C57B on white background.


Black color preview on #80C57B background

This text has black color on #80C57B background.


White color preview on #80C57B background

This text has white color on #80C57B background.


Related colors

Complementary color

Complementary color for #hex is #7F3A84.


I love getcolorcode.com

Triadic colors

1 #7B80C5 and #C57B80 with #80C57B are triadic colors.

2 #7BC580 and #C5807B with #80C57B are triadic colors.