Shades of Lima #85BC15
Tints of Lima #85BC15
RGB
CMYK
RGB Variations
Color information
#85BC15 (or 0x85BC15) is known color: Lima. HEX triplet: 85, BC and 15. RGB value is (133,188,21). Sum of RGB (Red+Green+Blue) = 133+188+21=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 188 (73.83% from 255 or 54.97% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BC15 is #7A43EA. Grayscale: #999999. Windows color (decimal): -8012779 or 1424517. OLE color: 1424517.
HSL color Cylindrical-coordinate representation of color #85BC15: hue angle of 79.76º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85BC15 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 21 | - |
| CMYK | 0.29 | 0 | 0.89 | 0.26 |
| HSL | 79.76º | 0.8% | 0.41% | - |
| HSV(B) | 79.76º | 0.89% | 0.74% | - |
| XYZ | 27.79 | 41.01 | 7.16 | - |
| YUV | 152.52 | 53.78 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 21 | 0.29 | 0 | 0.89 | 0.26 | 79.76 | 0.8 | 0.41 |
| Hex | 85 | BC | 15 | 1D | 0 | 59 | 1A | 50 | 50 | 29 |
| Octal | 205 | 274 | 25 | 35 | 0 | 131 | 32 | 120 | 120 | 51 |
| Binary | 10000101 | 10111100 | 10101 | 11101 | 0 | 1011001 | 11010 | 1010000 | 1010000 | 101001 |
Color Harmonies of #85BC15
Complementary color
Monochromatic Colors of #85BC15
Black with #85BC15
Text Example
Text Example
White with #85BC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC15; }
p { color: rgb(133,188,21); }
H1.HeaderClassName
{
color: #85BC15;
}
.AnyTagClassName
{
color: #85BC15;
}
</style>
background-color css
<style>
a { background-color: #85BC15; }
a { background-color: rgb(133,188,21); }
div.DivClassName
{
background-color: #85BC15;
}
.BgClassName
{
background-color: #85BC15;
}
</style>
border-color css
<style>
span { border-color: #85BC15; }
span { border-color: rgb(133,188,21); }
td.TdClassName
{
border-color: #85BC15;
}
.TagClassName
{
border-color: #85BC15;
}
</style>