Shades of Lawn Green #82DD0D
Tints of Lawn Green #82DD0D
RGB
CMYK
RGB Variations
Color information
#82DD0D (or 0x82DD0D) is known color: Lawn Green. HEX triplet: 82, DD and 0D. RGB value is (130,221,13). Sum of RGB (Red+Green+Blue) = 130+221+13=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 221 (86.72% from 255 or 60.71% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 221 - color contains mainly: green. Hex color #82DD0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82DD0D is #7D22F2. Grayscale: #AAAAAA. Windows color (decimal): -8200947 or 908674. OLE color: 908674.
HSL color Cylindrical-coordinate representation of color #82DD0D: hue angle of 86.25º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82DD0D is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 221 | 13 | - |
| CMYK | 0.41 | 0 | 0.94 | 0.13 |
| HSL | 86.25º | 0.89% | 0.46% | - |
| HSV(B) | 86.25º | 0.94% | 0.87% | - |
| XYZ | 35.14 | 56.49 | 9.43 | - |
| YUV | 170.08 | 39.35 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 221 | 13 | 0.41 | 0 | 0.94 | 0.13 | 86.25 | 0.89 | 0.46 |
| Hex | 82 | DD | D | 29 | 0 | 5E | D | 56 | 59 | 2E |
| Octal | 202 | 335 | 15 | 51 | 0 | 136 | 15 | 126 | 131 | 56 |
| Binary | 10000010 | 11011101 | 1101 | 101001 | 0 | 1011110 | 1101 | 1010110 | 1011001 | 101110 |
Color Harmonies of #82DD0D
Complementary color
Monochromatic Colors of #82DD0D
Black with #82DD0D
Text Example
Text Example
White with #82DD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DD0D; }
p { color: rgb(130,221,13); }
H1.HeaderClassName
{
color: #82DD0D;
}
.AnyTagClassName
{
color: #82DD0D;
}
</style>
background-color css
<style>
a { background-color: #82DD0D; }
a { background-color: rgb(130,221,13); }
div.DivClassName
{
background-color: #82DD0D;
}
.BgClassName
{
background-color: #82DD0D;
}
</style>
border-color css
<style>
span { border-color: #82DD0D; }
span { border-color: rgb(130,221,13); }
td.TdClassName
{
border-color: #82DD0D;
}
.TagClassName
{
border-color: #82DD0D;
}
</style>