Shades of Lawn Green #80FB0F
Tints of Lawn Green #80FB0F
RGB
CMYK
RGB Variations
Color information
#80FB0F (or 0x80FB0F) is known color: Lawn Green. HEX triplet: 80, FB and 0F. RGB value is (128,251,15). Sum of RGB (Red+Green+Blue) = 128+251+15=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 251 (98.44% from 255 or 63.71% from 394); Blue value is 15 (6.25% from 255 or 3.81% from 394); Max value from RGB is 251 - color contains mainly: green. Hex color #80FB0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FB0F is #7F04F0. Grayscale: #BCBCBC. Windows color (decimal): -8324337 or 1047424. OLE color: 1047424.
HSL color Cylindrical-coordinate representation of color #80FB0F: hue angle of 91.27º 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 #80FB0F is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 15 | - |
| CMYK | 0.49 | 0 | 0.94 | 0.02 |
| HSL | 91.27º | 0.97% | 0.52% | - |
| HSV(B) | 91.27º | 0.94% | 0.98% | - |
| XYZ | 43.49 | 73.62 | 12.37 | - |
| YUV | 187.32 | 30.75 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 15 | 0.49 | 0 | 0.94 | 0.02 | 91.27 | 0.97 | 0.52 |
| Hex | 80 | FB | F | 31 | 0 | 5E | 2 | 5B | 61 | 34 |
| Octal | 200 | 373 | 17 | 61 | 0 | 136 | 2 | 133 | 141 | 64 |
| Binary | 10000000 | 11111011 | 1111 | 110001 | 0 | 1011110 | 10 | 1011011 | 1100001 | 110100 |
Color Harmonies of #80FB0F
Complementary color
Monochromatic Colors of #80FB0F
Black with #80FB0F
Text Example
Text Example
White with #80FB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FB0F; }
p { color: rgb(128,251,15); }
H1.HeaderClassName
{
color: #80FB0F;
}
.AnyTagClassName
{
color: #80FB0F;
}
</style>
background-color css
<style>
a { background-color: #80FB0F; }
a { background-color: rgb(128,251,15); }
div.DivClassName
{
background-color: #80FB0F;
}
.BgClassName
{
background-color: #80FB0F;
}
</style>
border-color css
<style>
span { border-color: #80FB0F; }
span { border-color: rgb(128,251,15); }
td.TdClassName
{
border-color: #80FB0F;
}
.TagClassName
{
border-color: #80FB0F;
}
</style>