Shades of Lima #85C323
Tints of Lima #85C323
RGB
CMYK
RGB Variations
Color information
#85C323 (or 0x85C323) is known color: Lima. HEX triplet: 85, C3 and 23. RGB value is (133,195,35). Sum of RGB (Red+Green+Blue) = 133+195+35=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #85C323 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C323 is #7A3CDC. Grayscale: #9E9E9E. Windows color (decimal): -8010973 or 2343813. OLE color: 2343813.
HSL color Cylindrical-coordinate representation of color #85C323: hue angle of 83.25º 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 #85C323 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 195 | 35 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.24 |
| HSL | 83.25º | 0.7% | 0.45% | - |
| HSV(B) | 83.25º | 0.82% | 0.76% | - |
| XYZ | 29.49 | 44.14 | 8.56 | - |
| YUV | 158.22 | 58.46 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 195 | 35 | 0.32 | 0 | 0.82 | 0.24 | 83.25 | 0.7 | 0.45 |
| Hex | 85 | C3 | 23 | 20 | 0 | 52 | 18 | 53 | 46 | 2D |
| Octal | 205 | 303 | 43 | 40 | 0 | 122 | 30 | 123 | 106 | 55 |
| Binary | 10000101 | 11000011 | 100011 | 100000 | 0 | 1010010 | 11000 | 1010011 | 1000110 | 101101 |
Color Harmonies of #85C323
Complementary color
Monochromatic Colors of #85C323
Black with #85C323
Text Example
Text Example
White with #85C323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C323; }
p { color: rgb(133,195,35); }
H1.HeaderClassName
{
color: #85C323;
}
.AnyTagClassName
{
color: #85C323;
}
</style>
background-color css
<style>
a { background-color: #85C323; }
a { background-color: rgb(133,195,35); }
div.DivClassName
{
background-color: #85C323;
}
.BgClassName
{
background-color: #85C323;
}
</style>
border-color css
<style>
span { border-color: #85C323; }
span { border-color: rgb(133,195,35); }
td.TdClassName
{
border-color: #85C323;
}
.TagClassName
{
border-color: #85C323;
}
</style>