Shades of Lima #85B50D
Tints of Lima #85B50D
RGB
CMYK
RGB Variations
Color information
#85B50D (or 0x85B50D) is known color: Lima. HEX triplet: 85, B5 and 0D. RGB value is (133,181,13). Sum of RGB (Red+Green+Blue) = 133+181+13=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 181 (71.09% from 255 or 55.35% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 181 - color contains mainly: green. Hex color #85B50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B50D is #7A4AF2. Grayscale: #949494. Windows color (decimal): -8014579 or 898437. OLE color: 898437.
HSL color Cylindrical-coordinate representation of color #85B50D: hue angle of 77.14º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85B50D is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 181 | 13 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.29 |
| HSL | 77.14º | 0.87% | 0.38% | - |
| HSV(B) | 77.14º | 0.93% | 0.71% | - |
| XYZ | 26.27 | 38.06 | 6.34 | - |
| YUV | 147.5 | 52.1 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 13 | 0.27 | 0 | 0.93 | 0.29 | 77.14 | 0.87 | 0.38 |
| Hex | 85 | B5 | D | 1B | 0 | 5D | 1D | 4D | 57 | 26 |
| Octal | 205 | 265 | 15 | 33 | 0 | 135 | 35 | 115 | 127 | 46 |
| Binary | 10000101 | 10110101 | 1101 | 11011 | 0 | 1011101 | 11101 | 1001101 | 1010111 | 100110 |
Color Harmonies of #85B50D
Complementary color
Monochromatic Colors of #85B50D
Black with #85B50D
Text Example
Text Example
White with #85B50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B50D; }
p { color: rgb(133,181,13); }
H1.HeaderClassName
{
color: #85B50D;
}
.AnyTagClassName
{
color: #85B50D;
}
</style>
background-color css
<style>
a { background-color: #85B50D; }
a { background-color: rgb(133,181,13); }
div.DivClassName
{
background-color: #85B50D;
}
.BgClassName
{
background-color: #85B50D;
}
</style>
border-color css
<style>
span { border-color: #85B50D; }
span { border-color: rgb(133,181,13); }
td.TdClassName
{
border-color: #85B50D;
}
.TagClassName
{
border-color: #85B50D;
}
</style>