COLOR #80FA72

HEX: #80FA72
RGB: (128,250,114)

Color info

#80FA72 contains mainly green color. Web safe color of #80FA72 is #66FF66 (or #6F6).

RGB color model

#80FA72 color RGB value is (128,250,114).

  • red value is 128;
  • green value is 250;
  • blue value is 114.
RGB:
(128,250,114)
(50%,98%,45%)

RGB channels and saturation

R 128 of 255 = 50%
G 250 of 255 = 98%
B 114 of 255 = 45%

128
250
114

R + G + B ~ 64%. #80FA72 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 250 + 114 = 492 (100%)
R 128 of 492 ~ 26.02%
G 250 of 492 ~ 50.81%
B 114 of 492 ~ 23.17%

%26.02
%50.81
%23.17

CMYK color model

#80FA72 color CMYK value is (49,0,54,2).

  • cyan value is 48.80%
  • magenta value is 0.00%
  • yellow value is 54.40%
  • key color value is 1.96%
CMYK:
(49,0,54,2)
C49M0Y54K2 
(49%,0%,54%,2%)
(0.49/0.00/0.54/0.02)	

CMYK percentages

%48.8
%0
%54.4
%1.96

Codes

Color #80FA72 in popluar color models

80FA72
RGB128250114
HSL114°93.15%71.37%
HSB/HSV114°54.40%98.04%
CMYK48.80%0.00%54.40%
1.96%

Color #80FA72 in popluar number systems.

HEX80FA72
Decimal128250114
Binary10000000111110101110010
Octal200372162

Shades and tints

Shades of #80FA72

#80FA72
(128,250,114)
#75E468
(117,228,104)
#6ACE5E
(106,206,94)
#5FB854
(95,184,84)
#54A24A
(84,162,74)
#498C40
(73,140,64)
#3E7636
(62,118,54)
#33602C
(51,96,44)
#284A22
(40,74,34)
#1D3418
(29,52,24)
#121E0E
(18,30,14)
#000000
(0,0,0)

Tints of #80FA72

#80FA72
(128,250,114)
#8BFA7E
(139,250,126)
#96FA8A
(150,250,138)
#A1FA96
(161,250,150)
#ACFAA2
(172,250,162)
#B7FAAE
(183,250,174)
#C2FABA
(194,250,186)
#CDFAC6
(205,250,198)
#D8FAD2
(216,250,210)
#E3FADE
(227,250,222)
#EEFAEA
(238,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80FA72 color. Also use rgb(128,250,114) instead hex code.

Text Font Color

.myTextColor { color: #80FA72; }

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

This text font color is #80FA72.


Background Color

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

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

This div background color is #80FA72.


Border color

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

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

This div border color is #80FA72.


Opacity

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

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

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

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

This text has shadow with #80FA72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80FA72 on black background.


Color preview on white background

This text has color #80FA72 on white background.



Black color preview on #80FA72 background

This text has black color on #80FA72 background.


White color preview on #80FA72 background

This text has white color on #80FA72 background.