Shades of Lawn Green #80FB1D
Tints of Lawn Green #80FB1D
RGB
CMYK
RGB Variations
Color information
#80FB1D (or 0x80FB1D) is known color: Lawn Green. HEX triplet: 80, FB and 1D. RGB value is (128,251,29). Sum of RGB (Red+Green+Blue) = 128+251+29=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 251 (98.44% from 255 or 61.52% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 251 - color contains mainly: green. Hex color #80FB1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FB1D is #7F04E2. Grayscale: #BDBDBD. Windows color (decimal): -8324323 or 1964928. OLE color: 1964928.
HSL color Cylindrical-coordinate representation of color #80FB1D: hue angle of 93.24º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80FB1D is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 29 | - |
| CMYK | 0.49 | 0 | 0.88 | 0.02 |
| HSL | 93.24º | 0.97% | 0.55% | - |
| HSV(B) | 93.24º | 0.88% | 0.98% | - |
| XYZ | 43.62 | 73.67 | 13.08 | - |
| YUV | 188.92 | 37.75 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 29 | 0.49 | 0 | 0.88 | 0.02 | 93.24 | 0.97 | 0.55 |
| Hex | 80 | FB | 1D | 31 | 0 | 58 | 2 | 5D | 61 | 37 |
| Octal | 200 | 373 | 35 | 61 | 0 | 130 | 2 | 135 | 141 | 67 |
| Binary | 10000000 | 11111011 | 11101 | 110001 | 0 | 1011000 | 10 | 1011101 | 1100001 | 110111 |
Color Harmonies of #80FB1D
Complementary color
Monochromatic Colors of #80FB1D
Black with #80FB1D
Text Example
Text Example
White with #80FB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FB1D; }
p { color: rgb(128,251,29); }
H1.HeaderClassName
{
color: #80FB1D;
}
.AnyTagClassName
{
color: #80FB1D;
}
</style>
background-color css
<style>
a { background-color: #80FB1D; }
a { background-color: rgb(128,251,29); }
div.DivClassName
{
background-color: #80FB1D;
}
.BgClassName
{
background-color: #80FB1D;
}
</style>
border-color css
<style>
span { border-color: #80FB1D; }
span { border-color: rgb(128,251,29); }
td.TdClassName
{
border-color: #80FB1D;
}
.TagClassName
{
border-color: #80FB1D;
}
</style>