Shades of Lima #85B219
Tints of Lima #85B219
RGB
CMYK
RGB Variations
Color information
#85B219 (or 0x85B219) is known color: Lima. HEX triplet: 85, B2 and 19. RGB value is (133,178,25). Sum of RGB (Red+Green+Blue) = 133+178+25=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 178 (69.92% from 255 or 52.98% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 178 - color contains mainly: green. Hex color #85B219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85B219 is #7A4DE6. Grayscale: #939393. Windows color (decimal): -8015335 or 1684101. OLE color: 1684101.
HSL color Cylindrical-coordinate representation of color #85B219: hue angle of 77.65º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85B219 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 178 | 25 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.30 |
| HSL | 77.65º | 0.75% | 0.4% | - |
| HSV(B) | 77.65º | 0.86% | 0.7% | - |
| XYZ | 25.77 | 36.9 | 6.68 | - |
| YUV | 147.1 | 59.09 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 178 | 25 | 0.25 | 0 | 0.86 | 0.30 | 77.65 | 0.75 | 0.4 |
| Hex | 85 | B2 | 19 | 19 | 0 | 56 | 1E | 4E | 4B | 28 |
| Octal | 205 | 262 | 31 | 31 | 0 | 126 | 36 | 116 | 113 | 50 |
| Binary | 10000101 | 10110010 | 11001 | 11001 | 0 | 1010110 | 11110 | 1001110 | 1001011 | 101000 |
Color Harmonies of #85B219
Complementary color
Monochromatic Colors of #85B219
Black with #85B219
Text Example
Text Example
White with #85B219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B219; }
p { color: rgb(133,178,25); }
H1.HeaderClassName
{
color: #85B219;
}
.AnyTagClassName
{
color: #85B219;
}
</style>
background-color css
<style>
a { background-color: #85B219; }
a { background-color: rgb(133,178,25); }
div.DivClassName
{
background-color: #85B219;
}
.BgClassName
{
background-color: #85B219;
}
</style>
border-color css
<style>
span { border-color: #85B219; }
span { border-color: rgb(133,178,25); }
td.TdClassName
{
border-color: #85B219;
}
.TagClassName
{
border-color: #85B219;
}
</style>