Shades of Lima #82B917
Tints of Lima #82B917
RGB
CMYK
RGB Variations
Color information
#82B917 (or 0x82B917) is known color: Lima. HEX triplet: 82, B9 and 17. RGB value is (130,185,23). Sum of RGB (Red+Green+Blue) = 130+185+23=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 185 (72.66% from 255 or 54.73% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 185 - color contains mainly: green. Hex color #82B917 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B917 is #7D46E8. Grayscale: #969696. Windows color (decimal): -8210153 or 1554818. OLE color: 1554818.
HSL color Cylindrical-coordinate representation of color #82B917: hue angle of 80.37º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82B917 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 185 | 23 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.27 |
| HSL | 80.37º | 0.78% | 0.41% | - |
| HSV(B) | 80.37º | 0.88% | 0.73% | - |
| XYZ | 26.71 | 39.51 | 7.03 | - |
| YUV | 150.09 | 56.28 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 185 | 23 | 0.30 | 0 | 0.88 | 0.27 | 80.37 | 0.78 | 0.41 |
| Hex | 82 | B9 | 17 | 1E | 0 | 58 | 1B | 50 | 4E | 29 |
| Octal | 202 | 271 | 27 | 36 | 0 | 130 | 33 | 120 | 116 | 51 |
| Binary | 10000010 | 10111001 | 10111 | 11110 | 0 | 1011000 | 11011 | 1010000 | 1001110 | 101001 |
Color Harmonies of #82B917
Complementary color
Monochromatic Colors of #82B917
Black with #82B917
Text Example
Text Example
White with #82B917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B917; }
p { color: rgb(130,185,23); }
H1.HeaderClassName
{
color: #82B917;
}
.AnyTagClassName
{
color: #82B917;
}
</style>
background-color css
<style>
a { background-color: #82B917; }
a { background-color: rgb(130,185,23); }
div.DivClassName
{
background-color: #82B917;
}
.BgClassName
{
background-color: #82B917;
}
</style>
border-color css
<style>
span { border-color: #82B917; }
span { border-color: rgb(130,185,23); }
td.TdClassName
{
border-color: #82B917;
}
.TagClassName
{
border-color: #82B917;
}
</style>