COLOR #80C96F

HEX: #80C96F RGB: (128,201,111)

Color info

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

RGB color model

#80C96F color RGB value is (128,201,111).

RGB: (128,201,111) (50%, 79%, 44%)

RGB channels and saturation

R 128 of 255 = 50%
G 201 of 255 = 79%
B 111 of 255 = 44%

128
201
111

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

Portions of RGB colors in percentages

R + G + B = 128 + 201 + 111 = 440 (100%)
R 128 of 440 ~ 29.09%
G 201 of 440 ~ 45.68%
B 111 of 440 ~ 25.23'%

%29.09
%45.68
%25.23

CMYK color model

#80C96F color CMYK value is (36,0,45,21).

  • cyan value is 36.32%
  • magenta value is 0.00%
  • yellow value is 44.78%
  • key color value is 21.18%
CMYK: (36,0,45,21) C36M0Y45K21 (36%,0%,45%,21%) (0.36/0.00/0.45/0.21) 

CMYK percentages

%36.32
%0
%44.78
%21.18

Codes

Color #80C96F in popluar color models

80 C9 6F
RGB 128 201 111
HSL 109° 45.45% 61.18%
HSB/HSV 109° 44.78% 78.82%
CMYK 36.32% 0.00% 44.78%
21.18%

Color #80C96F in popluar number systems.

HEX 80 C9 6F
Decimal 128 201 111
Binary 10000000 11001001 1101111
Octal 200 311 157

Shades and tints

Shades of #80C96F

#80C96F
(128,201,111)
#75B765
(117,183,101)
#6AA55B
(106,165,91)
#5F9351
(95,147,81)
#548147
(84,129,71)
#496F3D
(73,111,61)
#3E5D33
(62,93,51)
#334B29
(51,75,41)
#28391F
(40,57,31)
#1D2715
(29,39,21)
#12150B
(18,21,11)
#000000
(0,0,0)

Tints of #80C96F

#80C96F
(128,201,111)
#8BCD7C
(139,205,124)
#96D189
(150,209,137)
#A1D596
(161,213,150)
#ACD9A3
(172,217,163)
#B7DDB0
(183,221,176)
#C2E1BD
(194,225,189)
#CDE5CA
(205,229,202)
#D8E9D7
(216,233,215)
#E3EDE4
(227,237,228)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C96F color. Also use rgb(128,201,111) instead hex code.

Text Font Color

.myTextColor { color: #80C96F; }

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

This text font color is #80C96F.

Background Color

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

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

This div background color is #80C96F.

Border color

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

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

This div border color is #80C96F.

Opacity

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

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

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

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

This text has shadow with #80C96F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80C96F.

Preview

Color preview on black background

This text has color #80C96F on black background.


Color preview on white background

This text has color #80C96F on white background.


Black color preview on #80C96F background

This text has black color on #80C96F background.


White color preview on #80C96F background

This text has white color on #80C96F background.


Related colors

Complementary color

Complementary color for #hex is #7F3690.


I love getcolorcode.com

Triadic colors

1 #6F80C9 and #C96F80 with #80C96F are triadic colors.

2 #6FC980 and #C9806F with #80C96F are triadic colors.