Shades of Light Green #80FE92
Tints of Light Green #80FE92
RGB
CMYK
RGB Variations
Color information
#80FE92 (or 0x80FE92) is known color: Light Green. HEX triplet: 80, FE and 92. RGB value is (128,254,146). Sum of RGB (Red+Green+Blue) = 128+254+146=528 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.24% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #80FE92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FE92 is #7F016D. Grayscale: #CCCCCC. Windows color (decimal): -8323438 or 9633408. OLE color: 9633408.
HSL color Cylindrical-coordinate representation of color #80FE92: hue angle of 128.57º 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 #80FE92 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 146 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.00 |
| HSL | 128.57º | 0.98% | 0.75% | - |
| HSV(B) | 128.57º | 0.5% | 1% | - |
| XYZ | 49.53 | 77.55 | 39.55 | - |
| YUV | 204.01 | 95.26 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 146 | 0.50 | 0 | 0.43 | 0.00 | 128.57 | 0.98 | 0.75 |
| Hex | 80 | FE | 92 | 32 | 0 | 2B | 0 | 81 | 62 | 4B |
| Octal | 200 | 376 | 222 | 62 | 0 | 53 | 0 | 201 | 142 | 113 |
| Binary | 10000000 | 11111110 | 10010010 | 110010 | 0 | 101011 | 0 | 10000001 | 1100010 | 1001011 |
Color Harmonies of #80FE92
Complementary color
Monochromatic Colors of #80FE92
Black with #80FE92
Text Example
Text Example
White with #80FE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FE92; }
p { color: rgb(128,254,146); }
H1.HeaderClassName
{
color: #80FE92;
}
.AnyTagClassName
{
color: #80FE92;
}
</style>
background-color css
<style>
a { background-color: #80FE92; }
a { background-color: rgb(128,254,146); }
div.DivClassName
{
background-color: #80FE92;
}
.BgClassName
{
background-color: #80FE92;
}
</style>
border-color css
<style>
span { border-color: #80FE92; }
span { border-color: rgb(128,254,146); }
td.TdClassName
{
border-color: #80FE92;
}
.TagClassName
{
border-color: #80FE92;
}
</style>