Shades of Lima #85C120
Tints of Lima #85C120
RGB
CMYK
RGB Variations
Color information
#85C120 (or 0x85C120) is known color: Lima. HEX triplet: 85, C1 and 20. RGB value is (133,193,32). Sum of RGB (Red+Green+Blue) = 133+193+32=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 193 (75.78% from 255 or 53.91% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 193 - color contains mainly: green. Hex color #85C120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C120 is #7A3EDF. Grayscale: #9D9D9D. Windows color (decimal): -8011488 or 2146693. OLE color: 2146693.
HSL color Cylindrical-coordinate representation of color #85C120: hue angle of 82.36º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85C120 is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 193 | 32 | - |
| CMYK | 0.31 | 0 | 0.83 | 0.24 |
| HSL | 82.36º | 0.72% | 0.44% | - |
| HSV(B) | 82.36º | 0.83% | 0.76% | - |
| XYZ | 29 | 43.23 | 8.18 | - |
| YUV | 156.71 | 57.62 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 193 | 32 | 0.31 | 0 | 0.83 | 0.24 | 82.36 | 0.72 | 0.44 |
| Hex | 85 | C1 | 20 | 1F | 0 | 53 | 18 | 52 | 48 | 2C |
| Octal | 205 | 301 | 40 | 37 | 0 | 123 | 30 | 122 | 110 | 54 |
| Binary | 10000101 | 11000001 | 100000 | 11111 | 0 | 1010011 | 11000 | 1010010 | 1001000 | 101100 |
Color Harmonies of #85C120
Complementary color
Monochromatic Colors of #85C120
Black with #85C120
Text Example
Text Example
White with #85C120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C120; }
p { color: rgb(133,193,32); }
H1.HeaderClassName
{
color: #85C120;
}
.AnyTagClassName
{
color: #85C120;
}
</style>
background-color css
<style>
a { background-color: #85C120; }
a { background-color: rgb(133,193,32); }
div.DivClassName
{
background-color: #85C120;
}
.BgClassName
{
background-color: #85C120;
}
</style>
border-color css
<style>
span { border-color: #85C120; }
span { border-color: rgb(133,193,32); }
td.TdClassName
{
border-color: #85C120;
}
.TagClassName
{
border-color: #85C120;
}
</style>