Shades of Lawn Green #82D905
Tints of Lawn Green #82D905
RGB
CMYK
RGB Variations
Color information
#82D905 (or 0x82D905) is known color: Lawn Green. HEX triplet: 82, D9 and 05. RGB value is (130,217,5). Sum of RGB (Red+Green+Blue) = 130+217+5=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 217 (85.16% from 255 or 61.65% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 217 - color contains mainly: green. Hex color #82D905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82D905 is #7D26FA. Grayscale: #A7A7A7. Windows color (decimal): -8201979 or 383362. OLE color: 383362.
HSL color Cylindrical-coordinate representation of color #82D905: hue angle of 84.62º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82D905 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 217 | 5 | - |
| CMYK | 0.40 | 0 | 0.98 | 0.15 |
| HSL | 84.62º | 0.95% | 0.44% | - |
| HSV(B) | 84.62º | 0.98% | 0.85% | - |
| XYZ | 34.05 | 54.38 | 8.85 | - |
| YUV | 166.82 | 36.68 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 217 | 5 | 0.40 | 0 | 0.98 | 0.15 | 84.62 | 0.95 | 0.44 |
| Hex | 82 | D9 | 5 | 28 | 0 | 62 | F | 55 | 5F | 2C |
| Octal | 202 | 331 | 5 | 50 | 0 | 142 | 17 | 125 | 137 | 54 |
| Binary | 10000010 | 11011001 | 101 | 101000 | 0 | 1100010 | 1111 | 1010101 | 1011111 | 101100 |
Color Harmonies of #82D905
Complementary color
Monochromatic Colors of #82D905
Black with #82D905
Text Example
Text Example
White with #82D905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D905; }
p { color: rgb(130,217,5); }
H1.HeaderClassName
{
color: #82D905;
}
.AnyTagClassName
{
color: #82D905;
}
</style>
background-color css
<style>
a { background-color: #82D905; }
a { background-color: rgb(130,217,5); }
div.DivClassName
{
background-color: #82D905;
}
.BgClassName
{
background-color: #82D905;
}
</style>
border-color css
<style>
span { border-color: #82D905; }
span { border-color: rgb(130,217,5); }
td.TdClassName
{
border-color: #82D905;
}
.TagClassName
{
border-color: #82D905;
}
</style>