Shades of Lawn Green #82DC17
Tints of Lawn Green #82DC17
RGB
CMYK
RGB Variations
Color information
#82DC17 (or 0x82DC17) is known color: Lawn Green. HEX triplet: 82, DC and 17. RGB value is (130,220,23). Sum of RGB (Red+Green+Blue) = 130+220+23=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 220 (86.33% from 255 or 58.98% from 373); Blue value is 23 (9.38% from 255 or 6.17% from 373); Max value from RGB is 220 - color contains mainly: green. Hex color #82DC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82DC17 is #7D23E8. Grayscale: #ABABAB. Windows color (decimal): -8201193 or 1563778. OLE color: 1563778.
HSL color Cylindrical-coordinate representation of color #82DC17: hue angle of 87.41º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82DC17 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 220 | 23 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.14 |
| HSL | 87.41º | 0.81% | 0.48% | - |
| HSV(B) | 87.41º | 0.9% | 0.86% | - |
| XYZ | 34.95 | 55.99 | 9.78 | - |
| YUV | 170.63 | 44.68 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 220 | 23 | 0.41 | 0 | 0.90 | 0.14 | 87.41 | 0.81 | 0.48 |
| Hex | 82 | DC | 17 | 29 | 0 | 5A | E | 57 | 51 | 30 |
| Octal | 202 | 334 | 27 | 51 | 0 | 132 | 16 | 127 | 121 | 60 |
| Binary | 10000010 | 11011100 | 10111 | 101001 | 0 | 1011010 | 1110 | 1010111 | 1010001 | 110000 |
Color Harmonies of #82DC17
Complementary color
Monochromatic Colors of #82DC17
Black with #82DC17
Text Example
Text Example
White with #82DC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DC17; }
p { color: rgb(130,220,23); }
H1.HeaderClassName
{
color: #82DC17;
}
.AnyTagClassName
{
color: #82DC17;
}
</style>
background-color css
<style>
a { background-color: #82DC17; }
a { background-color: rgb(130,220,23); }
div.DivClassName
{
background-color: #82DC17;
}
.BgClassName
{
background-color: #82DC17;
}
</style>
border-color css
<style>
span { border-color: #82DC17; }
span { border-color: rgb(130,220,23); }
td.TdClassName
{
border-color: #82DC17;
}
.TagClassName
{
border-color: #82DC17;
}
</style>