Shades of Light Green #80E597
Tints of Light Green #80E597
RGB
CMYK
RGB Variations
Color information
#80E597 (or 0x80E597) is known color: Light Green. HEX triplet: 80, E5 and 97. RGB value is (128,229,151). Sum of RGB (Red+Green+Blue) = 128+229+151=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 229 - color contains mainly: green. Hex color #80E597 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E597 is #7F1A68. Grayscale: #BEBEBE. Windows color (decimal): -8329833 or 9954688. OLE color: 9954688.
HSL color Cylindrical-coordinate representation of color #80E597: hue angle of 133.66º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80E597 is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 229 | 151 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.10 |
| HSL | 133.66º | 0.66% | 0.7% | - |
| HSV(B) | 133.66º | 0.44% | 0.9% | - |
| XYZ | 42.51 | 62.86 | 39.17 | - |
| YUV | 189.91 | 106.04 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 229 | 151 | 0.44 | 0 | 0.34 | 0.10 | 133.66 | 0.66 | 0.7 |
| Hex | 80 | E5 | 97 | 2C | 0 | 22 | A | 86 | 42 | 46 |
| Octal | 200 | 345 | 227 | 54 | 0 | 42 | 12 | 206 | 102 | 106 |
| Binary | 10000000 | 11100101 | 10010111 | 101100 | 0 | 100010 | 1010 | 10000110 | 1000010 | 1000110 |
Color Harmonies of #80E597
Complementary color
Monochromatic Colors of #80E597
Black with #80E597
Text Example
Text Example
White with #80E597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E597; }
p { color: rgb(128,229,151); }
H1.HeaderClassName
{
color: #80E597;
}
.AnyTagClassName
{
color: #80E597;
}
</style>
background-color css
<style>
a { background-color: #80E597; }
a { background-color: rgb(128,229,151); }
div.DivClassName
{
background-color: #80E597;
}
.BgClassName
{
background-color: #80E597;
}
</style>
border-color css
<style>
span { border-color: #80E597; }
span { border-color: rgb(128,229,151); }
td.TdClassName
{
border-color: #80E597;
}
.TagClassName
{
border-color: #80E597;
}
</style>