COLOR #80ED73

HEX: #80ED73
RGB: (128,237,115)

Color info

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

RGB color model

#80ED73 color RGB value is (128,237,115).

  • red value is 128;
  • green value is 237;
  • blue value is 115.
RGB:
(128,237,115)
(50%,93%,45%)

RGB channels and saturation

R 128 of 255 = 50%
G 237 of 255 = 93%
B 115 of 255 = 45%

128
237
115

R + G + B ~ 63%. #80ED73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 237 + 115 = 480 (100%)
R 128 of 480 ~ 26.67%
G 237 of 480 ~ 49.38%
B 115 of 480 ~ 23.96%

%26.67
%49.38
%23.96

CMYK color model

#80ED73 color CMYK value is (46,0,51,7).

  • cyan value is 45.99%
  • magenta value is 0.00%
  • yellow value is 51.48%
  • key color value is 7.06%
CMYK:
(46,0,51,7)
C46M0Y51K7 
(46%,0%,51%,7%)
(0.46/0.00/0.51/0.07)	

CMYK percentages

%45.99
%0
%51.48
%7.06

Codes

Color #80ED73 in popluar color models

80ED73
RGB128237115
HSL114°77.22%69.02%
HSB/HSV114°51.48%92.94%
CMYK45.99%0.00%51.48%
7.06%

Color #80ED73 in popluar number systems.

HEX80ED73
Decimal128237115
Binary10000000111011011110011
Octal200355163

Shades and tints

Shades of #80ED73

#80ED73
(128,237,115)
#75D869
(117,216,105)
#6AC35F
(106,195,95)
#5FAE55
(95,174,85)
#54994B
(84,153,75)
#498441
(73,132,65)
#3E6F37
(62,111,55)
#335A2D
(51,90,45)
#284523
(40,69,35)
#1D3019
(29,48,25)
#121B0F
(18,27,15)
#000000
(0,0,0)

Tints of #80ED73

#80ED73
(128,237,115)
#8BEE7F
(139,238,127)
#96EF8B
(150,239,139)
#A1F097
(161,240,151)
#ACF1A3
(172,241,163)
#B7F2AF
(183,242,175)
#C2F3BB
(194,243,187)
#CDF4C7
(205,244,199)
#D8F5D3
(216,245,211)
#E3F6DF
(227,246,223)
#EEF7EB
(238,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80ED73 color. Also use rgb(128,237,115) instead hex code.

Text Font Color

.myTextColor { color: #80ED73; }

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

This text font color is #80ED73.


Background Color

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

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

This div background color is #80ED73.


Border color

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

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

This div border color is #80ED73.


Opacity

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

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

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

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

This text has shadow with #80ED73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80ED73 on black background.


Color preview on white background

This text has color #80ED73 on white background.



Black color preview on #80ED73 background

This text has black color on #80ED73 background.


White color preview on #80ED73 background

This text has white color on #80ED73 background.