Shades of Lawn Green #82E007
Tints of Lawn Green #82E007
RGB
CMYK
RGB Variations
Color information
#82E007 (or 0x82E007) is known color: Lawn Green. HEX triplet: 82, E0 and 07. RGB value is (130,224,7). Sum of RGB (Red+Green+Blue) = 130+224+7=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 224 (87.89% from 255 or 62.05% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 224 - color contains mainly: green. Hex color #82E007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82E007 is #7D1FF8. Grayscale: #ABABAB. Windows color (decimal): -8200185 or 516226. OLE color: 516226.
HSL color Cylindrical-coordinate representation of color #82E007: hue angle of 85.99º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #82E007 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 224 | 7 | - |
| CMYK | 0.42 | 0 | 0.97 | 0.12 |
| HSL | 85.99º | 0.94% | 0.45% | - |
| HSV(B) | 85.99º | 0.97% | 0.88% | - |
| XYZ | 35.9 | 58.07 | 9.52 | - |
| YUV | 171.16 | 35.36 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 224 | 7 | 0.42 | 0 | 0.97 | 0.12 | 85.99 | 0.94 | 0.45 |
| Hex | 82 | E0 | 7 | 2A | 0 | 61 | C | 56 | 5E | 2D |
| Octal | 202 | 340 | 7 | 52 | 0 | 141 | 14 | 126 | 136 | 55 |
| Binary | 10000010 | 11100000 | 111 | 101010 | 0 | 1100001 | 1100 | 1010110 | 1011110 | 101101 |
Color Harmonies of #82E007
Complementary color
Monochromatic Colors of #82E007
Black with #82E007
Text Example
Text Example
White with #82E007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E007; }
p { color: rgb(130,224,7); }
H1.HeaderClassName
{
color: #82E007;
}
.AnyTagClassName
{
color: #82E007;
}
</style>
background-color css
<style>
a { background-color: #82E007; }
a { background-color: rgb(130,224,7); }
div.DivClassName
{
background-color: #82E007;
}
.BgClassName
{
background-color: #82E007;
}
</style>
border-color css
<style>
span { border-color: #82E007; }
span { border-color: rgb(130,224,7); }
td.TdClassName
{
border-color: #82E007;
}
.TagClassName
{
border-color: #82E007;
}
</style>