Shades of Lima #85C014
Tints of Lima #85C014
RGB
CMYK
RGB Variations
Color information
#85C014 (or 0x85C014) is known color: Lima. HEX triplet: 85, C0 and 14. RGB value is (133,192,20). Sum of RGB (Red+Green+Blue) = 133+192+20=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 192 (75.39% from 255 or 55.65% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 192 - color contains mainly: green. Hex color #85C014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C014 is #7A3FEB. Grayscale: #9B9B9B. Windows color (decimal): -8011756 or 1360005. OLE color: 1360005.
HSL color Cylindrical-coordinate representation of color #85C014: hue angle of 80.58º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85C014 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 20 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.25 |
| HSL | 80.58º | 0.81% | 0.42% | - |
| HSV(B) | 80.58º | 0.9% | 0.75% | - |
| XYZ | 28.65 | 42.74 | 7.4 | - |
| YUV | 154.75 | 51.95 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 20 | 0.31 | 0 | 0.90 | 0.25 | 80.58 | 0.81 | 0.42 |
| Hex | 85 | C0 | 14 | 1F | 0 | 5A | 19 | 51 | 51 | 2A |
| Octal | 205 | 300 | 24 | 37 | 0 | 132 | 31 | 121 | 121 | 52 |
| Binary | 10000101 | 11000000 | 10100 | 11111 | 0 | 1011010 | 11001 | 1010001 | 1010001 | 101010 |
Color Harmonies of #85C014
Complementary color
Monochromatic Colors of #85C014
Black with #85C014
Text Example
Text Example
White with #85C014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C014; }
p { color: rgb(133,192,20); }
H1.HeaderClassName
{
color: #85C014;
}
.AnyTagClassName
{
color: #85C014;
}
</style>
background-color css
<style>
a { background-color: #85C014; }
a { background-color: rgb(133,192,20); }
div.DivClassName
{
background-color: #85C014;
}
.BgClassName
{
background-color: #85C014;
}
</style>
border-color css
<style>
span { border-color: #85C014; }
span { border-color: rgb(133,192,20); }
td.TdClassName
{
border-color: #85C014;
}
.TagClassName
{
border-color: #85C014;
}
</style>