Shades of Lima #85CC12
Tints of Lima #85CC12
RGB
CMYK
RGB Variations
Color information
#85CC12 (or 0x85CC12) is known color: Lima. HEX triplet: 85, CC and 12. RGB value is (133,204,18). Sum of RGB (Red+Green+Blue) = 133+204+18=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 204 (80.08% from 255 or 57.46% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85CC12 is #7A33ED. Grayscale: #A2A2A2. Windows color (decimal): -8008686 or 1232005. OLE color: 1232005.
HSL color Cylindrical-coordinate representation of color #85CC12: hue angle of 82.9º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85CC12 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 204 | 18 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.2 |
| HSL | 82.9º | 0.84% | 0.44% | - |
| HSV(B) | 82.9º | 0.91% | 0.8% | - |
| XYZ | 31.37 | 48.22 | 8.23 | - |
| YUV | 161.57 | 46.98 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 204 | 18 | 0.35 | 0 | 0.91 | 0.2 | 82.9 | 0.84 | 0.44 |
| Hex | 85 | CC | 12 | 23 | 0 | 5B | 14 | 53 | 54 | 2C |
| Octal | 205 | 314 | 22 | 43 | 0 | 133 | 24 | 123 | 124 | 54 |
| Binary | 10000101 | 11001100 | 10010 | 100011 | 0 | 1011011 | 10100 | 1010011 | 1010100 | 101100 |
Color Harmonies of #85CC12
Complementary color
Monochromatic Colors of #85CC12
Black with #85CC12
Text Example
Text Example
White with #85CC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CC12; }
p { color: rgb(133,204,18); }
H1.HeaderClassName
{
color: #85CC12;
}
.AnyTagClassName
{
color: #85CC12;
}
</style>
background-color css
<style>
a { background-color: #85CC12; }
a { background-color: rgb(133,204,18); }
div.DivClassName
{
background-color: #85CC12;
}
.BgClassName
{
background-color: #85CC12;
}
</style>
border-color css
<style>
span { border-color: #85CC12; }
span { border-color: rgb(133,204,18); }
td.TdClassName
{
border-color: #85CC12;
}
.TagClassName
{
border-color: #85CC12;
}
</style>