Shades of Lima #85C318
Tints of Lima #85C318
RGB
CMYK
RGB Variations
Color information
#85C318 (or 0x85C318) is known color: Lima. HEX triplet: 85, C3 and 18. RGB value is (133,195,24). Sum of RGB (Red+Green+Blue) = 133+195+24=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 195 (76.56% from 255 or 55.40% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 195 - color contains mainly: green. Hex color #85C318 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C318 is #7A3CE7. Grayscale: #9D9D9D. Windows color (decimal): -8010984 or 1622917. OLE color: 1622917.
HSL color Cylindrical-coordinate representation of color #85C318: hue angle of 81.75º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85C318 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 195 | 24 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.24 |
| HSL | 81.75º | 0.78% | 0.43% | - |
| HSV(B) | 81.75º | 0.88% | 0.76% | - |
| XYZ | 29.35 | 44.08 | 7.83 | - |
| YUV | 156.97 | 52.96 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 195 | 24 | 0.32 | 0 | 0.88 | 0.24 | 81.75 | 0.78 | 0.43 |
| Hex | 85 | C3 | 18 | 20 | 0 | 58 | 18 | 52 | 4E | 2B |
| Octal | 205 | 303 | 30 | 40 | 0 | 130 | 30 | 122 | 116 | 53 |
| Binary | 10000101 | 11000011 | 11000 | 100000 | 0 | 1011000 | 11000 | 1010010 | 1001110 | 101011 |
Color Harmonies of #85C318
Complementary color
Monochromatic Colors of #85C318
Black with #85C318
Text Example
Text Example
White with #85C318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C318; }
p { color: rgb(133,195,24); }
H1.HeaderClassName
{
color: #85C318;
}
.AnyTagClassName
{
color: #85C318;
}
</style>
background-color css
<style>
a { background-color: #85C318; }
a { background-color: rgb(133,195,24); }
div.DivClassName
{
background-color: #85C318;
}
.BgClassName
{
background-color: #85C318;
}
</style>
border-color css
<style>
span { border-color: #85C318; }
span { border-color: rgb(133,195,24); }
td.TdClassName
{
border-color: #85C318;
}
.TagClassName
{
border-color: #85C318;
}
</style>