Shades of Lima #85C817
Tints of Lima #85C817
RGB
CMYK
RGB Variations
Color information
#85C817 (or 0x85C817) is known color: Lima. HEX triplet: 85, C8 and 17. RGB value is (133,200,23). Sum of RGB (Red+Green+Blue) = 133+200+23=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 200 (78.52% from 255 or 56.18% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 200 - color contains mainly: green. Hex color #85C817 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C817 is #7A37E8. Grayscale: #A0A0A0. Windows color (decimal): -8009705 or 1558661. OLE color: 1558661.
HSL color Cylindrical-coordinate representation of color #85C817: hue angle of 82.71º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85C817 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 200 | 23 | - |
| CMYK | 0.34 | 0 | 0.88 | 0.22 |
| HSL | 82.71º | 0.79% | 0.44% | - |
| HSV(B) | 82.71º | 0.89% | 0.78% | - |
| XYZ | 30.48 | 46.36 | 8.15 | - |
| YUV | 159.79 | 50.8 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 200 | 23 | 0.34 | 0 | 0.88 | 0.22 | 82.71 | 0.79 | 0.44 |
| Hex | 85 | C8 | 17 | 22 | 0 | 58 | 16 | 53 | 4F | 2C |
| Octal | 205 | 310 | 27 | 42 | 0 | 130 | 26 | 123 | 117 | 54 |
| Binary | 10000101 | 11001000 | 10111 | 100010 | 0 | 1011000 | 10110 | 1010011 | 1001111 | 101100 |
Color Harmonies of #85C817
Complementary color
Monochromatic Colors of #85C817
Black with #85C817
Text Example
Text Example
White with #85C817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C817; }
p { color: rgb(133,200,23); }
H1.HeaderClassName
{
color: #85C817;
}
.AnyTagClassName
{
color: #85C817;
}
</style>
background-color css
<style>
a { background-color: #85C817; }
a { background-color: rgb(133,200,23); }
div.DivClassName
{
background-color: #85C817;
}
.BgClassName
{
background-color: #85C817;
}
</style>
border-color css
<style>
span { border-color: #85C817; }
span { border-color: rgb(133,200,23); }
td.TdClassName
{
border-color: #85C817;
}
.TagClassName
{
border-color: #85C817;
}
</style>