Shades of Limerick #89C618
Tints of Limerick #89C618
RGB
CMYK
RGB Variations
Color information
#89C618 (or 0x89C618) is known color: Limerick. HEX triplet: 89, C6 and 18. RGB value is (137,198,24). Sum of RGB (Red+Green+Blue) = 137+198+24=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 198 (77.73% from 255 or 55.15% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 198 - color contains mainly: green. Hex color #89C618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89C618 is #7639E7. Grayscale: #A0A0A0. Windows color (decimal): -7748072 or 1623689. OLE color: 1623689.
HSL color Cylindrical-coordinate representation of color #89C618: hue angle of 81.03º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89C618 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 198 | 24 | - |
| CMYK | 0.31 | 0 | 0.88 | 0.22 |
| HSL | 81.03º | 0.78% | 0.44% | - |
| HSV(B) | 81.03º | 0.88% | 0.78% | - |
| XYZ | 30.68 | 45.77 | 8.08 | - |
| YUV | 159.93 | 51.29 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 198 | 24 | 0.31 | 0 | 0.88 | 0.22 | 81.03 | 0.78 | 0.44 |
| Hex | 89 | C6 | 18 | 1F | 0 | 58 | 16 | 51 | 4E | 2C |
| Octal | 211 | 306 | 30 | 37 | 0 | 130 | 26 | 121 | 116 | 54 |
| Binary | 10001001 | 11000110 | 11000 | 11111 | 0 | 1011000 | 10110 | 1010001 | 1001110 | 101100 |
Color Harmonies of #89C618
Complementary color
Monochromatic Colors of #89C618
Black with #89C618
Text Example
Text Example
White with #89C618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C618; }
p { color: rgb(137,198,24); }
H1.HeaderClassName
{
color: #89C618;
}
.AnyTagClassName
{
color: #89C618;
}
</style>
background-color css
<style>
a { background-color: #89C618; }
a { background-color: rgb(137,198,24); }
div.DivClassName
{
background-color: #89C618;
}
.BgClassName
{
background-color: #89C618;
}
</style>
border-color css
<style>
span { border-color: #89C618; }
span { border-color: rgb(137,198,24); }
td.TdClassName
{
border-color: #89C618;
}
.TagClassName
{
border-color: #89C618;
}
</style>