Shades of Lima #85BC13
Tints of Lima #85BC13
RGB
CMYK
RGB Variations
Color information
#85BC13 (or 0x85BC13) is known color: Lima. HEX triplet: 85, BC and 13. RGB value is (133,188,19). Sum of RGB (Red+Green+Blue) = 133+188+19=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 188 (73.83% from 255 or 55.29% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BC13 is #7A43EC. Grayscale: #989898. Windows color (decimal): -8012781 or 1293445. OLE color: 1293445.
HSL color Cylindrical-coordinate representation of color #85BC13: hue angle of 79.53º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85BC13 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 19 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.26 |
| HSL | 79.53º | 0.82% | 0.41% | - |
| HSV(B) | 79.53º | 0.9% | 0.74% | - |
| XYZ | 27.77 | 41 | 7.07 | - |
| YUV | 152.29 | 52.78 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 19 | 0.29 | 0 | 0.90 | 0.26 | 79.53 | 0.82 | 0.41 |
| Hex | 85 | BC | 13 | 1D | 0 | 5A | 1A | 50 | 52 | 29 |
| Octal | 205 | 274 | 23 | 35 | 0 | 132 | 32 | 120 | 122 | 51 |
| Binary | 10000101 | 10111100 | 10011 | 11101 | 0 | 1011010 | 11010 | 1010000 | 1010010 | 101001 |
Color Harmonies of #85BC13
Complementary color
Monochromatic Colors of #85BC13
Black with #85BC13
Text Example
Text Example
White with #85BC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC13; }
p { color: rgb(133,188,19); }
H1.HeaderClassName
{
color: #85BC13;
}
.AnyTagClassName
{
color: #85BC13;
}
</style>
background-color css
<style>
a { background-color: #85BC13; }
a { background-color: rgb(133,188,19); }
div.DivClassName
{
background-color: #85BC13;
}
.BgClassName
{
background-color: #85BC13;
}
</style>
border-color css
<style>
span { border-color: #85BC13; }
span { border-color: rgb(133,188,19); }
td.TdClassName
{
border-color: #85BC13;
}
.TagClassName
{
border-color: #85BC13;
}
</style>