Shades of Light Green #80E797
Tints of Light Green #80E797
RGB
CMYK
RGB Variations
Color information
#80E797 (or 0x80E797) is known color: Light Green. HEX triplet: 80, E7 and 97. RGB value is (128,231,151). Sum of RGB (Red+Green+Blue) = 128+231+151=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 231 (90.62% from 255 or 45.29% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 231 - color contains mainly: green. Hex color #80E797 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80E797 is #7F1868. Grayscale: #BFBFBF. Windows color (decimal): -8329321 or 9955200. OLE color: 9955200.
HSL color Cylindrical-coordinate representation of color #80E797: hue angle of 133.4º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80E797 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 231 | 151 | - |
| CMYK | 0.45 | 0 | 0.35 | 0.09 |
| HSL | 133.4º | 0.68% | 0.7% | - |
| HSV(B) | 133.4º | 0.45% | 0.91% | - |
| XYZ | 43.06 | 63.98 | 39.36 | - |
| YUV | 191.08 | 105.38 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 231 | 151 | 0.45 | 0 | 0.35 | 0.09 | 133.4 | 0.68 | 0.7 |
| Hex | 80 | E7 | 97 | 2D | 0 | 23 | 9 | 85 | 44 | 46 |
| Octal | 200 | 347 | 227 | 55 | 0 | 43 | 11 | 205 | 104 | 106 |
| Binary | 10000000 | 11100111 | 10010111 | 101101 | 0 | 100011 | 1001 | 10000101 | 1000100 | 1000110 |
Color Harmonies of #80E797
Complementary color
Monochromatic Colors of #80E797
Black with #80E797
Text Example
Text Example
White with #80E797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E797; }
p { color: rgb(128,231,151); }
H1.HeaderClassName
{
color: #80E797;
}
.AnyTagClassName
{
color: #80E797;
}
</style>
background-color css
<style>
a { background-color: #80E797; }
a { background-color: rgb(128,231,151); }
div.DivClassName
{
background-color: #80E797;
}
.BgClassName
{
background-color: #80E797;
}
</style>
border-color css
<style>
span { border-color: #80E797; }
span { border-color: rgb(128,231,151); }
td.TdClassName
{
border-color: #80E797;
}
.TagClassName
{
border-color: #80E797;
}
</style>