Shades of Lawn Green #82E61D
Tints of Lawn Green #82E61D
RGB
CMYK
RGB Variations
Color information
#82E61D (or 0x82E61D) is known color: Lawn Green. HEX triplet: 82, E6 and 1D. RGB value is (130,230,29). Sum of RGB (Red+Green+Blue) = 130+230+29=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 230 (90.23% from 255 or 59.13% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 230 - color contains mainly: green. Hex color #82E61D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82E61D is #7D19E2. Grayscale: #B1B1B1. Windows color (decimal): -8198627 or 1959554. OLE color: 1959554.
HSL color Cylindrical-coordinate representation of color #82E61D: hue angle of 89.85º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #82E61D is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 230 | 29 | - |
| CMYK | 0.43 | 0 | 0.87 | 0.10 |
| HSL | 89.85º | 0.8% | 0.51% | - |
| HSV(B) | 89.85º | 0.87% | 0.9% | - |
| XYZ | 37.72 | 61.43 | 11.03 | - |
| YUV | 177.19 | 44.37 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 230 | 29 | 0.43 | 0 | 0.87 | 0.10 | 89.85 | 0.8 | 0.51 |
| Hex | 82 | E6 | 1D | 2B | 0 | 57 | A | 5A | 50 | 33 |
| Octal | 202 | 346 | 35 | 53 | 0 | 127 | 12 | 132 | 120 | 63 |
| Binary | 10000010 | 11100110 | 11101 | 101011 | 0 | 1010111 | 1010 | 1011010 | 1010000 | 110011 |
Color Harmonies of #82E61D
Complementary color
Monochromatic Colors of #82E61D
Black with #82E61D
Text Example
Text Example
White with #82E61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E61D; }
p { color: rgb(130,230,29); }
H1.HeaderClassName
{
color: #82E61D;
}
.AnyTagClassName
{
color: #82E61D;
}
</style>
background-color css
<style>
a { background-color: #82E61D; }
a { background-color: rgb(130,230,29); }
div.DivClassName
{
background-color: #82E61D;
}
.BgClassName
{
background-color: #82E61D;
}
</style>
border-color css
<style>
span { border-color: #82E61D; }
span { border-color: rgb(130,230,29); }
td.TdClassName
{
border-color: #82E61D;
}
.TagClassName
{
border-color: #82E61D;
}
</style>