Shades of Light Green #80FB92
Tints of Light Green #80FB92
RGB
CMYK
RGB Variations
Color information
#80FB92 (or 0x80FB92) is known color: Light Green. HEX triplet: 80, FB and 92. RGB value is (128,251,146). Sum of RGB (Red+Green+Blue) = 128+251+146=525 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.38% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 251 - color contains mainly: green. Hex color #80FB92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FB92 is #7F046D. Grayscale: #CACACA. Windows color (decimal): -8324206 or 9632640. OLE color: 9632640.
HSL color Cylindrical-coordinate representation of color #80FB92: hue angle of 128.78º degrees, saturation: 0.94, 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 #80FB92 is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 146 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.02 |
| HSL | 128.78º | 0.94% | 0.74% | - |
| HSV(B) | 128.78º | 0.49% | 0.98% | - |
| XYZ | 48.59 | 75.66 | 39.24 | - |
| YUV | 202.25 | 96.25 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 146 | 0.49 | 0 | 0.42 | 0.02 | 128.78 | 0.94 | 0.74 |
| Hex | 80 | FB | 92 | 31 | 0 | 2A | 2 | 81 | 5E | 4A |
| Octal | 200 | 373 | 222 | 61 | 0 | 52 | 2 | 201 | 136 | 112 |
| Binary | 10000000 | 11111011 | 10010010 | 110001 | 0 | 101010 | 10 | 10000001 | 1011110 | 1001010 |
Color Harmonies of #80FB92
Complementary color
Monochromatic Colors of #80FB92
Black with #80FB92
Text Example
Text Example
White with #80FB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FB92; }
p { color: rgb(128,251,146); }
H1.HeaderClassName
{
color: #80FB92;
}
.AnyTagClassName
{
color: #80FB92;
}
</style>
background-color css
<style>
a { background-color: #80FB92; }
a { background-color: rgb(128,251,146); }
div.DivClassName
{
background-color: #80FB92;
}
.BgClassName
{
background-color: #80FB92;
}
</style>
border-color css
<style>
span { border-color: #80FB92; }
span { border-color: rgb(128,251,146); }
td.TdClassName
{
border-color: #80FB92;
}
.TagClassName
{
border-color: #80FB92;
}
</style>