Shades of Lawn Green #80FB18
Tints of Lawn Green #80FB18
RGB
CMYK
RGB Variations
Color information
#80FB18 (or 0x80FB18) is known color: Lawn Green. HEX triplet: 80, FB and 18. RGB value is (128,251,24). Sum of RGB (Red+Green+Blue) = 128+251+24=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 251 (98.44% from 255 or 62.28% from 403); Blue value is 24 (9.77% from 255 or 5.96% from 403); Max value from RGB is 251 - color contains mainly: green. Hex color #80FB18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FB18 is #7F04E7. Grayscale: #BDBDBD. Windows color (decimal): -8324328 or 1637248. OLE color: 1637248.
HSL color Cylindrical-coordinate representation of color #80FB18: hue angle of 92.51º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80FB18 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 24 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.02 |
| HSL | 92.51º | 0.97% | 0.54% | - |
| HSV(B) | 92.51º | 0.9% | 0.98% | - |
| XYZ | 43.56 | 73.65 | 12.78 | - |
| YUV | 188.35 | 35.25 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 24 | 0.49 | 0 | 0.90 | 0.02 | 92.51 | 0.97 | 0.54 |
| Hex | 80 | FB | 18 | 31 | 0 | 5A | 2 | 5D | 61 | 36 |
| Octal | 200 | 373 | 30 | 61 | 0 | 132 | 2 | 135 | 141 | 66 |
| Binary | 10000000 | 11111011 | 11000 | 110001 | 0 | 1011010 | 10 | 1011101 | 1100001 | 110110 |
Color Harmonies of #80FB18
Complementary color
Monochromatic Colors of #80FB18
Black with #80FB18
Text Example
Text Example
White with #80FB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FB18; }
p { color: rgb(128,251,24); }
H1.HeaderClassName
{
color: #80FB18;
}
.AnyTagClassName
{
color: #80FB18;
}
</style>
background-color css
<style>
a { background-color: #80FB18; }
a { background-color: rgb(128,251,24); }
div.DivClassName
{
background-color: #80FB18;
}
.BgClassName
{
background-color: #80FB18;
}
</style>
border-color css
<style>
span { border-color: #80FB18; }
span { border-color: rgb(128,251,24); }
td.TdClassName
{
border-color: #80FB18;
}
.TagClassName
{
border-color: #80FB18;
}
</style>