Shades of Lawn Green #82F220
Tints of Lawn Green #82F220
RGB
CMYK
RGB Variations
Color information
#82F220 (or 0x82F220) is known color: Lawn Green. HEX triplet: 82, F2 and 20. RGB value is (130,242,32). Sum of RGB (Red+Green+Blue) = 130+242+32=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 242 (94.92% from 255 or 59.90% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 242 - color contains mainly: green. Hex color #82F220 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F220 is #7D0DDF. Grayscale: #B9B9B9. Windows color (decimal): -8195552 or 2159234. OLE color: 2159234.
HSL color Cylindrical-coordinate representation of color #82F220: hue angle of 92º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #82F220 is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 242 | 32 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.05 |
| HSL | 92º | 0.89% | 0.54% | - |
| HSV(B) | 92º | 0.87% | 0.95% | - |
| XYZ | 41.22 | 68.35 | 12.39 | - |
| YUV | 184.57 | 41.89 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 242 | 32 | 0.46 | 0 | 0.87 | 0.05 | 92 | 0.89 | 0.54 |
| Hex | 82 | F2 | 20 | 2E | 0 | 57 | 5 | 5C | 59 | 36 |
| Octal | 202 | 362 | 40 | 56 | 0 | 127 | 5 | 134 | 131 | 66 |
| Binary | 10000010 | 11110010 | 100000 | 101110 | 0 | 1010111 | 101 | 1011100 | 1011001 | 110110 |
Color Harmonies of #82F220
Complementary color
Monochromatic Colors of #82F220
Black with #82F220
Text Example
Text Example
White with #82F220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F220; }
p { color: rgb(130,242,32); }
H1.HeaderClassName
{
color: #82F220;
}
.AnyTagClassName
{
color: #82F220;
}
</style>
background-color css
<style>
a { background-color: #82F220; }
a { background-color: rgb(130,242,32); }
div.DivClassName
{
background-color: #82F220;
}
.BgClassName
{
background-color: #82F220;
}
</style>
border-color css
<style>
span { border-color: #82F220; }
span { border-color: rgb(130,242,32); }
td.TdClassName
{
border-color: #82F220;
}
.TagClassName
{
border-color: #82F220;
}
</style>