Shades of Lima #82B915
Tints of Lima #82B915
RGB
CMYK
RGB Variations
Color information
#82B915 (or 0x82B915) is known color: Lima. HEX triplet: 82, B9 and 15. RGB value is (130,185,21). Sum of RGB (Red+Green+Blue) = 130+185+21=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 185 (72.66% from 255 or 55.06% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 185 - color contains mainly: green. Hex color #82B915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B915 is #7D46EA. Grayscale: #969696. Windows color (decimal): -8210155 or 1423746. OLE color: 1423746.
HSL color Cylindrical-coordinate representation of color #82B915: hue angle of 80.12º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #82B915 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 185 | 21 | - |
| CMYK | 0.30 | 0 | 0.89 | 0.27 |
| HSL | 80.12º | 0.8% | 0.4% | - |
| HSV(B) | 80.12º | 0.89% | 0.73% | - |
| XYZ | 26.69 | 39.5 | 6.93 | - |
| YUV | 149.86 | 55.28 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 185 | 21 | 0.30 | 0 | 0.89 | 0.27 | 80.12 | 0.8 | 0.4 |
| Hex | 82 | B9 | 15 | 1E | 0 | 59 | 1B | 50 | 50 | 28 |
| Octal | 202 | 271 | 25 | 36 | 0 | 131 | 33 | 120 | 120 | 50 |
| Binary | 10000010 | 10111001 | 10101 | 11110 | 0 | 1011001 | 11011 | 1010000 | 1010000 | 101000 |
Color Harmonies of #82B915
Complementary color
Monochromatic Colors of #82B915
Black with #82B915
Text Example
Text Example
White with #82B915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B915; }
p { color: rgb(130,185,21); }
H1.HeaderClassName
{
color: #82B915;
}
.AnyTagClassName
{
color: #82B915;
}
</style>
background-color css
<style>
a { background-color: #82B915; }
a { background-color: rgb(130,185,21); }
div.DivClassName
{
background-color: #82B915;
}
.BgClassName
{
background-color: #82B915;
}
</style>
border-color css
<style>
span { border-color: #82B915; }
span { border-color: rgb(130,185,21); }
td.TdClassName
{
border-color: #82B915;
}
.TagClassName
{
border-color: #82B915;
}
</style>