Shades of Limerick #85BC39
Tints of Limerick #85BC39
RGB
CMYK
RGB Variations
Color information
#85BC39 (or 0x85BC39) is known color: Limerick. HEX triplet: 85, BC and 39. RGB value is (133,188,57). Sum of RGB (Red+Green+Blue) = 133+188+57=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 57 (22.66% from 255 or 15.08% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BC39 is #7A43C6. Grayscale: #9D9D9D. Windows color (decimal): -8012743 or 3783813. OLE color: 3783813.
HSL color Cylindrical-coordinate representation of color #85BC39: hue angle of 85.19º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85BC39 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 57 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.26 |
| HSL | 85.19º | 0.53% | 0.48% | - |
| HSV(B) | 85.19º | 0.7% | 0.74% | - |
| XYZ | 28.39 | 41.25 | 10.34 | - |
| YUV | 156.62 | 71.78 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 57 | 0.29 | 0 | 0.70 | 0.26 | 85.19 | 0.53 | 0.48 |
| Hex | 85 | BC | 39 | 1D | 0 | 46 | 1A | 55 | 35 | 30 |
| Octal | 205 | 274 | 71 | 35 | 0 | 106 | 32 | 125 | 65 | 60 |
| Binary | 10000101 | 10111100 | 111001 | 11101 | 0 | 1000110 | 11010 | 1010101 | 110101 | 110000 |
Color Harmonies of #85BC39
Complementary color
Monochromatic Colors of #85BC39
Black with #85BC39
Text Example
Text Example
White with #85BC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC39; }
p { color: rgb(133,188,57); }
H1.HeaderClassName
{
color: #85BC39;
}
.AnyTagClassName
{
color: #85BC39;
}
</style>
background-color css
<style>
a { background-color: #85BC39; }
a { background-color: rgb(133,188,57); }
div.DivClassName
{
background-color: #85BC39;
}
.BgClassName
{
background-color: #85BC39;
}
</style>
border-color css
<style>
span { border-color: #85BC39; }
span { border-color: rgb(133,188,57); }
td.TdClassName
{
border-color: #85BC39;
}
.TagClassName
{
border-color: #85BC39;
}
</style>