Shades of Lawn Green #81FA1B
Tints of Lawn Green #81FA1B
RGB
CMYK
RGB Variations
Color information
#81FA1B (or 0x81FA1B) is known color: Lawn Green. HEX triplet: 81, FA and 1B. RGB value is (129,250,27). Sum of RGB (Red+Green+Blue) = 129+250+27=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 250 (98.05% from 255 or 61.58% from 406); Blue value is 27 (10.94% from 255 or 6.65% from 406); Max value from RGB is 250 - color contains mainly: green. Hex color #81FA1B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81FA1B is #7E05E4. Grayscale: #BDBDBD. Windows color (decimal): -8259045 or 1833601. OLE color: 1833601.
HSL color Cylindrical-coordinate representation of color #81FA1B: hue angle of 92.56º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #81FA1B is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 250 | 27 | - |
| CMYK | 0.48 | 0 | 0.89 | 0.02 |
| HSL | 92.56º | 0.96% | 0.54% | - |
| HSV(B) | 92.56º | 0.89% | 0.98% | - |
| XYZ | 43.44 | 73.12 | 12.86 | - |
| YUV | 188.4 | 36.91 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 250 | 27 | 0.48 | 0 | 0.89 | 0.02 | 92.56 | 0.96 | 0.54 |
| Hex | 81 | FA | 1B | 30 | 0 | 59 | 2 | 5D | 60 | 36 |
| Octal | 201 | 372 | 33 | 60 | 0 | 131 | 2 | 135 | 140 | 66 |
| Binary | 10000001 | 11111010 | 11011 | 110000 | 0 | 1011001 | 10 | 1011101 | 1100000 | 110110 |
Color Harmonies of #81FA1B
Complementary color
Monochromatic Colors of #81FA1B
Black with #81FA1B
Text Example
Text Example
White with #81FA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FA1B; }
p { color: rgb(129,250,27); }
H1.HeaderClassName
{
color: #81FA1B;
}
.AnyTagClassName
{
color: #81FA1B;
}
</style>
background-color css
<style>
a { background-color: #81FA1B; }
a { background-color: rgb(129,250,27); }
div.DivClassName
{
background-color: #81FA1B;
}
.BgClassName
{
background-color: #81FA1B;
}
</style>
border-color css
<style>
span { border-color: #81FA1B; }
span { border-color: rgb(129,250,27); }
td.TdClassName
{
border-color: #81FA1B;
}
.TagClassName
{
border-color: #81FA1B;
}
</style>