Shades of Lawn Green #81F202
Tints of Lawn Green #81F202
RGB
CMYK
RGB Variations
Color information
#81F202 (or 0x81F202) is known color: Lawn Green. HEX triplet: 81, F2 and 02. RGB value is (129,242,2). Sum of RGB (Red+Green+Blue) = 129+242+2=373 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.58% from 373); Green value is 242 (94.92% from 255 or 64.88% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 242 - color contains mainly: green. Hex color #81F202 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #81F202 is #7E0DFD. Grayscale: #B5B5B5. Windows color (decimal): -8261118 or 193153. OLE color: 193153.
HSL color Cylindrical-coordinate representation of color #81F202: hue angle of 88.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81F202 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 242 | 2 | - |
| CMYK | 0.47 | 0 | 0.99 | 0.05 |
| HSL | 88.25º | 0.98% | 0.48% | - |
| HSV(B) | 88.25º | 0.99% | 0.95% | - |
| XYZ | 40.82 | 68.18 | 11.07 | - |
| YUV | 180.85 | 27.06 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 242 | 2 | 0.47 | 0 | 0.99 | 0.05 | 88.25 | 0.98 | 0.48 |
| Hex | 81 | F2 | 2 | 2F | 0 | 63 | 5 | 58 | 62 | 30 |
| Octal | 201 | 362 | 2 | 57 | 0 | 143 | 5 | 130 | 142 | 60 |
| Binary | 10000001 | 11110010 | 10 | 101111 | 0 | 1100011 | 101 | 1011000 | 1100010 | 110000 |
Color Harmonies of #81F202
Complementary color
Monochromatic Colors of #81F202
Black with #81F202
Text Example
Text Example
White with #81F202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F202; }
p { color: rgb(129,242,2); }
H1.HeaderClassName
{
color: #81F202;
}
.AnyTagClassName
{
color: #81F202;
}
</style>
background-color css
<style>
a { background-color: #81F202; }
a { background-color: rgb(129,242,2); }
div.DivClassName
{
background-color: #81F202;
}
.BgClassName
{
background-color: #81F202;
}
</style>
border-color css
<style>
span { border-color: #81F202; }
span { border-color: rgb(129,242,2); }
td.TdClassName
{
border-color: #81F202;
}
.TagClassName
{
border-color: #81F202;
}
</style>