COLOR #80C500

HEX: #80C500
RGB: (128,197,0)

Color info

#80C500 contains mainly green color. Web safe color of #80C500 is #66CC00 (or #6C0).

RGB color model

#80C500 color RGB value is (128,197,0).

  • red value is 128;
  • green value is 197;
  • blue value is 0.
RGB:
(128,197,0)
(50%,77%,0%)

RGB channels and saturation

R 128 of 255 = 50%
G 197 of 255 = 77%
B 0 of 255 = 0%

128
197
0

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

Portions of RGB colors in percentages

R + G + B =
128 + 197 + 0 = 325 (100%)
R 128 of 325 ~ 39.38%
G 197 of 325 ~ 60.62%
B 0 of 325 ~ 0%

%39.38
%60.62

CMYK color model

#80C500 color CMYK value is (35,0,100,23).

  • cyan value is 35.03%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 22.75%
CMYK:
(35,0,100,23)
C35M0Y100K23 
(35%,0%,100%,23%)
(0.35/0.00/1.00/0.23)	

CMYK percentages

%35.03
%0
%100
%22.75

Codes

Color #80C500 in popluar color models

80C500
RGB1281970
HSL81°100.00%38.63%
HSB/HSV81°100.00%77.25%
CMYK35.03%0.00%100.00%
22.75%

Color #80C500 in popluar number systems.

HEX80C500
Decimal1281970
Binary10000000110001010
Octal2003050

Shades and tints

Shades of #80C500

#80C500
(128,197,0)
#75B400
(117,180,0)
#6AA300
(106,163,0)
#5F9200
(95,146,0)
#548100
(84,129,0)
#497000
(73,112,0)
#3E5F00
(62,95,0)
#334E00
(51,78,0)
#283D00
(40,61,0)
#1D2C00
(29,44,0)
#121B00
(18,27,0)
#000000
(0,0,0)

Tints of #80C500

#80C500
(128,197,0)
#8BCA17
(139,202,23)
#96CF2E
(150,207,46)
#A1D445
(161,212,69)
#ACD95C
(172,217,92)
#B7DE73
(183,222,115)
#C2E38A
(194,227,138)
#CDE8A1
(205,232,161)
#D8EDB8
(216,237,184)
#E3F2CF
(227,242,207)
#EEF7E6
(238,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80C500; }

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

This text font color is #80C500.


Background Color

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

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

This div background color is #80C500.


Border color

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

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

This div border color is #80C500.


Opacity

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

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

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

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

This text has shadow with #80C500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C500 on black background.


Color preview on white background

This text has color #80C500 on white background.



Black color preview on #80C500 background

This text has black color on #80C500 background.


White color preview on #80C500 background

This text has white color on #80C500 background.