Shades of Lima #85AF0D
Tints of Lima #85AF0D
RGB
CMYK
RGB Variations
Color information
#85AF0D (or 0x85AF0D) is known color: Lima. HEX triplet: 85, AF and 0D. RGB value is (133,175,13). Sum of RGB (Red+Green+Blue) = 133+175+13=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AF0D is #7A50F2. Grayscale: #909090. Windows color (decimal): -8016115 or 896901. OLE color: 896901.
HSL color Cylindrical-coordinate representation of color #85AF0D: hue angle of 75.56º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85AF0D is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 175 | 13 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.31 |
| HSL | 75.56º | 0.86% | 0.37% | - |
| HSV(B) | 75.56º | 0.93% | 0.69% | - |
| XYZ | 25.08 | 35.68 | 5.95 | - |
| YUV | 143.97 | 54.09 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 13 | 0.24 | 0 | 0.93 | 0.31 | 75.56 | 0.86 | 0.37 |
| Hex | 85 | AF | D | 18 | 0 | 5D | 1F | 4C | 56 | 25 |
| Octal | 205 | 257 | 15 | 30 | 0 | 135 | 37 | 114 | 126 | 45 |
| Binary | 10000101 | 10101111 | 1101 | 11000 | 0 | 1011101 | 11111 | 1001100 | 1010110 | 100101 |
Color Harmonies of #85AF0D
Complementary color
Monochromatic Colors of #85AF0D
Black with #85AF0D
Text Example
Text Example
White with #85AF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AF0D; }
p { color: rgb(133,175,13); }
H1.HeaderClassName
{
color: #85AF0D;
}
.AnyTagClassName
{
color: #85AF0D;
}
</style>
background-color css
<style>
a { background-color: #85AF0D; }
a { background-color: rgb(133,175,13); }
div.DivClassName
{
background-color: #85AF0D;
}
.BgClassName
{
background-color: #85AF0D;
}
</style>
border-color css
<style>
span { border-color: #85AF0D; }
span { border-color: rgb(133,175,13); }
td.TdClassName
{
border-color: #85AF0D;
}
.TagClassName
{
border-color: #85AF0D;
}
</style>