Shades of Lima #85C711
Tints of Lima #85C711
RGB
CMYK
RGB Variations
Color information
#85C711 (or 0x85C711) is known color: Lima. HEX triplet: 85, C7 and 11. RGB value is (133,199,17). Sum of RGB (Red+Green+Blue) = 133+199+17=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 199 (78.12% from 255 or 57.02% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 199 - color contains mainly: green. Hex color #85C711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C711 is #7A38EE. Grayscale: #9F9F9F. Windows color (decimal): -8009967 or 1165189. OLE color: 1165189.
HSL color Cylindrical-coordinate representation of color #85C711: hue angle of 81.76º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85C711 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 199 | 17 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.22 |
| HSL | 81.76º | 0.84% | 0.42% | - |
| HSV(B) | 81.76º | 0.91% | 0.78% | - |
| XYZ | 30.2 | 45.87 | 7.79 | - |
| YUV | 158.52 | 48.13 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 199 | 17 | 0.33 | 0 | 0.91 | 0.22 | 81.76 | 0.84 | 0.42 |
| Hex | 85 | C7 | 11 | 21 | 0 | 5B | 16 | 52 | 54 | 2A |
| Octal | 205 | 307 | 21 | 41 | 0 | 133 | 26 | 122 | 124 | 52 |
| Binary | 10000101 | 11000111 | 10001 | 100001 | 0 | 1011011 | 10110 | 1010010 | 1010100 | 101010 |
Color Harmonies of #85C711
Complementary color
Monochromatic Colors of #85C711
Black with #85C711
Text Example
Text Example
White with #85C711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C711; }
p { color: rgb(133,199,17); }
H1.HeaderClassName
{
color: #85C711;
}
.AnyTagClassName
{
color: #85C711;
}
</style>
background-color css
<style>
a { background-color: #85C711; }
a { background-color: rgb(133,199,17); }
div.DivClassName
{
background-color: #85C711;
}
.BgClassName
{
background-color: #85C711;
}
</style>
border-color css
<style>
span { border-color: #85C711; }
span { border-color: rgb(133,199,17); }
td.TdClassName
{
border-color: #85C711;
}
.TagClassName
{
border-color: #85C711;
}
</style>