Shades of Light Green #80E498
Tints of Light Green #80E498
RGB
CMYK
RGB Variations
Color information
#80E498 (or 0x80E498) is known color: Light Green. HEX triplet: 80, E4 and 98. RGB value is (128,228,152). Sum of RGB (Red+Green+Blue) = 128+228+152=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 228 (89.45% from 255 or 44.88% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 228 - color contains mainly: green. Hex color #80E498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E498 is #7F1B67. Grayscale: #BDBDBD. Windows color (decimal): -8330088 or 10019968. OLE color: 10019968.
HSL color Cylindrical-coordinate representation of color #80E498: hue angle of 134.4º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80E498 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 228 | 152 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.11 |
| HSL | 134.4º | 0.65% | 0.7% | - |
| HSV(B) | 134.4º | 0.44% | 0.89% | - |
| XYZ | 42.31 | 62.34 | 39.51 | - |
| YUV | 189.44 | 106.87 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 228 | 152 | 0.44 | 0 | 0.33 | 0.11 | 134.4 | 0.65 | 0.7 |
| Hex | 80 | E4 | 98 | 2C | 0 | 21 | B | 86 | 41 | 46 |
| Octal | 200 | 344 | 230 | 54 | 0 | 41 | 13 | 206 | 101 | 106 |
| Binary | 10000000 | 11100100 | 10011000 | 101100 | 0 | 100001 | 1011 | 10000110 | 1000001 | 1000110 |
Color Harmonies of #80E498
Complementary color
Monochromatic Colors of #80E498
Black with #80E498
Text Example
Text Example
White with #80E498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E498; }
p { color: rgb(128,228,152); }
H1.HeaderClassName
{
color: #80E498;
}
.AnyTagClassName
{
color: #80E498;
}
</style>
background-color css
<style>
a { background-color: #80E498; }
a { background-color: rgb(128,228,152); }
div.DivClassName
{
background-color: #80E498;
}
.BgClassName
{
background-color: #80E498;
}
</style>
border-color css
<style>
span { border-color: #80E498; }
span { border-color: rgb(128,228,152); }
td.TdClassName
{
border-color: #80E498;
}
.TagClassName
{
border-color: #80E498;
}
</style>