Shades of Lima #85C016
Tints of Lima #85C016
RGB
CMYK
RGB Variations
Color information
#85C016 (or 0x85C016) is known color: Lima. HEX triplet: 85, C0 and 16. RGB value is (133,192,22). Sum of RGB (Red+Green+Blue) = 133+192+22=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #85C016 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C016 is #7A3FE9. Grayscale: #9B9B9B. Windows color (decimal): -8011754 or 1491077. OLE color: 1491077.
HSL color Cylindrical-coordinate representation of color #85C016: hue angle of 80.82º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85C016 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 22 | - |
| CMYK | 0.31 | 0 | 0.89 | 0.25 |
| HSL | 80.82º | 0.79% | 0.42% | - |
| HSV(B) | 80.82º | 0.89% | 0.75% | - |
| XYZ | 28.67 | 42.74 | 7.5 | - |
| YUV | 154.98 | 52.95 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 22 | 0.31 | 0 | 0.89 | 0.25 | 80.82 | 0.79 | 0.42 |
| Hex | 85 | C0 | 16 | 1F | 0 | 59 | 19 | 51 | 4F | 2A |
| Octal | 205 | 300 | 26 | 37 | 0 | 131 | 31 | 121 | 117 | 52 |
| Binary | 10000101 | 11000000 | 10110 | 11111 | 0 | 1011001 | 11001 | 1010001 | 1001111 | 101010 |
Color Harmonies of #85C016
Complementary color
Monochromatic Colors of #85C016
Black with #85C016
Text Example
Text Example
White with #85C016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C016; }
p { color: rgb(133,192,22); }
H1.HeaderClassName
{
color: #85C016;
}
.AnyTagClassName
{
color: #85C016;
}
</style>
background-color css
<style>
a { background-color: #85C016; }
a { background-color: rgb(133,192,22); }
div.DivClassName
{
background-color: #85C016;
}
.BgClassName
{
background-color: #85C016;
}
</style>
border-color css
<style>
span { border-color: #85C016; }
span { border-color: rgb(133,192,22); }
td.TdClassName
{
border-color: #85C016;
}
.TagClassName
{
border-color: #85C016;
}
</style>