Shades of Lawn Green #80FB10
Tints of Lawn Green #80FB10
RGB
CMYK
RGB Variations
Color information
#80FB10 (or 0x80FB10) is known color: Lawn Green. HEX triplet: 80, FB and 10. RGB value is (128,251,16). Sum of RGB (Red+Green+Blue) = 128+251+16=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 251 (98.44% from 255 or 63.54% from 395); Blue value is 16 (6.64% from 255 or 4.05% from 395); Max value from RGB is 251 - color contains mainly: green. Hex color #80FB10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FB10 is #7F04EF. Grayscale: #BCBCBC. Windows color (decimal): -8324336 or 1112960. OLE color: 1112960.
HSL color Cylindrical-coordinate representation of color #80FB10: hue angle of 91.4º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80FB10 is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 16 | - |
| CMYK | 0.49 | 0 | 0.94 | 0.02 |
| HSL | 91.4º | 0.97% | 0.52% | - |
| HSV(B) | 91.4º | 0.94% | 0.98% | - |
| XYZ | 43.49 | 73.62 | 12.41 | - |
| YUV | 187.43 | 31.25 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 16 | 0.49 | 0 | 0.94 | 0.02 | 91.4 | 0.97 | 0.52 |
| Hex | 80 | FB | 10 | 31 | 0 | 5E | 2 | 5B | 61 | 34 |
| Octal | 200 | 373 | 20 | 61 | 0 | 136 | 2 | 133 | 141 | 64 |
| Binary | 10000000 | 11111011 | 10000 | 110001 | 0 | 1011110 | 10 | 1011011 | 1100001 | 110100 |
Color Harmonies of #80FB10
Complementary color
Monochromatic Colors of #80FB10
Black with #80FB10
Text Example
Text Example
White with #80FB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FB10; }
p { color: rgb(128,251,16); }
H1.HeaderClassName
{
color: #80FB10;
}
.AnyTagClassName
{
color: #80FB10;
}
</style>
background-color css
<style>
a { background-color: #80FB10; }
a { background-color: rgb(128,251,16); }
div.DivClassName
{
background-color: #80FB10;
}
.BgClassName
{
background-color: #80FB10;
}
</style>
border-color css
<style>
span { border-color: #80FB10; }
span { border-color: rgb(128,251,16); }
td.TdClassName
{
border-color: #80FB10;
}
.TagClassName
{
border-color: #80FB10;
}
</style>