Shades of Light Green #80FE84
Tints of Light Green #80FE84
RGB
CMYK
RGB Variations
Color information
#80FE84 (or 0x80FE84) is known color: Light Green. HEX triplet: 80, FE and 84. RGB value is (128,254,132). Sum of RGB (Red+Green+Blue) = 128+254+132=514 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.90% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #80FE84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FE84 is #7F017B. Grayscale: #CACACA. Windows color (decimal): -8323452 or 8715904. OLE color: 8715904.
HSL color Cylindrical-coordinate representation of color #80FE84: hue angle of 121.9º 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 #80FE84 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 132 | - |
| CMYK | 0.50 | 0 | 0.48 | 0.00 |
| HSL | 121.9º | 0.98% | 0.75% | - |
| HSV(B) | 121.9º | 0.5% | 1% | - |
| XYZ | 48.51 | 77.14 | 34.16 | - |
| YUV | 202.42 | 88.26 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 132 | 0.50 | 0 | 0.48 | 0.00 | 121.9 | 0.98 | 0.75 |
| Hex | 80 | FE | 84 | 32 | 0 | 30 | 0 | 7A | 62 | 4B |
| Octal | 200 | 376 | 204 | 62 | 0 | 60 | 0 | 172 | 142 | 113 |
| Binary | 10000000 | 11111110 | 10000100 | 110010 | 0 | 110000 | 0 | 1111010 | 1100010 | 1001011 |
Color Harmonies of #80FE84
Complementary color
Monochromatic Colors of #80FE84
Black with #80FE84
Text Example
Text Example
White with #80FE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FE84; }
p { color: rgb(128,254,132); }
H1.HeaderClassName
{
color: #80FE84;
}
.AnyTagClassName
{
color: #80FE84;
}
</style>
background-color css
<style>
a { background-color: #80FE84; }
a { background-color: rgb(128,254,132); }
div.DivClassName
{
background-color: #80FE84;
}
.BgClassName
{
background-color: #80FE84;
}
</style>
border-color css
<style>
span { border-color: #80FE84; }
span { border-color: rgb(128,254,132); }
td.TdClassName
{
border-color: #80FE84;
}
.TagClassName
{
border-color: #80FE84;
}
</style>