Shades of Lima #85B80D
Tints of Lima #85B80D
RGB
CMYK
RGB Variations
Color information
#85B80D (or 0x85B80D) is known color: Lima. HEX triplet: 85, B8 and 0D. RGB value is (133,184,13). Sum of RGB (Red+Green+Blue) = 133+184+13=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 184 (72.27% from 255 or 55.76% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 184 - color contains mainly: green. Hex color #85B80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B80D is #7A47F2. Grayscale: #959595. Windows color (decimal): -8013811 or 899205. OLE color: 899205.
HSL color Cylindrical-coordinate representation of color #85B80D: hue angle of 77.89º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85B80D is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 184 | 13 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.28 |
| HSL | 77.89º | 0.87% | 0.39% | - |
| HSV(B) | 77.89º | 0.93% | 0.72% | - |
| XYZ | 26.89 | 39.3 | 6.55 | - |
| YUV | 149.26 | 51.1 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 13 | 0.28 | 0 | 0.93 | 0.28 | 77.89 | 0.87 | 0.39 |
| Hex | 85 | B8 | D | 1C | 0 | 5D | 1C | 4E | 57 | 27 |
| Octal | 205 | 270 | 15 | 34 | 0 | 135 | 34 | 116 | 127 | 47 |
| Binary | 10000101 | 10111000 | 1101 | 11100 | 0 | 1011101 | 11100 | 1001110 | 1010111 | 100111 |
Color Harmonies of #85B80D
Complementary color
Monochromatic Colors of #85B80D
Black with #85B80D
Text Example
Text Example
White with #85B80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B80D; }
p { color: rgb(133,184,13); }
H1.HeaderClassName
{
color: #85B80D;
}
.AnyTagClassName
{
color: #85B80D;
}
</style>
background-color css
<style>
a { background-color: #85B80D; }
a { background-color: rgb(133,184,13); }
div.DivClassName
{
background-color: #85B80D;
}
.BgClassName
{
background-color: #85B80D;
}
</style>
border-color css
<style>
span { border-color: #85B80D; }
span { border-color: rgb(133,184,13); }
td.TdClassName
{
border-color: #85B80D;
}
.TagClassName
{
border-color: #85B80D;
}
</style>