Shades of Lima #85BD12
Tints of Lima #85BD12
RGB
CMYK
RGB Variations
Color information
#85BD12 (or 0x85BD12) is known color: Lima. HEX triplet: 85, BD and 12. RGB value is (133,189,18). Sum of RGB (Red+Green+Blue) = 133+189+18=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 189 (74.22% from 255 or 55.59% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BD12 is #7A42ED. Grayscale: #999999. Windows color (decimal): -8012526 or 1228165. OLE color: 1228165.
HSL color Cylindrical-coordinate representation of color #85BD12: hue angle of 79.65º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85BD12 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 18 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.26 |
| HSL | 79.65º | 0.83% | 0.41% | - |
| HSV(B) | 79.65º | 0.9% | 0.74% | - |
| XYZ | 27.98 | 41.43 | 7.09 | - |
| YUV | 152.76 | 51.95 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 18 | 0.30 | 0 | 0.90 | 0.26 | 79.65 | 0.83 | 0.41 |
| Hex | 85 | BD | 12 | 1E | 0 | 5A | 1A | 50 | 53 | 29 |
| Octal | 205 | 275 | 22 | 36 | 0 | 132 | 32 | 120 | 123 | 51 |
| Binary | 10000101 | 10111101 | 10010 | 11110 | 0 | 1011010 | 11010 | 1010000 | 1010011 | 101001 |
Color Harmonies of #85BD12
Complementary color
Monochromatic Colors of #85BD12
Black with #85BD12
Text Example
Text Example
White with #85BD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD12; }
p { color: rgb(133,189,18); }
H1.HeaderClassName
{
color: #85BD12;
}
.AnyTagClassName
{
color: #85BD12;
}
</style>
background-color css
<style>
a { background-color: #85BD12; }
a { background-color: rgb(133,189,18); }
div.DivClassName
{
background-color: #85BD12;
}
.BgClassName
{
background-color: #85BD12;
}
</style>
border-color css
<style>
span { border-color: #85BD12; }
span { border-color: rgb(133,189,18); }
td.TdClassName
{
border-color: #85BD12;
}
.TagClassName
{
border-color: #85BD12;
}
</style>