Shades of Limerick #89C124
Tints of Limerick #89C124
RGB
CMYK
RGB Variations
Color information
#89C124 (or 0x89C124) is known color: Limerick. HEX triplet: 89, C1 and 24. RGB value is (137,193,36). Sum of RGB (Red+Green+Blue) = 137+193+36=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 193 (75.78% from 255 or 52.73% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 193 - color contains mainly: green. Hex color #89C124 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89C124 is #763EDB. Grayscale: #9E9E9E. Windows color (decimal): -7749340 or 2408841. OLE color: 2408841.
HSL color Cylindrical-coordinate representation of color #89C124: hue angle of 81.4º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #89C124 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 193 | 36 | - |
| CMYK | 0.29 | 0 | 0.81 | 0.24 |
| HSL | 81.4º | 0.69% | 0.45% | - |
| HSV(B) | 81.4º | 0.81% | 0.76% | - |
| XYZ | 29.7 | 43.59 | 8.52 | - |
| YUV | 158.36 | 58.95 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 193 | 36 | 0.29 | 0 | 0.81 | 0.24 | 81.4 | 0.69 | 0.45 |
| Hex | 89 | C1 | 24 | 1D | 0 | 51 | 18 | 51 | 45 | 2D |
| Octal | 211 | 301 | 44 | 35 | 0 | 121 | 30 | 121 | 105 | 55 |
| Binary | 10001001 | 11000001 | 100100 | 11101 | 0 | 1010001 | 11000 | 1010001 | 1000101 | 101101 |
Color Harmonies of #89C124
Complementary color
Monochromatic Colors of #89C124
Black with #89C124
Text Example
Text Example
White with #89C124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C124; }
p { color: rgb(137,193,36); }
H1.HeaderClassName
{
color: #89C124;
}
.AnyTagClassName
{
color: #89C124;
}
</style>
background-color css
<style>
a { background-color: #89C124; }
a { background-color: rgb(137,193,36); }
div.DivClassName
{
background-color: #89C124;
}
.BgClassName
{
background-color: #89C124;
}
</style>
border-color css
<style>
span { border-color: #89C124; }
span { border-color: rgb(137,193,36); }
td.TdClassName
{
border-color: #89C124;
}
.TagClassName
{
border-color: #89C124;
}
</style>