Shades of Lima #85B412
Tints of Lima #85B412
RGB
CMYK
RGB Variations
Color information
#85B412 (or 0x85B412) is known color: Lima. HEX triplet: 85, B4 and 12. RGB value is (133,180,18). Sum of RGB (Red+Green+Blue) = 133+180+18=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 180 (70.70% from 255 or 54.38% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 180 - color contains mainly: green. Hex color #85B412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B412 is #7A4BED. Grayscale: #949494. Windows color (decimal): -8014830 or 1225861. OLE color: 1225861.
HSL color Cylindrical-coordinate representation of color #85B412: hue angle of 77.41º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85B412 is Cyan = 0.26, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 180 | 18 | - |
| CMYK | 0.26 | 0 | 0.9 | 0.29 |
| HSL | 77.41º | 0.82% | 0.39% | - |
| HSV(B) | 77.41º | 0.9% | 0.71% | - |
| XYZ | 26.1 | 37.67 | 6.47 | - |
| YUV | 147.48 | 54.93 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 180 | 18 | 0.26 | 0 | 0.9 | 0.29 | 77.41 | 0.82 | 0.39 |
| Hex | 85 | B4 | 12 | 1A | 0 | 5A | 1D | 4D | 52 | 27 |
| Octal | 205 | 264 | 22 | 32 | 0 | 132 | 35 | 115 | 122 | 47 |
| Binary | 10000101 | 10110100 | 10010 | 11010 | 0 | 1011010 | 11101 | 1001101 | 1010010 | 100111 |
Color Harmonies of #85B412
Complementary color
Monochromatic Colors of #85B412
Black with #85B412
Text Example
Text Example
White with #85B412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B412; }
p { color: rgb(133,180,18); }
H1.HeaderClassName
{
color: #85B412;
}
.AnyTagClassName
{
color: #85B412;
}
</style>
background-color css
<style>
a { background-color: #85B412; }
a { background-color: rgb(133,180,18); }
div.DivClassName
{
background-color: #85B412;
}
.BgClassName
{
background-color: #85B412;
}
</style>
border-color css
<style>
span { border-color: #85B412; }
span { border-color: rgb(133,180,18); }
td.TdClassName
{
border-color: #85B412;
}
.TagClassName
{
border-color: #85B412;
}
</style>