Shades of Light Green #80E697
Tints of Light Green #80E697
RGB
CMYK
RGB Variations
Color information
#80E697 (or 0x80E697) is known color: Light Green. HEX triplet: 80, E6 and 97. RGB value is (128,230,151). Sum of RGB (Red+Green+Blue) = 128+230+151=509 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.15% from 509); Green value is 230 (90.23% from 255 or 45.19% from 509); Blue value is 151 (59.38% from 255 or 29.67% from 509); Max value from RGB is 230 - color contains mainly: green. Hex color #80E697 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80E697 is #7F1968. Grayscale: #BEBEBE. Windows color (decimal): -8329577 or 9954944. OLE color: 9954944.
HSL color Cylindrical-coordinate representation of color #80E697: hue angle of 133.53º degrees, saturation: 0.67, 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 #80E697 is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 230 | 151 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.10 |
| HSL | 133.53º | 0.67% | 0.7% | - |
| HSV(B) | 133.53º | 0.44% | 0.9% | - |
| XYZ | 42.78 | 63.42 | 39.26 | - |
| YUV | 190.5 | 105.71 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 230 | 151 | 0.44 | 0 | 0.34 | 0.10 | 133.53 | 0.67 | 0.7 |
| Hex | 80 | E6 | 97 | 2C | 0 | 22 | A | 86 | 43 | 46 |
| Octal | 200 | 346 | 227 | 54 | 0 | 42 | 12 | 206 | 103 | 106 |
| Binary | 10000000 | 11100110 | 10010111 | 101100 | 0 | 100010 | 1010 | 10000110 | 1000011 | 1000110 |
Color Harmonies of #80E697
Complementary color
Monochromatic Colors of #80E697
Black with #80E697
Text Example
Text Example
White with #80E697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E697; }
p { color: rgb(128,230,151); }
H1.HeaderClassName
{
color: #80E697;
}
.AnyTagClassName
{
color: #80E697;
}
</style>
background-color css
<style>
a { background-color: #80E697; }
a { background-color: rgb(128,230,151); }
div.DivClassName
{
background-color: #80E697;
}
.BgClassName
{
background-color: #80E697;
}
</style>
border-color css
<style>
span { border-color: #80E697; }
span { border-color: rgb(128,230,151); }
td.TdClassName
{
border-color: #80E697;
}
.TagClassName
{
border-color: #80E697;
}
</style>