Shades of Lima #82B612
Tints of Lima #82B612
RGB
CMYK
RGB Variations
Color information
#82B612 (or 0x82B612) is known color: Lima. HEX triplet: 82, B6 and 12. RGB value is (130,182,18). Sum of RGB (Red+Green+Blue) = 130+182+18=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 182 (71.48% from 255 or 55.15% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 182 - color contains mainly: green. Hex color #82B612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B612 is #7D49ED. Grayscale: #949494. Windows color (decimal): -8210926 or 1226370. OLE color: 1226370.
HSL color Cylindrical-coordinate representation of color #82B612: hue angle of 79.02º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82B612 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 182 | 18 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.29 |
| HSL | 79.02º | 0.82% | 0.39% | - |
| HSV(B) | 79.02º | 0.9% | 0.71% | - |
| XYZ | 26.04 | 38.25 | 6.58 | - |
| YUV | 147.76 | 54.77 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 182 | 18 | 0.29 | 0 | 0.90 | 0.29 | 79.02 | 0.82 | 0.39 |
| Hex | 82 | B6 | 12 | 1D | 0 | 5A | 1D | 4F | 52 | 27 |
| Octal | 202 | 266 | 22 | 35 | 0 | 132 | 35 | 117 | 122 | 47 |
| Binary | 10000010 | 10110110 | 10010 | 11101 | 0 | 1011010 | 11101 | 1001111 | 1010010 | 100111 |
Color Harmonies of #82B612
Complementary color
Monochromatic Colors of #82B612
Black with #82B612
Text Example
Text Example
White with #82B612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B612; }
p { color: rgb(130,182,18); }
H1.HeaderClassName
{
color: #82B612;
}
.AnyTagClassName
{
color: #82B612;
}
</style>
background-color css
<style>
a { background-color: #82B612; }
a { background-color: rgb(130,182,18); }
div.DivClassName
{
background-color: #82B612;
}
.BgClassName
{
background-color: #82B612;
}
</style>
border-color css
<style>
span { border-color: #82B612; }
span { border-color: rgb(130,182,18); }
td.TdClassName
{
border-color: #82B612;
}
.TagClassName
{
border-color: #82B612;
}
</style>