Shades of Lima #82CD0D
Tints of Lima #82CD0D
RGB
CMYK
RGB Variations
Color information
#82CD0D (or 0x82CD0D) is known color: Lima. HEX triplet: 82, CD and 0D. RGB value is (130,205,13). Sum of RGB (Red+Green+Blue) = 130+205+13=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 205 (80.47% from 255 or 58.91% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 205 - color contains mainly: green. Hex color #82CD0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82CD0D is #7D32F2. Grayscale: #A1A1A1. Windows color (decimal): -8205043 or 904578. OLE color: 904578.
HSL color Cylindrical-coordinate representation of color #82CD0D: hue angle of 83.44º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82CD0D is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 205 | 13 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.20 |
| HSL | 83.44º | 0.88% | 0.43% | - |
| HSV(B) | 83.44º | 0.94% | 0.8% | - |
| XYZ | 31.11 | 48.44 | 8.09 | - |
| YUV | 160.69 | 44.65 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 205 | 13 | 0.37 | 0 | 0.94 | 0.20 | 83.44 | 0.88 | 0.43 |
| Hex | 82 | CD | D | 25 | 0 | 5E | 14 | 53 | 58 | 2B |
| Octal | 202 | 315 | 15 | 45 | 0 | 136 | 24 | 123 | 130 | 53 |
| Binary | 10000010 | 11001101 | 1101 | 100101 | 0 | 1011110 | 10100 | 1010011 | 1011000 | 101011 |
Color Harmonies of #82CD0D
Complementary color
Monochromatic Colors of #82CD0D
Black with #82CD0D
Text Example
Text Example
White with #82CD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CD0D; }
p { color: rgb(130,205,13); }
H1.HeaderClassName
{
color: #82CD0D;
}
.AnyTagClassName
{
color: #82CD0D;
}
</style>
background-color css
<style>
a { background-color: #82CD0D; }
a { background-color: rgb(130,205,13); }
div.DivClassName
{
background-color: #82CD0D;
}
.BgClassName
{
background-color: #82CD0D;
}
</style>
border-color css
<style>
span { border-color: #82CD0D; }
span { border-color: rgb(130,205,13); }
td.TdClassName
{
border-color: #82CD0D;
}
.TagClassName
{
border-color: #82CD0D;
}
</style>