COLOR #80D219

HEX: #80D219
RGB: (128,210,25)

Color info

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

RGB color model

#80D219 color RGB value is (128,210,25).

  • red value is 128;
  • green value is 210;
  • blue value is 25.
RGB:
(128,210,25)
(50%,82%,10%)

RGB channels and saturation

R 128 of 255 = 50%
G 210 of 255 = 82%
B 25 of 255 = 10%

128
210
25

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

Portions of RGB colors in percentages

R + G + B =
128 + 210 + 25 = 363 (100%)
R 128 of 363 ~ 35.26%
G 210 of 363 ~ 57.85%
B 25 of 363 ~ 6.89%

%35.26
%57.85

CMYK color model

#80D219 color CMYK value is (39,0,88,18).

  • cyan value is 39.05%
  • magenta value is 0.00%
  • yellow value is 88.10%
  • key color value is 17.65%
CMYK:
(39,0,88,18)
C39M0Y88K18 
(39%,0%,88%,18%)
(0.39/0.00/0.88/0.18)	

CMYK percentages

%39.05
%0
%88.1
%17.65

Codes

Color #80D219 in popluar color models

80D219
RGB12821025
HSL87°78.72%46.08%
HSB/HSV87°88.10%82.35%
CMYK39.05%0.00%88.10%
17.65%

Color #80D219 in popluar number systems.

HEX80D219
Decimal12821025
Binary100000001101001011001
Octal20032231

Shades and tints

Shades of #80D219

#80D219
(128,210,25)
#75BF17
(117,191,23)
#6AAC15
(106,172,21)
#5F9913
(95,153,19)
#548611
(84,134,17)
#49730F
(73,115,15)
#3E600D
(62,96,13)
#334D0B
(51,77,11)
#283A09
(40,58,9)
#1D2707
(29,39,7)
#121405
(18,20,5)
#000000
(0,0,0)

Tints of #80D219

#80D219
(128,210,25)
#8BD62D
(139,214,45)
#96DA41
(150,218,65)
#A1DE55
(161,222,85)
#ACE269
(172,226,105)
#B7E67D
(183,230,125)
#C2EA91
(194,234,145)
#CDEEA5
(205,238,165)
#D8F2B9
(216,242,185)
#E3F6CD
(227,246,205)
#EEFAE1
(238,250,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D219 color. Also use rgb(128,210,25) instead hex code.

Text Font Color

.myTextColor { color: #80D219; }

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

This text font color is #80D219.


Background Color

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

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

This div background color is #80D219.


Border color

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

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

This div border color is #80D219.


Opacity

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

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

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

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

This text has shadow with #80D219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D219 on black background.


Color preview on white background

This text has color #80D219 on white background.



Black color preview on #80D219 background

This text has black color on #80D219 background.


White color preview on #80D219 background

This text has white color on #80D219 background.