Shades of Lima #82AF0F
Tints of Lima #82AF0F
RGB
CMYK
RGB Variations
Color information
#82AF0F (or 0x82AF0F) is known color: Lima. HEX triplet: 82, AF and 0F. RGB value is (130,175,15). Sum of RGB (Red+Green+Blue) = 130+175+15=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 175 (68.75% from 255 or 54.69% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AF0F is #7D50F0. Grayscale: #8F8F8F. Windows color (decimal): -8212721 or 1027970. OLE color: 1027970.
HSL color Cylindrical-coordinate representation of color #82AF0F: hue angle of 76.88º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82AF0F is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 175 | 15 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.31 |
| HSL | 76.88º | 0.84% | 0.37% | - |
| HSV(B) | 76.88º | 0.91% | 0.69% | - |
| XYZ | 24.62 | 35.44 | 5.99 | - |
| YUV | 143.31 | 55.59 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 175 | 15 | 0.26 | 0 | 0.91 | 0.31 | 76.88 | 0.84 | 0.37 |
| Hex | 82 | AF | F | 1A | 0 | 5B | 1F | 4D | 54 | 25 |
| Octal | 202 | 257 | 17 | 32 | 0 | 133 | 37 | 115 | 124 | 45 |
| Binary | 10000010 | 10101111 | 1111 | 11010 | 0 | 1011011 | 11111 | 1001101 | 1010100 | 100101 |
Color Harmonies of #82AF0F
Complementary color
Monochromatic Colors of #82AF0F
Black with #82AF0F
Text Example
Text Example
White with #82AF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AF0F; }
p { color: rgb(130,175,15); }
H1.HeaderClassName
{
color: #82AF0F;
}
.AnyTagClassName
{
color: #82AF0F;
}
</style>
background-color css
<style>
a { background-color: #82AF0F; }
a { background-color: rgb(130,175,15); }
div.DivClassName
{
background-color: #82AF0F;
}
.BgClassName
{
background-color: #82AF0F;
}
</style>
border-color css
<style>
span { border-color: #82AF0F; }
span { border-color: rgb(130,175,15); }
td.TdClassName
{
border-color: #82AF0F;
}
.TagClassName
{
border-color: #82AF0F;
}
</style>