Shades of Lima #82AF16
Tints of Lima #82AF16
RGB
CMYK
RGB Variations
Color information
#82AF16 (or 0x82AF16) is known color: Lima. HEX triplet: 82, AF and 16. RGB value is (130,175,22). Sum of RGB (Red+Green+Blue) = 130+175+22=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AF16 is #7D50E9. Grayscale: #909090. Windows color (decimal): -8212714 or 1486722. OLE color: 1486722.
HSL color Cylindrical-coordinate representation of color #82AF16: hue angle of 77.65º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #82AF16 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 175 | 22 | - |
| CMYK | 0.26 | 0 | 0.87 | 0.31 |
| HSL | 77.65º | 0.78% | 0.39% | - |
| HSV(B) | 77.65º | 0.87% | 0.69% | - |
| XYZ | 24.68 | 35.46 | 6.3 | - |
| YUV | 144.1 | 59.09 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 175 | 22 | 0.26 | 0 | 0.87 | 0.31 | 77.65 | 0.78 | 0.39 |
| Hex | 82 | AF | 16 | 1A | 0 | 57 | 1F | 4E | 4E | 27 |
| Octal | 202 | 257 | 26 | 32 | 0 | 127 | 37 | 116 | 116 | 47 |
| Binary | 10000010 | 10101111 | 10110 | 11010 | 0 | 1010111 | 11111 | 1001110 | 1001110 | 100111 |
Color Harmonies of #82AF16
Complementary color
Monochromatic Colors of #82AF16
Black with #82AF16
Text Example
Text Example
White with #82AF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AF16; }
p { color: rgb(130,175,22); }
H1.HeaderClassName
{
color: #82AF16;
}
.AnyTagClassName
{
color: #82AF16;
}
</style>
background-color css
<style>
a { background-color: #82AF16; }
a { background-color: rgb(130,175,22); }
div.DivClassName
{
background-color: #82AF16;
}
.BgClassName
{
background-color: #82AF16;
}
</style>
border-color css
<style>
span { border-color: #82AF16; }
span { border-color: rgb(130,175,22); }
td.TdClassName
{
border-color: #82AF16;
}
.TagClassName
{
border-color: #82AF16;
}
</style>