Shades of Light Green #80E591
Tints of Light Green #80E591
RGB
CMYK
RGB Variations
Color information
#80E591 (or 0x80E591) is known color: Light Green. HEX triplet: 80, E5 and 91. RGB value is (128,229,145). Sum of RGB (Red+Green+Blue) = 128+229+145=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #80E591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E591 is #7F1A6E. Grayscale: #BDBDBD. Windows color (decimal): -8329839 or 9561472. OLE color: 9561472.
HSL color Cylindrical-coordinate representation of color #80E591: hue angle of 130.1º 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 #80E591 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 229 | 145 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.10 |
| HSL | 130.1º | 0.66% | 0.7% | - |
| HSV(B) | 130.1º | 0.44% | 0.9% | - |
| XYZ | 42.03 | 62.67 | 36.67 | - |
| YUV | 189.23 | 103.04 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 229 | 145 | 0.44 | 0 | 0.37 | 0.10 | 130.1 | 0.66 | 0.7 |
| Hex | 80 | E5 | 91 | 2C | 0 | 25 | A | 82 | 42 | 46 |
| Octal | 200 | 345 | 221 | 54 | 0 | 45 | 12 | 202 | 102 | 106 |
| Binary | 10000000 | 11100101 | 10010001 | 101100 | 0 | 100101 | 1010 | 10000010 | 1000010 | 1000110 |
Color Harmonies of #80E591
Complementary color
Monochromatic Colors of #80E591
Black with #80E591
Text Example
Text Example
White with #80E591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E591; }
p { color: rgb(128,229,145); }
H1.HeaderClassName
{
color: #80E591;
}
.AnyTagClassName
{
color: #80E591;
}
</style>
background-color css
<style>
a { background-color: #80E591; }
a { background-color: rgb(128,229,145); }
div.DivClassName
{
background-color: #80E591;
}
.BgClassName
{
background-color: #80E591;
}
</style>
border-color css
<style>
span { border-color: #80E591; }
span { border-color: rgb(128,229,145); }
td.TdClassName
{
border-color: #80E591;
}
.TagClassName
{
border-color: #80E591;
}
</style>