Shades of Lima #85C110
Tints of Lima #85C110
RGB
CMYK
RGB Variations
Color information
#85C110 (or 0x85C110) is known color: Lima. HEX triplet: 85, C1 and 10. RGB value is (133,193,16). Sum of RGB (Red+Green+Blue) = 133+193+16=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 193 (75.78% from 255 or 56.43% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 193 - color contains mainly: green. Hex color #85C110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C110 is #7A3EEF. Grayscale: #9B9B9B. Windows color (decimal): -8011504 or 1098117. OLE color: 1098117.
HSL color Cylindrical-coordinate representation of color #85C110: hue angle of 80.34º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85C110 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 193 | 16 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.24 |
| HSL | 80.34º | 0.85% | 0.41% | - |
| HSV(B) | 80.34º | 0.92% | 0.76% | - |
| XYZ | 28.84 | 43.16 | 7.3 | - |
| YUV | 154.88 | 49.62 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 193 | 16 | 0.31 | 0 | 0.92 | 0.24 | 80.34 | 0.85 | 0.41 |
| Hex | 85 | C1 | 10 | 1F | 0 | 5C | 18 | 50 | 55 | 29 |
| Octal | 205 | 301 | 20 | 37 | 0 | 134 | 30 | 120 | 125 | 51 |
| Binary | 10000101 | 11000001 | 10000 | 11111 | 0 | 1011100 | 11000 | 1010000 | 1010101 | 101001 |
Color Harmonies of #85C110
Complementary color
Monochromatic Colors of #85C110
Black with #85C110
Text Example
Text Example
White with #85C110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C110; }
p { color: rgb(133,193,16); }
H1.HeaderClassName
{
color: #85C110;
}
.AnyTagClassName
{
color: #85C110;
}
</style>
background-color css
<style>
a { background-color: #85C110; }
a { background-color: rgb(133,193,16); }
div.DivClassName
{
background-color: #85C110;
}
.BgClassName
{
background-color: #85C110;
}
</style>
border-color css
<style>
span { border-color: #85C110; }
span { border-color: rgb(133,193,16); }
td.TdClassName
{
border-color: #85C110;
}
.TagClassName
{
border-color: #85C110;
}
</style>