COLOR #80C15C

HEX: #80C15C RGB: (128,193,92)

Color info

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

RGB color model

#80C15C color RGB value is (128,193,92).

RGB: (128,193,92) (50%, 76%, 36%)

RGB channels and saturation

R 128 of 255 = 50%
G 193 of 255 = 76%
B 92 of 255 = 36%

128
193
92

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

Portions of RGB colors in percentages

R + G + B = 128 + 193 + 92 = 413 (100%)
R 128 of 413 ~ 30.99%
G 193 of 413 ~ 46.73%
B 92 of 413 ~ 22.28'%

%30.99
%46.73
%22.28

CMYK color model

#80C15C color CMYK value is (34,0,52,24).

  • cyan value is 33.68%
  • magenta value is 0.00%
  • yellow value is 52.33%
  • key color value is 24.31%
CMYK: (34,0,52,24) C34M0Y52K24 (34%,0%,52%,24%) (0.34/0.00/0.52/0.24) 

CMYK percentages

%33.68
%0
%52.33
%24.31

Codes

Color #80C15C in popluar color models

80 C1 5C
RGB 128 193 92
HSL 99° 44.89% 55.88%
HSB/HSV 99° 52.33% 75.69%
CMYK 33.68% 0.00% 52.33%
24.31%

Color #80C15C in popluar number systems.

HEX 80 C1 5C
Decimal 128 193 92
Binary 10000000 11000001 1011100
Octal 200 301 134

Shades and tints

Shades of #80C15C

#80C15C
(128,193,92)
#75B054
(117,176,84)
#6A9F4C
(106,159,76)
#5F8E44
(95,142,68)
#547D3C
(84,125,60)
#496C34
(73,108,52)
#3E5B2C
(62,91,44)
#334A24
(51,74,36)
#28391C
(40,57,28)
#1D2814
(29,40,20)
#12170C
(18,23,12)
#000000
(0,0,0)

Tints of #80C15C

#80C15C
(128,193,92)
#8BC66A
(139,198,106)
#96CB78
(150,203,120)
#A1D086
(161,208,134)
#ACD594
(172,213,148)
#B7DAA2
(183,218,162)
#C2DFB0
(194,223,176)
#CDE4BE
(205,228,190)
#D8E9CC
(216,233,204)
#E3EEDA
(227,238,218)
#EEF3E8
(238,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C15C color. Also use rgb(128,193,92) instead hex code.

Text Font Color

.myTextColor { color: #80C15C; }

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

This text font color is #80C15C.

Background Color

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

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

This div background color is #80C15C.

Border color

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

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

This div border color is #80C15C.

Opacity

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

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

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

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

This text has shadow with #80C15C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80C15C.

Preview

Color preview on black background

This text has color #80C15C on black background.


Color preview on white background

This text has color #80C15C on white background.


Black color preview on #80C15C background

This text has black color on #80C15C background.


White color preview on #80C15C background

This text has white color on #80C15C background.


Related colors

Complementary color

Complementary color for #hex is #7F3EA3.


I love getcolorcode.com

Triadic colors

1 #5C80C1 and #C15C80 with #80C15C are triadic colors.

2 #5CC180 and #C1805C with #80C15C are triadic colors.