Shades of Lima #82A705
Tints of Lima #82A705
RGB
CMYK
RGB Variations
Color information
#82A705 (or 0x82A705) is known color: Lima. HEX triplet: 82, A7 and 05. RGB value is (130,167,5). Sum of RGB (Red+Green+Blue) = 130+167+5=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 167 (65.62% from 255 or 55.30% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 167 - color contains mainly: green. Hex color #82A705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82A705 is #7D58FA. Grayscale: #8A8A8A. Windows color (decimal): -8214779 or 370562. OLE color: 370562.
HSL color Cylindrical-coordinate representation of color #82A705: hue angle of 73.7º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #82A705 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 130 | 167 | 5 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.35 |
| HSL | 73.7º | 0.94% | 0.34% | - |
| HSV(B) | 73.7º | 0.97% | 0.65% | - |
| XYZ | 23.05 | 32.39 | 5.18 | - |
| YUV | 137.47 | 53.24 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 167 | 5 | 0.22 | 0 | 0.97 | 0.35 | 73.7 | 0.94 | 0.34 |
| Hex | 82 | A7 | 5 | 16 | 0 | 61 | 23 | 4A | 5E | 22 |
| Octal | 202 | 247 | 5 | 26 | 0 | 141 | 43 | 112 | 136 | 42 |
| Binary | 10000010 | 10100111 | 101 | 10110 | 0 | 1100001 | 100011 | 1001010 | 1011110 | 100010 |
Color Harmonies of #82A705
Complementary color
Monochromatic Colors of #82A705
Black with #82A705
Text Example
Text Example
White with #82A705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A705; }
p { color: rgb(130,167,5); }
H1.HeaderClassName
{
color: #82A705;
}
.AnyTagClassName
{
color: #82A705;
}
</style>
background-color css
<style>
a { background-color: #82A705; }
a { background-color: rgb(130,167,5); }
div.DivClassName
{
background-color: #82A705;
}
.BgClassName
{
background-color: #82A705;
}
</style>
border-color css
<style>
span { border-color: #82A705; }
span { border-color: rgb(130,167,5); }
td.TdClassName
{
border-color: #82A705;
}
.TagClassName
{
border-color: #82A705;
}
</style>