Shades of Light Green #80FE81
Tints of Light Green #80FE81
RGB
CMYK
RGB Variations
Color information
#80FE81 (or 0x80FE81) is known color: Light Green. HEX triplet: 80, FE and 81. RGB value is (128,254,129). Sum of RGB (Red+Green+Blue) = 128+254+129=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #80FE81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FE81 is #7F017E. Grayscale: #CACACA. Windows color (decimal): -8323455 or 8519296. OLE color: 8519296.
HSL color Cylindrical-coordinate representation of color #80FE81: hue angle of 120.48º 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 #80FE81 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 129 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.00 |
| HSL | 120.48º | 0.98% | 0.75% | - |
| HSV(B) | 120.48º | 0.5% | 1% | - |
| XYZ | 48.31 | 77.06 | 33.1 | - |
| YUV | 202.08 | 86.76 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 129 | 0.50 | 0 | 0.49 | 0.00 | 120.48 | 0.98 | 0.75 |
| Hex | 80 | FE | 81 | 32 | 0 | 31 | 0 | 78 | 62 | 4B |
| Octal | 200 | 376 | 201 | 62 | 0 | 61 | 0 | 170 | 142 | 113 |
| Binary | 10000000 | 11111110 | 10000001 | 110010 | 0 | 110001 | 0 | 1111000 | 1100010 | 1001011 |
Color Harmonies of #80FE81
Complementary color
Monochromatic Colors of #80FE81
Black with #80FE81
Text Example
Text Example
White with #80FE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FE81; }
p { color: rgb(128,254,129); }
H1.HeaderClassName
{
color: #80FE81;
}
.AnyTagClassName
{
color: #80FE81;
}
</style>
background-color css
<style>
a { background-color: #80FE81; }
a { background-color: rgb(128,254,129); }
div.DivClassName
{
background-color: #80FE81;
}
.BgClassName
{
background-color: #80FE81;
}
</style>
border-color css
<style>
span { border-color: #80FE81; }
span { border-color: rgb(128,254,129); }
td.TdClassName
{
border-color: #80FE81;
}
.TagClassName
{
border-color: #80FE81;
}
</style>