Shades of Lawn Green #81F412
Tints of Lawn Green #81F412
RGB
CMYK
RGB Variations
Color information
#81F412 (or 0x81F412) is known color: Lawn Green. HEX triplet: 81, F4 and 12. RGB value is (129,244,18). Sum of RGB (Red+Green+Blue) = 129+244+18=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 244 (95.70% from 255 or 62.40% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 244 - color contains mainly: green. Hex color #81F412 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #81F412 is #7E0BED. Grayscale: #B8B8B8. Windows color (decimal): -8260590 or 1242241. OLE color: 1242241.
HSL color Cylindrical-coordinate representation of color #81F412: hue angle of 90.53º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81F412 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 244 | 18 | - |
| CMYK | 0.47 | 0 | 0.93 | 0.04 |
| HSL | 90.53º | 0.91% | 0.51% | - |
| HSV(B) | 90.53º | 0.93% | 0.96% | - |
| XYZ | 41.51 | 69.41 | 11.78 | - |
| YUV | 183.85 | 34.4 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 244 | 18 | 0.47 | 0 | 0.93 | 0.04 | 90.53 | 0.91 | 0.51 |
| Hex | 81 | F4 | 12 | 2F | 0 | 5D | 4 | 5B | 5B | 33 |
| Octal | 201 | 364 | 22 | 57 | 0 | 135 | 4 | 133 | 133 | 63 |
| Binary | 10000001 | 11110100 | 10010 | 101111 | 0 | 1011101 | 100 | 1011011 | 1011011 | 110011 |
Color Harmonies of #81F412
Complementary color
Monochromatic Colors of #81F412
Black with #81F412
Text Example
Text Example
White with #81F412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F412; }
p { color: rgb(129,244,18); }
H1.HeaderClassName
{
color: #81F412;
}
.AnyTagClassName
{
color: #81F412;
}
</style>
background-color css
<style>
a { background-color: #81F412; }
a { background-color: rgb(129,244,18); }
div.DivClassName
{
background-color: #81F412;
}
.BgClassName
{
background-color: #81F412;
}
</style>
border-color css
<style>
span { border-color: #81F412; }
span { border-color: rgb(129,244,18); }
td.TdClassName
{
border-color: #81F412;
}
.TagClassName
{
border-color: #81F412;
}
</style>