Shades of Lima #85BD13
Tints of Lima #85BD13
RGB
CMYK
RGB Variations
Color information
#85BD13 (or 0x85BD13) is known color: Lima. HEX triplet: 85, BD and 13. RGB value is (133,189,19). Sum of RGB (Red+Green+Blue) = 133+189+19=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BD13 is #7A42EC. Grayscale: #999999. Windows color (decimal): -8012525 or 1293701. OLE color: 1293701.
HSL color Cylindrical-coordinate representation of color #85BD13: hue angle of 79.76º 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 #85BD13 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 19 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.26 |
| HSL | 79.76º | 0.82% | 0.41% | - |
| HSV(B) | 79.76º | 0.9% | 0.74% | - |
| XYZ | 27.99 | 41.43 | 7.14 | - |
| YUV | 152.88 | 52.45 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 19 | 0.30 | 0 | 0.90 | 0.26 | 79.76 | 0.82 | 0.41 |
| Hex | 85 | BD | 13 | 1E | 0 | 5A | 1A | 50 | 52 | 29 |
| Octal | 205 | 275 | 23 | 36 | 0 | 132 | 32 | 120 | 122 | 51 |
| Binary | 10000101 | 10111101 | 10011 | 11110 | 0 | 1011010 | 11010 | 1010000 | 1010010 | 101001 |
Color Harmonies of #85BD13
Complementary color
Monochromatic Colors of #85BD13
Black with #85BD13
Text Example
Text Example
White with #85BD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD13; }
p { color: rgb(133,189,19); }
H1.HeaderClassName
{
color: #85BD13;
}
.AnyTagClassName
{
color: #85BD13;
}
</style>
background-color css
<style>
a { background-color: #85BD13; }
a { background-color: rgb(133,189,19); }
div.DivClassName
{
background-color: #85BD13;
}
.BgClassName
{
background-color: #85BD13;
}
</style>
border-color css
<style>
span { border-color: #85BD13; }
span { border-color: rgb(133,189,19); }
td.TdClassName
{
border-color: #85BD13;
}
.TagClassName
{
border-color: #85BD13;
}
</style>