Shades of Lima #85C222
Tints of Lima #85C222
RGB
CMYK
RGB Variations
Color information
#85C222 (or 0x85C222) is known color: Lima. HEX triplet: 85, C2 and 22. RGB value is (133,194,34). Sum of RGB (Red+Green+Blue) = 133+194+34=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 34 (13.67% from 255 or 9.42% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #85C222 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C222 is #7A3DDD. Grayscale: #9E9E9E. Windows color (decimal): -8011230 or 2278021. OLE color: 2278021.
HSL color Cylindrical-coordinate representation of color #85C222: hue angle of 82.88º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85C222 is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 194 | 34 | - |
| CMYK | 0.31 | 0 | 0.82 | 0.24 |
| HSL | 82.88º | 0.7% | 0.45% | - |
| HSV(B) | 82.88º | 0.82% | 0.76% | - |
| XYZ | 29.25 | 43.69 | 8.4 | - |
| YUV | 157.52 | 58.29 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 34 | 0.31 | 0 | 0.82 | 0.24 | 82.88 | 0.7 | 0.45 |
| Hex | 85 | C2 | 22 | 1F | 0 | 52 | 18 | 53 | 46 | 2D |
| Octal | 205 | 302 | 42 | 37 | 0 | 122 | 30 | 123 | 106 | 55 |
| Binary | 10000101 | 11000010 | 100010 | 11111 | 0 | 1010010 | 11000 | 1010011 | 1000110 | 101101 |
Color Harmonies of #85C222
Complementary color
Monochromatic Colors of #85C222
Black with #85C222
Text Example
Text Example
White with #85C222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C222; }
p { color: rgb(133,194,34); }
H1.HeaderClassName
{
color: #85C222;
}
.AnyTagClassName
{
color: #85C222;
}
</style>
background-color css
<style>
a { background-color: #85C222; }
a { background-color: rgb(133,194,34); }
div.DivClassName
{
background-color: #85C222;
}
.BgClassName
{
background-color: #85C222;
}
</style>
border-color css
<style>
span { border-color: #85C222; }
span { border-color: rgb(133,194,34); }
td.TdClassName
{
border-color: #85C222;
}
.TagClassName
{
border-color: #85C222;
}
</style>