Shades of Lawn Green #82D800
Tints of Lawn Green #82D800
RGB
CMYK
RGB Variations
Color information
#82D800 (or 0x82D800) is known color: Lawn Green. HEX triplet: 82, D8 and 00. RGB value is (130,216,0). Sum of RGB (Red+Green+Blue) = 130+216+0=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 216 (84.77% from 255 or 62.43% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 216 - color contains mainly: green. Hex color #82D800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82D800 is #7D27FF. Grayscale: #A6A6A6. Windows color (decimal): -8202240 or 55426. OLE color: 55426.
HSL color Cylindrical-coordinate representation of color #82D800: hue angle of 83.89º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82D800 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 216 | 0 | - |
| CMYK | 0.40 | 0 | 1 | 0.15 |
| HSL | 83.89º | 1% | 0.42% | - |
| HSV(B) | 83.89º | 1% | 0.85% | - |
| XYZ | 33.76 | 53.86 | 8.62 | - |
| YUV | 165.66 | 34.51 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 216 | 0 | 0.40 | 0 | 1 | 0.15 | 83.89 | 1 | 0.42 |
| Hex | 82 | D8 | 0 | 28 | 0 | 64 | F | 54 | 64 | 2A |
| Octal | 202 | 330 | 0 | 50 | 0 | 144 | 17 | 124 | 144 | 52 |
| Binary | 10000010 | 11011000 | 0 | 101000 | 0 | 1100100 | 1111 | 1010100 | 1100100 | 101010 |
Color Harmonies of #82D800
Complementary color
Monochromatic Colors of #82D800
Black with #82D800
Text Example
Text Example
White with #82D800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D800; }
p { color: rgb(130,216,0); }
H1.HeaderClassName
{
color: #82D800;
}
.AnyTagClassName
{
color: #82D800;
}
</style>
background-color css
<style>
a { background-color: #82D800; }
a { background-color: rgb(130,216,0); }
div.DivClassName
{
background-color: #82D800;
}
.BgClassName
{
background-color: #82D800;
}
</style>
border-color css
<style>
span { border-color: #82D800; }
span { border-color: rgb(130,216,0); }
td.TdClassName
{
border-color: #82D800;
}
.TagClassName
{
border-color: #82D800;
}
</style>