Shades of Limerick #85BC36
Tints of Limerick #85BC36
RGB
CMYK
RGB Variations
Color information
#85BC36 (or 0x85BC36) is known color: Limerick. HEX triplet: 85, BC and 36. RGB value is (133,188,54). Sum of RGB (Red+Green+Blue) = 133+188+54=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BC36 is #7A43C9. Grayscale: #9C9C9C. Windows color (decimal): -8012746 or 3587205. OLE color: 3587205.
HSL color Cylindrical-coordinate representation of color #85BC36: hue angle of 84.63º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85BC36 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 54 | - |
| CMYK | 0.29 | 0 | 0.71 | 0.26 |
| HSL | 84.63º | 0.55% | 0.47% | - |
| HSV(B) | 84.63º | 0.71% | 0.74% | - |
| XYZ | 28.32 | 41.22 | 9.95 | - |
| YUV | 156.28 | 70.28 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 54 | 0.29 | 0 | 0.71 | 0.26 | 84.63 | 0.55 | 0.47 |
| Hex | 85 | BC | 36 | 1D | 0 | 47 | 1A | 55 | 37 | 2F |
| Octal | 205 | 274 | 66 | 35 | 0 | 107 | 32 | 125 | 67 | 57 |
| Binary | 10000101 | 10111100 | 110110 | 11101 | 0 | 1000111 | 11010 | 1010101 | 110111 | 101111 |
Color Harmonies of #85BC36
Complementary color
Monochromatic Colors of #85BC36
Black with #85BC36
Text Example
Text Example
White with #85BC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC36; }
p { color: rgb(133,188,54); }
H1.HeaderClassName
{
color: #85BC36;
}
.AnyTagClassName
{
color: #85BC36;
}
</style>
background-color css
<style>
a { background-color: #85BC36; }
a { background-color: rgb(133,188,54); }
div.DivClassName
{
background-color: #85BC36;
}
.BgClassName
{
background-color: #85BC36;
}
</style>
border-color css
<style>
span { border-color: #85BC36; }
span { border-color: rgb(133,188,54); }
td.TdClassName
{
border-color: #85BC36;
}
.TagClassName
{
border-color: #85BC36;
}
</style>