Shades of Lawn Green #82D201
Tints of Lawn Green #82D201
RGB
CMYK
RGB Variations
Color information
#82D201 (or 0x82D201) is known color: Lawn Green. HEX triplet: 82, D2 and 01. RGB value is (130,210,1). Sum of RGB (Red+Green+Blue) = 130+210+1=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 210 (82.42% from 255 or 61.58% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 210 - color contains mainly: green. Hex color #82D201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82D201 is #7D2DFE. Grayscale: #A3A3A3. Windows color (decimal): -8203775 or 119426. OLE color: 119426.
HSL color Cylindrical-coordinate representation of color #82D201: hue angle of 82.97º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82D201 is Cyan = 0.38, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 210 | 1 | - |
| CMYK | 0.38 | 0 | 1.00 | 0.18 |
| HSL | 82.97º | 0.99% | 0.41% | - |
| HSV(B) | 82.97º | 1% | 0.82% | - |
| XYZ | 32.26 | 50.84 | 8.14 | - |
| YUV | 162.25 | 37 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 210 | 1 | 0.38 | 0 | 1.00 | 0.18 | 82.97 | 0.99 | 0.41 |
| Hex | 82 | D2 | 1 | 26 | 0 | 64 | 12 | 53 | 63 | 29 |
| Octal | 202 | 322 | 1 | 46 | 0 | 144 | 22 | 123 | 143 | 51 |
| Binary | 10000010 | 11010010 | 1 | 100110 | 0 | 1100100 | 10010 | 1010011 | 1100011 | 101001 |
Color Harmonies of #82D201
Complementary color
Monochromatic Colors of #82D201
Black with #82D201
Text Example
Text Example
White with #82D201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D201; }
p { color: rgb(130,210,1); }
H1.HeaderClassName
{
color: #82D201;
}
.AnyTagClassName
{
color: #82D201;
}
</style>
background-color css
<style>
a { background-color: #82D201; }
a { background-color: rgb(130,210,1); }
div.DivClassName
{
background-color: #82D201;
}
.BgClassName
{
background-color: #82D201;
}
</style>
border-color css
<style>
span { border-color: #82D201; }
span { border-color: rgb(130,210,1); }
td.TdClassName
{
border-color: #82D201;
}
.TagClassName
{
border-color: #82D201;
}
</style>