Shades of Lima #85C816
Tints of Lima #85C816
RGB
CMYK
RGB Variations
Color information
#85C816 (or 0x85C816) is known color: Lima. HEX triplet: 85, C8 and 16. RGB value is (133,200,22). Sum of RGB (Red+Green+Blue) = 133+200+22=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 200 (78.52% from 255 or 56.34% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 200 - color contains mainly: green. Hex color #85C816 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C816 is #7A37E9. Grayscale: #A0A0A0. Windows color (decimal): -8009706 or 1493125. OLE color: 1493125.
HSL color Cylindrical-coordinate representation of color #85C816: hue angle of 82.58º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85C816 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 200 | 22 | - |
| CMYK | 0.34 | 0 | 0.89 | 0.22 |
| HSL | 82.58º | 0.8% | 0.44% | - |
| HSV(B) | 82.58º | 0.89% | 0.78% | - |
| XYZ | 30.47 | 46.35 | 8.1 | - |
| YUV | 159.68 | 50.3 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 200 | 22 | 0.34 | 0 | 0.89 | 0.22 | 82.58 | 0.8 | 0.44 |
| Hex | 85 | C8 | 16 | 22 | 0 | 59 | 16 | 53 | 50 | 2C |
| Octal | 205 | 310 | 26 | 42 | 0 | 131 | 26 | 123 | 120 | 54 |
| Binary | 10000101 | 11001000 | 10110 | 100010 | 0 | 1011001 | 10110 | 1010011 | 1010000 | 101100 |
Color Harmonies of #85C816
Complementary color
Monochromatic Colors of #85C816
Black with #85C816
Text Example
Text Example
White with #85C816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C816; }
p { color: rgb(133,200,22); }
H1.HeaderClassName
{
color: #85C816;
}
.AnyTagClassName
{
color: #85C816;
}
</style>
background-color css
<style>
a { background-color: #85C816; }
a { background-color: rgb(133,200,22); }
div.DivClassName
{
background-color: #85C816;
}
.BgClassName
{
background-color: #85C816;
}
</style>
border-color css
<style>
span { border-color: #85C816; }
span { border-color: rgb(133,200,22); }
td.TdClassName
{
border-color: #85C816;
}
.TagClassName
{
border-color: #85C816;
}
</style>