Shades of Lawn Green #81E012
Tints of Lawn Green #81E012
RGB
CMYK
RGB Variations
Color information
#81E012 (or 0x81E012) is known color: Lawn Green. HEX triplet: 81, E0 and 12. RGB value is (129,224,18). Sum of RGB (Red+Green+Blue) = 129+224+18=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 224 (87.89% from 255 or 60.38% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 224 - color contains mainly: green. Hex color #81E012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81E012 is #7E1FED. Grayscale: #ACACAC. Windows color (decimal): -8265710 or 1237121. OLE color: 1237121.
HSL color Cylindrical-coordinate representation of color #81E012: hue angle of 87.67º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #81E012 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 224 | 18 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.12 |
| HSL | 87.67º | 0.85% | 0.47% | - |
| HSV(B) | 87.67º | 0.92% | 0.88% | - |
| XYZ | 35.82 | 58.02 | 9.88 | - |
| YUV | 172.11 | 41.03 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 224 | 18 | 0.42 | 0 | 0.92 | 0.12 | 87.67 | 0.85 | 0.47 |
| Hex | 81 | E0 | 12 | 2A | 0 | 5C | C | 58 | 55 | 2F |
| Octal | 201 | 340 | 22 | 52 | 0 | 134 | 14 | 130 | 125 | 57 |
| Binary | 10000001 | 11100000 | 10010 | 101010 | 0 | 1011100 | 1100 | 1011000 | 1010101 | 101111 |
Color Harmonies of #81E012
Complementary color
Monochromatic Colors of #81E012
Black with #81E012
Text Example
Text Example
White with #81E012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E012; }
p { color: rgb(129,224,18); }
H1.HeaderClassName
{
color: #81E012;
}
.AnyTagClassName
{
color: #81E012;
}
</style>
background-color css
<style>
a { background-color: #81E012; }
a { background-color: rgb(129,224,18); }
div.DivClassName
{
background-color: #81E012;
}
.BgClassName
{
background-color: #81E012;
}
</style>
border-color css
<style>
span { border-color: #81E012; }
span { border-color: rgb(129,224,18); }
td.TdClassName
{
border-color: #81E012;
}
.TagClassName
{
border-color: #81E012;
}
</style>