Shades of Lawn Green #82D503
Tints of Lawn Green #82D503
RGB
CMYK
RGB Variations
Color information
#82D503 (or 0x82D503) is known color: Lawn Green. HEX triplet: 82, D5 and 03. RGB value is (130,213,3). Sum of RGB (Red+Green+Blue) = 130+213+3=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 213 (83.59% from 255 or 61.56% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 213 - color contains mainly: green. Hex color #82D503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82D503 is #7D2AFC. Grayscale: #A5A5A5. Windows color (decimal): -8203005 or 251266. OLE color: 251266.
HSL color Cylindrical-coordinate representation of color #82D503: hue angle of 83.71º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82D503 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 213 | 3 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.16 |
| HSL | 83.71º | 0.97% | 0.42% | - |
| HSV(B) | 83.71º | 0.99% | 0.84% | - |
| XYZ | 33.02 | 52.34 | 8.45 | - |
| YUV | 164.24 | 37 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 213 | 3 | 0.39 | 0 | 0.99 | 0.16 | 83.71 | 0.97 | 0.42 |
| Hex | 82 | D5 | 3 | 27 | 0 | 63 | 10 | 54 | 61 | 2A |
| Octal | 202 | 325 | 3 | 47 | 0 | 143 | 20 | 124 | 141 | 52 |
| Binary | 10000010 | 11010101 | 11 | 100111 | 0 | 1100011 | 10000 | 1010100 | 1100001 | 101010 |
Color Harmonies of #82D503
Complementary color
Monochromatic Colors of #82D503
Black with #82D503
Text Example
Text Example
White with #82D503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D503; }
p { color: rgb(130,213,3); }
H1.HeaderClassName
{
color: #82D503;
}
.AnyTagClassName
{
color: #82D503;
}
</style>
background-color css
<style>
a { background-color: #82D503; }
a { background-color: rgb(130,213,3); }
div.DivClassName
{
background-color: #82D503;
}
.BgClassName
{
background-color: #82D503;
}
</style>
border-color css
<style>
span { border-color: #82D503; }
span { border-color: rgb(130,213,3); }
td.TdClassName
{
border-color: #82D503;
}
.TagClassName
{
border-color: #82D503;
}
</style>