Shades of Light Green #80FA92
Tints of Light Green #80FA92
RGB
CMYK
RGB Variations
Color information
#80FA92 (or 0x80FA92) is known color: Light Green. HEX triplet: 80, FA and 92. RGB value is (128,250,146). Sum of RGB (Red+Green+Blue) = 128+250+146=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FA92 is #7F056D. Grayscale: #C9C9C9. Windows color (decimal): -8324462 or 9632384. OLE color: 9632384.
HSL color Cylindrical-coordinate representation of color #80FA92: hue angle of 128.85º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FA92 is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 146 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.02 |
| HSL | 128.85º | 0.92% | 0.74% | - |
| HSV(B) | 128.85º | 0.49% | 0.98% | - |
| XYZ | 48.28 | 75.04 | 39.13 | - |
| YUV | 201.67 | 96.58 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 146 | 0.49 | 0 | 0.42 | 0.02 | 128.85 | 0.92 | 0.74 |
| Hex | 80 | FA | 92 | 31 | 0 | 2A | 2 | 81 | 5C | 4A |
| Octal | 200 | 372 | 222 | 61 | 0 | 52 | 2 | 201 | 134 | 112 |
| Binary | 10000000 | 11111010 | 10010010 | 110001 | 0 | 101010 | 10 | 10000001 | 1011100 | 1001010 |
Color Harmonies of #80FA92
Complementary color
Monochromatic Colors of #80FA92
Black with #80FA92
Text Example
Text Example
White with #80FA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FA92; }
p { color: rgb(128,250,146); }
H1.HeaderClassName
{
color: #80FA92;
}
.AnyTagClassName
{
color: #80FA92;
}
</style>
background-color css
<style>
a { background-color: #80FA92; }
a { background-color: rgb(128,250,146); }
div.DivClassName
{
background-color: #80FA92;
}
.BgClassName
{
background-color: #80FA92;
}
</style>
border-color css
<style>
span { border-color: #80FA92; }
span { border-color: rgb(128,250,146); }
td.TdClassName
{
border-color: #80FA92;
}
.TagClassName
{
border-color: #80FA92;
}
</style>