Shades of Lawn Green #82EC07
Tints of Lawn Green #82EC07
RGB
CMYK
RGB Variations
Color information
#82EC07 (or 0x82EC07) is known color: Lawn Green. HEX triplet: 82, EC and 07. RGB value is (130,236,7). Sum of RGB (Red+Green+Blue) = 130+236+7=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 236 (92.58% from 255 or 63.27% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 236 - color contains mainly: green. Hex color #82EC07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82EC07 is #7D13F8. Grayscale: #B3B3B3. Windows color (decimal): -8197113 or 519298. OLE color: 519298.
HSL color Cylindrical-coordinate representation of color #82EC07: hue angle of 87.77º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #82EC07 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 236 | 7 | - |
| CMYK | 0.45 | 0 | 0.97 | 0.07 |
| HSL | 87.77º | 0.94% | 0.48% | - |
| HSV(B) | 87.77º | 0.97% | 0.93% | - |
| XYZ | 39.24 | 64.75 | 10.63 | - |
| YUV | 178.2 | 31.38 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 236 | 7 | 0.45 | 0 | 0.97 | 0.07 | 87.77 | 0.94 | 0.48 |
| Hex | 82 | EC | 7 | 2D | 0 | 61 | 7 | 58 | 5E | 30 |
| Octal | 202 | 354 | 7 | 55 | 0 | 141 | 7 | 130 | 136 | 60 |
| Binary | 10000010 | 11101100 | 111 | 101101 | 0 | 1100001 | 111 | 1011000 | 1011110 | 110000 |
Color Harmonies of #82EC07
Complementary color
Monochromatic Colors of #82EC07
Black with #82EC07
Text Example
Text Example
White with #82EC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EC07; }
p { color: rgb(130,236,7); }
H1.HeaderClassName
{
color: #82EC07;
}
.AnyTagClassName
{
color: #82EC07;
}
</style>
background-color css
<style>
a { background-color: #82EC07; }
a { background-color: rgb(130,236,7); }
div.DivClassName
{
background-color: #82EC07;
}
.BgClassName
{
background-color: #82EC07;
}
</style>
border-color css
<style>
span { border-color: #82EC07; }
span { border-color: rgb(130,236,7); }
td.TdClassName
{
border-color: #82EC07;
}
.TagClassName
{
border-color: #82EC07;
}
</style>