Shades of Lima #85B60F
Tints of Lima #85B60F
RGB
CMYK
RGB Variations
Color information
#85B60F (or 0x85B60F) is known color: Lima. HEX triplet: 85, B6 and 0F. RGB value is (133,182,15). Sum of RGB (Red+Green+Blue) = 133+182+15=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 182 (71.48% from 255 or 55.15% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 182 - color contains mainly: green. Hex color #85B60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B60F is #7A49F0. Grayscale: #949494. Windows color (decimal): -8014321 or 1029765. OLE color: 1029765.
HSL color Cylindrical-coordinate representation of color #85B60F: hue angle of 77.6º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85B60F is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 182 | 15 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.29 |
| HSL | 77.6º | 0.85% | 0.39% | - |
| HSV(B) | 77.6º | 0.92% | 0.71% | - |
| XYZ | 26.49 | 38.48 | 6.48 | - |
| YUV | 148.31 | 52.77 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 182 | 15 | 0.27 | 0 | 0.92 | 0.29 | 77.6 | 0.85 | 0.39 |
| Hex | 85 | B6 | F | 1B | 0 | 5C | 1D | 4E | 55 | 27 |
| Octal | 205 | 266 | 17 | 33 | 0 | 134 | 35 | 116 | 125 | 47 |
| Binary | 10000101 | 10110110 | 1111 | 11011 | 0 | 1011100 | 11101 | 1001110 | 1010101 | 100111 |
Color Harmonies of #85B60F
Complementary color
Monochromatic Colors of #85B60F
Black with #85B60F
Text Example
Text Example
White with #85B60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B60F; }
p { color: rgb(133,182,15); }
H1.HeaderClassName
{
color: #85B60F;
}
.AnyTagClassName
{
color: #85B60F;
}
</style>
background-color css
<style>
a { background-color: #85B60F; }
a { background-color: rgb(133,182,15); }
div.DivClassName
{
background-color: #85B60F;
}
.BgClassName
{
background-color: #85B60F;
}
</style>
border-color css
<style>
span { border-color: #85B60F; }
span { border-color: rgb(133,182,15); }
td.TdClassName
{
border-color: #85B60F;
}
.TagClassName
{
border-color: #85B60F;
}
</style>