COLOR #80C421

HEX: #80C421
RGB: (128,196,33)

Color info

#80C421 contains mainly green color. Web safe color of #80C421 is #66CC33 (or #6C3).

RGB color model

#80C421 color RGB value is (128,196,33).

  • red value is 128;
  • green value is 196;
  • blue value is 33.
RGB:
(128,196,33)
(50%,77%,13%)

RGB channels and saturation

R 128 of 255 = 50%
G 196 of 255 = 77%
B 33 of 255 = 13%

128
196
33

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

Portions of RGB colors in percentages

R + G + B =
128 + 196 + 33 = 357 (100%)
R 128 of 357 ~ 35.85%
G 196 of 357 ~ 54.9%
B 33 of 357 ~ 9.24%

%35.85
%54.9

CMYK color model

#80C421 color CMYK value is (35,0,83,23).

  • cyan value is 34.69%
  • magenta value is 0.00%
  • yellow value is 83.16%
  • key color value is 23.14%
CMYK:
(35,0,83,23)
C35M0Y83K23 
(35%,0%,83%,23%)
(0.35/0.00/0.83/0.23)	

CMYK percentages

%34.69
%0
%83.16
%23.14

Codes

Color #80C421 in popluar color models

80C421
RGB12819633
HSL85°71.18%44.90%
HSB/HSV85°83.16%76.86%
CMYK34.69%0.00%83.16%
23.14%

Color #80C421 in popluar number systems.

HEX80C421
Decimal12819633
Binary1000000011000100100001
Octal20030441

Shades and tints

Shades of #80C421

#80C421
(128,196,33)
#75B31E
(117,179,30)
#6AA21B
(106,162,27)
#5F9118
(95,145,24)
#548015
(84,128,21)
#496F12
(73,111,18)
#3E5E0F
(62,94,15)
#334D0C
(51,77,12)
#283C09
(40,60,9)
#1D2B06
(29,43,6)
#121A03
(18,26,3)
#000000
(0,0,0)

Tints of #80C421

#80C421
(128,196,33)
#8BC935
(139,201,53)
#96CE49
(150,206,73)
#A1D35D
(161,211,93)
#ACD871
(172,216,113)
#B7DD85
(183,221,133)
#C2E299
(194,226,153)
#CDE7AD
(205,231,173)
#D8ECC1
(216,236,193)
#E3F1D5
(227,241,213)
#EEF6E9
(238,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C421 color. Also use rgb(128,196,33) instead hex code.

Text Font Color

.myTextColor { color: #80C421; }

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

This text font color is #80C421.


Background Color

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

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

This div background color is #80C421.


Border color

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

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

This div border color is #80C421.


Opacity

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

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

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

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

This text has shadow with #80C421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C421 on black background.


Color preview on white background

This text has color #80C421 on white background.



Black color preview on #80C421 background

This text has black color on #80C421 background.


White color preview on #80C421 background

This text has white color on #80C421 background.