Shades of Lima #85B80B
Tints of Lima #85B80B
RGB
CMYK
RGB Variations
Color information
#85B80B (or 0x85B80B) is known color: Lima. HEX triplet: 85, B8 and 0B. RGB value is (133,184,11). Sum of RGB (Red+Green+Blue) = 133+184+11=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 184 (72.27% from 255 or 56.10% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 184 - color contains mainly: green. Hex color #85B80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B80B is #7A47F4. Grayscale: #959595. Windows color (decimal): -8013813 or 768133. OLE color: 768133.
HSL color Cylindrical-coordinate representation of color #85B80B: hue angle of 77.69º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85B80B is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 184 | 11 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.28 |
| HSL | 77.69º | 0.89% | 0.38% | - |
| HSV(B) | 77.69º | 0.94% | 0.72% | - |
| XYZ | 26.87 | 39.29 | 6.48 | - |
| YUV | 149.03 | 50.1 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 11 | 0.28 | 0 | 0.94 | 0.28 | 77.69 | 0.89 | 0.38 |
| Hex | 85 | B8 | B | 1C | 0 | 5E | 1C | 4E | 59 | 26 |
| Octal | 205 | 270 | 13 | 34 | 0 | 136 | 34 | 116 | 131 | 46 |
| Binary | 10000101 | 10111000 | 1011 | 11100 | 0 | 1011110 | 11100 | 1001110 | 1011001 | 100110 |
Color Harmonies of #85B80B
Complementary color
Monochromatic Colors of #85B80B
Black with #85B80B
Text Example
Text Example
White with #85B80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B80B; }
p { color: rgb(133,184,11); }
H1.HeaderClassName
{
color: #85B80B;
}
.AnyTagClassName
{
color: #85B80B;
}
</style>
background-color css
<style>
a { background-color: #85B80B; }
a { background-color: rgb(133,184,11); }
div.DivClassName
{
background-color: #85B80B;
}
.BgClassName
{
background-color: #85B80B;
}
</style>
border-color css
<style>
span { border-color: #85B80B; }
span { border-color: rgb(133,184,11); }
td.TdClassName
{
border-color: #85B80B;
}
.TagClassName
{
border-color: #85B80B;
}
</style>