Shades of Lima #85BC1D
Tints of Lima #85BC1D
RGB
CMYK
RGB Variations
Color information
#85BC1D (or 0x85BC1D) is known color: Lima. HEX triplet: 85, BC and 1D. RGB value is (133,188,29). Sum of RGB (Red+Green+Blue) = 133+188+29=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BC1D is #7A43E2. Grayscale: #9A9A9A. Windows color (decimal): -8012771 or 1948805. OLE color: 1948805.
HSL color Cylindrical-coordinate representation of color #85BC1D: hue angle of 80.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85BC1D is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 29 | - |
| CMYK | 0.29 | 0 | 0.85 | 0.26 |
| HSL | 80.75º | 0.73% | 0.43% | - |
| HSV(B) | 80.75º | 0.85% | 0.74% | - |
| XYZ | 27.88 | 41.04 | 7.61 | - |
| YUV | 153.43 | 57.78 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 29 | 0.29 | 0 | 0.85 | 0.26 | 80.75 | 0.73 | 0.43 |
| Hex | 85 | BC | 1D | 1D | 0 | 55 | 1A | 51 | 49 | 2B |
| Octal | 205 | 274 | 35 | 35 | 0 | 125 | 32 | 121 | 111 | 53 |
| Binary | 10000101 | 10111100 | 11101 | 11101 | 0 | 1010101 | 11010 | 1010001 | 1001001 | 101011 |
Color Harmonies of #85BC1D
Complementary color
Monochromatic Colors of #85BC1D
Black with #85BC1D
Text Example
Text Example
White with #85BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC1D; }
p { color: rgb(133,188,29); }
H1.HeaderClassName
{
color: #85BC1D;
}
.AnyTagClassName
{
color: #85BC1D;
}
</style>
background-color css
<style>
a { background-color: #85BC1D; }
a { background-color: rgb(133,188,29); }
div.DivClassName
{
background-color: #85BC1D;
}
.BgClassName
{
background-color: #85BC1D;
}
</style>
border-color css
<style>
span { border-color: #85BC1D; }
span { border-color: rgb(133,188,29); }
td.TdClassName
{
border-color: #85BC1D;
}
.TagClassName
{
border-color: #85BC1D;
}
</style>