Shades of Lawn Green #82E51D
Tints of Lawn Green #82E51D
RGB
CMYK
RGB Variations
Color information
#82E51D (or 0x82E51D) is known color: Lawn Green. HEX triplet: 82, E5 and 1D. RGB value is (130,229,29). Sum of RGB (Red+Green+Blue) = 130+229+29=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 229 (89.84% from 255 or 59.02% from 388); Blue value is 29 (11.72% from 255 or 7.47% from 388); Max value from RGB is 229 - color contains mainly: green. Hex color #82E51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82E51D is #7D1AE2. Grayscale: #B1B1B1. Windows color (decimal): -8198883 or 1959298. OLE color: 1959298.
HSL color Cylindrical-coordinate representation of color #82E51D: hue angle of 89.7º degrees, saturation: 0.79, 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 #82E51D is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 229 | 29 | - |
| CMYK | 0.43 | 0 | 0.87 | 0.10 |
| HSL | 89.7º | 0.79% | 0.51% | - |
| HSV(B) | 89.7º | 0.87% | 0.9% | - |
| XYZ | 37.45 | 60.87 | 10.94 | - |
| YUV | 176.6 | 44.7 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 229 | 29 | 0.43 | 0 | 0.87 | 0.10 | 89.7 | 0.79 | 0.51 |
| Hex | 82 | E5 | 1D | 2B | 0 | 57 | A | 5A | 4F | 33 |
| Octal | 202 | 345 | 35 | 53 | 0 | 127 | 12 | 132 | 117 | 63 |
| Binary | 10000010 | 11100101 | 11101 | 101011 | 0 | 1010111 | 1010 | 1011010 | 1001111 | 110011 |
Color Harmonies of #82E51D
Complementary color
Monochromatic Colors of #82E51D
Black with #82E51D
Text Example
Text Example
White with #82E51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E51D; }
p { color: rgb(130,229,29); }
H1.HeaderClassName
{
color: #82E51D;
}
.AnyTagClassName
{
color: #82E51D;
}
</style>
background-color css
<style>
a { background-color: #82E51D; }
a { background-color: rgb(130,229,29); }
div.DivClassName
{
background-color: #82E51D;
}
.BgClassName
{
background-color: #82E51D;
}
</style>
border-color css
<style>
span { border-color: #82E51D; }
span { border-color: rgb(130,229,29); }
td.TdClassName
{
border-color: #82E51D;
}
.TagClassName
{
border-color: #82E51D;
}
</style>