Shades of Limerick #89C118
Tints of Limerick #89C118
RGB
CMYK
RGB Variations
Color information
#89C118 (or 0x89C118) is known color: Limerick. HEX triplet: 89, C1 and 18. RGB value is (137,193,24). Sum of RGB (Red+Green+Blue) = 137+193+24=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 193 (75.78% from 255 or 54.52% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 193 - color contains mainly: green. Hex color #89C118 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89C118 is #763EE7. Grayscale: #9D9D9D. Windows color (decimal): -7749352 or 1622409. OLE color: 1622409.
HSL color Cylindrical-coordinate representation of color #89C118: hue angle of 79.88º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89C118 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 193 | 24 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.24 |
| HSL | 79.88º | 0.78% | 0.43% | - |
| HSV(B) | 79.88º | 0.88% | 0.76% | - |
| XYZ | 29.55 | 43.52 | 7.71 | - |
| YUV | 156.99 | 52.95 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 193 | 24 | 0.29 | 0 | 0.88 | 0.24 | 79.88 | 0.78 | 0.43 |
| Hex | 89 | C1 | 18 | 1D | 0 | 58 | 18 | 50 | 4E | 2B |
| Octal | 211 | 301 | 30 | 35 | 0 | 130 | 30 | 120 | 116 | 53 |
| Binary | 10001001 | 11000001 | 11000 | 11101 | 0 | 1011000 | 11000 | 1010000 | 1001110 | 101011 |
Color Harmonies of #89C118
Complementary color
Monochromatic Colors of #89C118
Black with #89C118
Text Example
Text Example
White with #89C118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C118; }
p { color: rgb(137,193,24); }
H1.HeaderClassName
{
color: #89C118;
}
.AnyTagClassName
{
color: #89C118;
}
</style>
background-color css
<style>
a { background-color: #89C118; }
a { background-color: rgb(137,193,24); }
div.DivClassName
{
background-color: #89C118;
}
.BgClassName
{
background-color: #89C118;
}
</style>
border-color css
<style>
span { border-color: #89C118; }
span { border-color: rgb(137,193,24); }
td.TdClassName
{
border-color: #89C118;
}
.TagClassName
{
border-color: #89C118;
}
</style>