Shades of Lima #82B918
Tints of Lima #82B918
RGB
CMYK
RGB Variations
Color information
#82B918 (or 0x82B918) is known color: Lima. HEX triplet: 82, B9 and 18. RGB value is (130,185,24). Sum of RGB (Red+Green+Blue) = 130+185+24=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 185 (72.66% from 255 or 54.57% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 185 - color contains mainly: green. Hex color #82B918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B918 is #7D46E7. Grayscale: #969696. Windows color (decimal): -8210152 or 1620354. OLE color: 1620354.
HSL color Cylindrical-coordinate representation of color #82B918: hue angle of 80.5º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #82B918 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 185 | 24 | - |
| CMYK | 0.30 | 0 | 0.87 | 0.27 |
| HSL | 80.5º | 0.77% | 0.41% | - |
| HSV(B) | 80.5º | 0.87% | 0.73% | - |
| XYZ | 26.72 | 39.51 | 7.08 | - |
| YUV | 150.2 | 56.78 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 185 | 24 | 0.30 | 0 | 0.87 | 0.27 | 80.5 | 0.77 | 0.41 |
| Hex | 82 | B9 | 18 | 1E | 0 | 57 | 1B | 50 | 4D | 29 |
| Octal | 202 | 271 | 30 | 36 | 0 | 127 | 33 | 120 | 115 | 51 |
| Binary | 10000010 | 10111001 | 11000 | 11110 | 0 | 1010111 | 11011 | 1010000 | 1001101 | 101001 |
Color Harmonies of #82B918
Complementary color
Monochromatic Colors of #82B918
Black with #82B918
Text Example
Text Example
White with #82B918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B918; }
p { color: rgb(130,185,24); }
H1.HeaderClassName
{
color: #82B918;
}
.AnyTagClassName
{
color: #82B918;
}
</style>
background-color css
<style>
a { background-color: #82B918; }
a { background-color: rgb(130,185,24); }
div.DivClassName
{
background-color: #82B918;
}
.BgClassName
{
background-color: #82B918;
}
</style>
border-color css
<style>
span { border-color: #82B918; }
span { border-color: rgb(130,185,24); }
td.TdClassName
{
border-color: #82B918;
}
.TagClassName
{
border-color: #82B918;
}
</style>