Shades of Lawn Green #82DC15
Tints of Lawn Green #82DC15
RGB
CMYK
RGB Variations
Color information
#82DC15 (or 0x82DC15) is known color: Lawn Green. HEX triplet: 82, DC and 15. RGB value is (130,220,21). Sum of RGB (Red+Green+Blue) = 130+220+21=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #82DC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82DC15 is #7D23EA. Grayscale: #ABABAB. Windows color (decimal): -8201195 or 1432706. OLE color: 1432706.
HSL color Cylindrical-coordinate representation of color #82DC15: hue angle of 87.14º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82DC15 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 220 | 21 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.14 |
| HSL | 87.14º | 0.83% | 0.47% | - |
| HSV(B) | 87.14º | 0.9% | 0.86% | - |
| XYZ | 34.93 | 55.99 | 9.67 | - |
| YUV | 170.4 | 43.68 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 220 | 21 | 0.41 | 0 | 0.90 | 0.14 | 87.14 | 0.83 | 0.47 |
| Hex | 82 | DC | 15 | 29 | 0 | 5A | E | 57 | 53 | 2F |
| Octal | 202 | 334 | 25 | 51 | 0 | 132 | 16 | 127 | 123 | 57 |
| Binary | 10000010 | 11011100 | 10101 | 101001 | 0 | 1011010 | 1110 | 1010111 | 1010011 | 101111 |
Color Harmonies of #82DC15
Complementary color
Monochromatic Colors of #82DC15
Black with #82DC15
Text Example
Text Example
White with #82DC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DC15; }
p { color: rgb(130,220,21); }
H1.HeaderClassName
{
color: #82DC15;
}
.AnyTagClassName
{
color: #82DC15;
}
</style>
background-color css
<style>
a { background-color: #82DC15; }
a { background-color: rgb(130,220,21); }
div.DivClassName
{
background-color: #82DC15;
}
.BgClassName
{
background-color: #82DC15;
}
</style>
border-color css
<style>
span { border-color: #82DC15; }
span { border-color: rgb(130,220,21); }
td.TdClassName
{
border-color: #82DC15;
}
.TagClassName
{
border-color: #82DC15;
}
</style>