Shades of Lawn Green #81F221
Tints of Lawn Green #81F221
RGB
CMYK
RGB Variations
Color information
#81F221 (or 0x81F221) is known color: Lawn Green. HEX triplet: 81, F2 and 21. RGB value is (129,242,33). Sum of RGB (Red+Green+Blue) = 129+242+33=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 242 (94.92% from 255 or 59.90% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 242 - color contains mainly: green. Hex color #81F221 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81F221 is #7E0DDE. Grayscale: #B9B9B9. Windows color (decimal): -8261087 or 2224769. OLE color: 2224769.
HSL color Cylindrical-coordinate representation of color #81F221: hue angle of 92.44º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #81F221 is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 242 | 33 | - |
| CMYK | 0.47 | 0 | 0.86 | 0.05 |
| HSL | 92.44º | 0.89% | 0.54% | - |
| HSV(B) | 92.44º | 0.86% | 0.95% | - |
| XYZ | 41.08 | 68.28 | 12.45 | - |
| YUV | 184.39 | 42.56 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 242 | 33 | 0.47 | 0 | 0.86 | 0.05 | 92.44 | 0.89 | 0.54 |
| Hex | 81 | F2 | 21 | 2F | 0 | 56 | 5 | 5C | 59 | 36 |
| Octal | 201 | 362 | 41 | 57 | 0 | 126 | 5 | 134 | 131 | 66 |
| Binary | 10000001 | 11110010 | 100001 | 101111 | 0 | 1010110 | 101 | 1011100 | 1011001 | 110110 |
Color Harmonies of #81F221
Complementary color
Monochromatic Colors of #81F221
Black with #81F221
Text Example
Text Example
White with #81F221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F221; }
p { color: rgb(129,242,33); }
H1.HeaderClassName
{
color: #81F221;
}
.AnyTagClassName
{
color: #81F221;
}
</style>
background-color css
<style>
a { background-color: #81F221; }
a { background-color: rgb(129,242,33); }
div.DivClassName
{
background-color: #81F221;
}
.BgClassName
{
background-color: #81F221;
}
</style>
border-color css
<style>
span { border-color: #81F221; }
span { border-color: rgb(129,242,33); }
td.TdClassName
{
border-color: #81F221;
}
.TagClassName
{
border-color: #81F221;
}
</style>