Shades of Lima #85BD16
Tints of Lima #85BD16
RGB
CMYK
RGB Variations
Color information
#85BD16 (or 0x85BD16) is known color: Lima. HEX triplet: 85, BD and 16. RGB value is (133,189,22). Sum of RGB (Red+Green+Blue) = 133+189+22=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BD16 is #7A42E9. Grayscale: #999999. Windows color (decimal): -8012522 or 1490309. OLE color: 1490309.
HSL color Cylindrical-coordinate representation of color #85BD16: hue angle of 80.12º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85BD16 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 22 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.26 |
| HSL | 80.12º | 0.79% | 0.41% | - |
| HSV(B) | 80.12º | 0.88% | 0.74% | - |
| XYZ | 28.02 | 41.44 | 7.28 | - |
| YUV | 153.22 | 53.95 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 22 | 0.30 | 0 | 0.88 | 0.26 | 80.12 | 0.79 | 0.41 |
| Hex | 85 | BD | 16 | 1E | 0 | 58 | 1A | 50 | 4F | 29 |
| Octal | 205 | 275 | 26 | 36 | 0 | 130 | 32 | 120 | 117 | 51 |
| Binary | 10000101 | 10111101 | 10110 | 11110 | 0 | 1011000 | 11010 | 1010000 | 1001111 | 101001 |
Color Harmonies of #85BD16
Complementary color
Monochromatic Colors of #85BD16
Black with #85BD16
Text Example
Text Example
White with #85BD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD16; }
p { color: rgb(133,189,22); }
H1.HeaderClassName
{
color: #85BD16;
}
.AnyTagClassName
{
color: #85BD16;
}
</style>
background-color css
<style>
a { background-color: #85BD16; }
a { background-color: rgb(133,189,22); }
div.DivClassName
{
background-color: #85BD16;
}
.BgClassName
{
background-color: #85BD16;
}
</style>
border-color css
<style>
span { border-color: #85BD16; }
span { border-color: rgb(133,189,22); }
td.TdClassName
{
border-color: #85BD16;
}
.TagClassName
{
border-color: #85BD16;
}
</style>