Shades of Lawn Green #81FA1D
Tints of Lawn Green #81FA1D
RGB
CMYK
RGB Variations
Color information
#81FA1D (or 0x81FA1D) is known color: Lawn Green. HEX triplet: 81, FA and 1D. RGB value is (129,250,29). Sum of RGB (Red+Green+Blue) = 129+250+29=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 250 (98.05% from 255 or 61.27% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 250 - color contains mainly: green. Hex color #81FA1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81FA1D is #7E05E2. Grayscale: #BDBDBD. Windows color (decimal): -8259043 or 1964673. OLE color: 1964673.
HSL color Cylindrical-coordinate representation of color #81FA1D: hue angle of 92.85º 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 #81FA1D is Cyan = 0.48, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 250 | 29 | - |
| CMYK | 0.48 | 0 | 0.88 | 0.02 |
| HSL | 92.85º | 0.96% | 0.55% | - |
| HSV(B) | 92.85º | 0.88% | 0.98% | - |
| XYZ | 43.46 | 73.13 | 12.99 | - |
| YUV | 188.63 | 37.91 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 250 | 29 | 0.48 | 0 | 0.88 | 0.02 | 92.85 | 0.96 | 0.55 |
| Hex | 81 | FA | 1D | 30 | 0 | 58 | 2 | 5D | 60 | 37 |
| Octal | 201 | 372 | 35 | 60 | 0 | 130 | 2 | 135 | 140 | 67 |
| Binary | 10000001 | 11111010 | 11101 | 110000 | 0 | 1011000 | 10 | 1011101 | 1100000 | 110111 |
Color Harmonies of #81FA1D
Complementary color
Monochromatic Colors of #81FA1D
Black with #81FA1D
Text Example
Text Example
White with #81FA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FA1D; }
p { color: rgb(129,250,29); }
H1.HeaderClassName
{
color: #81FA1D;
}
.AnyTagClassName
{
color: #81FA1D;
}
</style>
background-color css
<style>
a { background-color: #81FA1D; }
a { background-color: rgb(129,250,29); }
div.DivClassName
{
background-color: #81FA1D;
}
.BgClassName
{
background-color: #81FA1D;
}
</style>
border-color css
<style>
span { border-color: #81FA1D; }
span { border-color: rgb(129,250,29); }
td.TdClassName
{
border-color: #81FA1D;
}
.TagClassName
{
border-color: #81FA1D;
}
</style>