Shades of Lima #85BE16
Tints of Lima #85BE16
RGB
CMYK
RGB Variations
Color information
#85BE16 (or 0x85BE16) is known color: Lima. HEX triplet: 85, BE and 16. RGB value is (133,190,22). Sum of RGB (Red+Green+Blue) = 133+190+22=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BE16 is #7A41E9. Grayscale: #9A9A9A. Windows color (decimal): -8012266 or 1490565. OLE color: 1490565.
HSL color Cylindrical-coordinate representation of color #85BE16: hue angle of 80.36º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85BE16 is Cyan = 0.3, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 190 | 22 | - |
| CMYK | 0.3 | 0 | 0.88 | 0.25 |
| HSL | 80.36º | 0.79% | 0.42% | - |
| HSV(B) | 80.36º | 0.88% | 0.75% | - |
| XYZ | 28.23 | 41.87 | 7.35 | - |
| YUV | 153.81 | 53.62 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 190 | 22 | 0.3 | 0 | 0.88 | 0.25 | 80.36 | 0.79 | 0.42 |
| Hex | 85 | BE | 16 | 1E | 0 | 58 | 19 | 50 | 4F | 2A |
| Octal | 205 | 276 | 26 | 36 | 0 | 130 | 31 | 120 | 117 | 52 |
| Binary | 10000101 | 10111110 | 10110 | 11110 | 0 | 1011000 | 11001 | 1010000 | 1001111 | 101010 |
Color Harmonies of #85BE16
Complementary color
Monochromatic Colors of #85BE16
Black with #85BE16
Text Example
Text Example
White with #85BE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BE16; }
p { color: rgb(133,190,22); }
H1.HeaderClassName
{
color: #85BE16;
}
.AnyTagClassName
{
color: #85BE16;
}
</style>
background-color css
<style>
a { background-color: #85BE16; }
a { background-color: rgb(133,190,22); }
div.DivClassName
{
background-color: #85BE16;
}
.BgClassName
{
background-color: #85BE16;
}
</style>
border-color css
<style>
span { border-color: #85BE16; }
span { border-color: rgb(133,190,22); }
td.TdClassName
{
border-color: #85BE16;
}
.TagClassName
{
border-color: #85BE16;
}
</style>