Shades of Limerick #85BC24
Tints of Limerick #85BC24
RGB
CMYK
RGB Variations
Color information
#85BC24 (or 0x85BC24) is known color: Limerick. HEX triplet: 85, BC and 24. RGB value is (133,188,36). Sum of RGB (Red+Green+Blue) = 133+188+36=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BC24 is #7A43DB. Grayscale: #9A9A9A. Windows color (decimal): -8012764 or 2407557. OLE color: 2407557.
HSL color Cylindrical-coordinate representation of color #85BC24: hue angle of 81.71º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85BC24 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 36 | - |
| CMYK | 0.29 | 0 | 0.81 | 0.26 |
| HSL | 81.71º | 0.68% | 0.44% | - |
| HSV(B) | 81.71º | 0.81% | 0.74% | - |
| XYZ | 27.97 | 41.08 | 8.12 | - |
| YUV | 154.23 | 61.28 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 36 | 0.29 | 0 | 0.81 | 0.26 | 81.71 | 0.68 | 0.44 |
| Hex | 85 | BC | 24 | 1D | 0 | 51 | 1A | 52 | 44 | 2C |
| Octal | 205 | 274 | 44 | 35 | 0 | 121 | 32 | 122 | 104 | 54 |
| Binary | 10000101 | 10111100 | 100100 | 11101 | 0 | 1010001 | 11010 | 1010010 | 1000100 | 101100 |
Color Harmonies of #85BC24
Complementary color
Monochromatic Colors of #85BC24
Black with #85BC24
Text Example
Text Example
White with #85BC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC24; }
p { color: rgb(133,188,36); }
H1.HeaderClassName
{
color: #85BC24;
}
.AnyTagClassName
{
color: #85BC24;
}
</style>
background-color css
<style>
a { background-color: #85BC24; }
a { background-color: rgb(133,188,36); }
div.DivClassName
{
background-color: #85BC24;
}
.BgClassName
{
background-color: #85BC24;
}
</style>
border-color css
<style>
span { border-color: #85BC24; }
span { border-color: rgb(133,188,36); }
td.TdClassName
{
border-color: #85BC24;
}
.TagClassName
{
border-color: #85BC24;
}
</style>