Shades of Light Green #80FE8E
Tints of Light Green #80FE8E
RGB
CMYK
RGB Variations
Color information
#80FE8E (or 0x80FE8E) is known color: Light Green. HEX triplet: 80, FE and 8E. RGB value is (128,254,142). Sum of RGB (Red+Green+Blue) = 128+254+142=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #80FE8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FE8E is #7F0171. Grayscale: #CBCBCB. Windows color (decimal): -8323442 or 9371264. OLE color: 9371264.
HSL color Cylindrical-coordinate representation of color #80FE8E: hue angle of 126.67º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FE8E is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 142 | - |
| CMYK | 0.50 | 0 | 0.44 | 0.00 |
| HSL | 126.67º | 0.98% | 0.75% | - |
| HSV(B) | 126.67º | 0.5% | 1% | - |
| XYZ | 49.23 | 77.43 | 37.94 | - |
| YUV | 203.56 | 93.26 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 142 | 0.50 | 0 | 0.44 | 0.00 | 126.67 | 0.98 | 0.75 |
| Hex | 80 | FE | 8E | 32 | 0 | 2C | 0 | 7F | 62 | 4B |
| Octal | 200 | 376 | 216 | 62 | 0 | 54 | 0 | 177 | 142 | 113 |
| Binary | 10000000 | 11111110 | 10001110 | 110010 | 0 | 101100 | 0 | 1111111 | 1100010 | 1001011 |
Color Harmonies of #80FE8E
Complementary color
Monochromatic Colors of #80FE8E
Black with #80FE8E
Text Example
Text Example
White with #80FE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FE8E; }
p { color: rgb(128,254,142); }
H1.HeaderClassName
{
color: #80FE8E;
}
.AnyTagClassName
{
color: #80FE8E;
}
</style>
background-color css
<style>
a { background-color: #80FE8E; }
a { background-color: rgb(128,254,142); }
div.DivClassName
{
background-color: #80FE8E;
}
.BgClassName
{
background-color: #80FE8E;
}
</style>
border-color css
<style>
span { border-color: #80FE8E; }
span { border-color: rgb(128,254,142); }
td.TdClassName
{
border-color: #80FE8E;
}
.TagClassName
{
border-color: #80FE8E;
}
</style>