Shades of Lima #85C019
Tints of Lima #85C019
RGB
CMYK
RGB Variations
Color information
#85C019 (or 0x85C019) is known color: Lima. HEX triplet: 85, C0 and 19. RGB value is (133,192,25). Sum of RGB (Red+Green+Blue) = 133+192+25=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #85C019 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C019 is #7A3FE6. Grayscale: #9B9B9B. Windows color (decimal): -8011751 or 1687685. OLE color: 1687685.
HSL color Cylindrical-coordinate representation of color #85C019: hue angle of 81.2º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85C019 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 25 | - |
| CMYK | 0.31 | 0 | 0.87 | 0.25 |
| HSL | 81.2º | 0.77% | 0.43% | - |
| HSV(B) | 81.2º | 0.87% | 0.75% | - |
| XYZ | 28.7 | 42.76 | 7.66 | - |
| YUV | 155.32 | 54.45 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 25 | 0.31 | 0 | 0.87 | 0.25 | 81.2 | 0.77 | 0.43 |
| Hex | 85 | C0 | 19 | 1F | 0 | 57 | 19 | 51 | 4D | 2B |
| Octal | 205 | 300 | 31 | 37 | 0 | 127 | 31 | 121 | 115 | 53 |
| Binary | 10000101 | 11000000 | 11001 | 11111 | 0 | 1010111 | 11001 | 1010001 | 1001101 | 101011 |
Color Harmonies of #85C019
Complementary color
Monochromatic Colors of #85C019
Black with #85C019
Text Example
Text Example
White with #85C019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C019; }
p { color: rgb(133,192,25); }
H1.HeaderClassName
{
color: #85C019;
}
.AnyTagClassName
{
color: #85C019;
}
</style>
background-color css
<style>
a { background-color: #85C019; }
a { background-color: rgb(133,192,25); }
div.DivClassName
{
background-color: #85C019;
}
.BgClassName
{
background-color: #85C019;
}
</style>
border-color css
<style>
span { border-color: #85C019; }
span { border-color: rgb(133,192,25); }
td.TdClassName
{
border-color: #85C019;
}
.TagClassName
{
border-color: #85C019;
}
</style>