Shades of Lawn Green #80FA1D
Tints of Lawn Green #80FA1D
RGB
CMYK
RGB Variations
Color information
#80FA1D (or 0x80FA1D) is known color: Lawn Green. HEX triplet: 80, FA and 1D. RGB value is (128,250,29). Sum of RGB (Red+Green+Blue) = 128+250+29=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 250 (98.05% from 255 or 61.43% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FA1D is #7F05E2. Grayscale: #BDBDBD. Windows color (decimal): -8324579 or 1964672. OLE color: 1964672.
HSL color Cylindrical-coordinate representation of color #80FA1D: hue angle of 93.12º degrees, saturation: 0.96, 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 #80FA1D is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 29 | - |
| CMYK | 0.49 | 0 | 0.88 | 0.02 |
| HSL | 93.12º | 0.96% | 0.55% | - |
| HSV(B) | 93.12º | 0.88% | 0.98% | - |
| XYZ | 43.31 | 73.05 | 12.98 | - |
| YUV | 188.33 | 38.08 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 29 | 0.49 | 0 | 0.88 | 0.02 | 93.12 | 0.96 | 0.55 |
| Hex | 80 | FA | 1D | 31 | 0 | 58 | 2 | 5D | 60 | 37 |
| Octal | 200 | 372 | 35 | 61 | 0 | 130 | 2 | 135 | 140 | 67 |
| Binary | 10000000 | 11111010 | 11101 | 110001 | 0 | 1011000 | 10 | 1011101 | 1100000 | 110111 |
Color Harmonies of #80FA1D
Complementary color
Monochromatic Colors of #80FA1D
Black with #80FA1D
Text Example
Text Example
White with #80FA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FA1D; }
p { color: rgb(128,250,29); }
H1.HeaderClassName
{
color: #80FA1D;
}
.AnyTagClassName
{
color: #80FA1D;
}
</style>
background-color css
<style>
a { background-color: #80FA1D; }
a { background-color: rgb(128,250,29); }
div.DivClassName
{
background-color: #80FA1D;
}
.BgClassName
{
background-color: #80FA1D;
}
</style>
border-color css
<style>
span { border-color: #80FA1D; }
span { border-color: rgb(128,250,29); }
td.TdClassName
{
border-color: #80FA1D;
}
.TagClassName
{
border-color: #80FA1D;
}
</style>