Shades of Lima #85AF0F
Tints of Lima #85AF0F
RGB
CMYK
RGB Variations
Color information
#85AF0F (or 0x85AF0F) is known color: Lima. HEX triplet: 85, AF and 0F. RGB value is (133,175,15). Sum of RGB (Red+Green+Blue) = 133+175+15=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AF0F is #7A50F0. Grayscale: #909090. Windows color (decimal): -8016113 or 1027973. OLE color: 1027973.
HSL color Cylindrical-coordinate representation of color #85AF0F: hue angle of 75.75º 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 #85AF0F is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 175 | 15 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.31 |
| HSL | 75.75º | 0.84% | 0.37% | - |
| HSV(B) | 75.75º | 0.91% | 0.69% | - |
| XYZ | 25.09 | 35.68 | 6.02 | - |
| YUV | 144.2 | 55.09 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 15 | 0.24 | 0 | 0.91 | 0.31 | 75.75 | 0.84 | 0.37 |
| Hex | 85 | AF | F | 18 | 0 | 5B | 1F | 4C | 54 | 25 |
| Octal | 205 | 257 | 17 | 30 | 0 | 133 | 37 | 114 | 124 | 45 |
| Binary | 10000101 | 10101111 | 1111 | 11000 | 0 | 1011011 | 11111 | 1001100 | 1010100 | 100101 |
Color Harmonies of #85AF0F
Complementary color
Monochromatic Colors of #85AF0F
Black with #85AF0F
Text Example
Text Example
White with #85AF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AF0F; }
p { color: rgb(133,175,15); }
H1.HeaderClassName
{
color: #85AF0F;
}
.AnyTagClassName
{
color: #85AF0F;
}
</style>
background-color css
<style>
a { background-color: #85AF0F; }
a { background-color: rgb(133,175,15); }
div.DivClassName
{
background-color: #85AF0F;
}
.BgClassName
{
background-color: #85AF0F;
}
</style>
border-color css
<style>
span { border-color: #85AF0F; }
span { border-color: rgb(133,175,15); }
td.TdClassName
{
border-color: #85AF0F;
}
.TagClassName
{
border-color: #85AF0F;
}
</style>