Shades of Lawn Green #81F210
Tints of Lawn Green #81F210
RGB
CMYK
RGB Variations
Color information
#81F210 (or 0x81F210) is known color: Lawn Green. HEX triplet: 81, F2 and 10. RGB value is (129,242,16). Sum of RGB (Red+Green+Blue) = 129+242+16=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 242 (94.92% from 255 or 62.53% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 242 - color contains mainly: green. Hex color #81F210 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #81F210 is #7E0DEF. Grayscale: #B7B7B7. Windows color (decimal): -8261104 or 1110657. OLE color: 1110657.
HSL color Cylindrical-coordinate representation of color #81F210: hue angle of 90º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81F210 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 242 | 16 | - |
| CMYK | 0.47 | 0 | 0.93 | 0.05 |
| HSL | 90º | 0.9% | 0.51% | - |
| HSV(B) | 90º | 0.93% | 0.95% | - |
| XYZ | 40.9 | 68.21 | 11.5 | - |
| YUV | 182.45 | 34.06 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 242 | 16 | 0.47 | 0 | 0.93 | 0.05 | 90 | 0.9 | 0.51 |
| Hex | 81 | F2 | 10 | 2F | 0 | 5D | 5 | 5A | 5A | 33 |
| Octal | 201 | 362 | 20 | 57 | 0 | 135 | 5 | 132 | 132 | 63 |
| Binary | 10000001 | 11110010 | 10000 | 101111 | 0 | 1011101 | 101 | 1011010 | 1011010 | 110011 |
Color Harmonies of #81F210
Complementary color
Monochromatic Colors of #81F210
Black with #81F210
Text Example
Text Example
White with #81F210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F210; }
p { color: rgb(129,242,16); }
H1.HeaderClassName
{
color: #81F210;
}
.AnyTagClassName
{
color: #81F210;
}
</style>
background-color css
<style>
a { background-color: #81F210; }
a { background-color: rgb(129,242,16); }
div.DivClassName
{
background-color: #81F210;
}
.BgClassName
{
background-color: #81F210;
}
</style>
border-color css
<style>
span { border-color: #81F210; }
span { border-color: rgb(129,242,16); }
td.TdClassName
{
border-color: #81F210;
}
.TagClassName
{
border-color: #81F210;
}
</style>