Shades of Limerick #89C518
Tints of Limerick #89C518
RGB
CMYK
RGB Variations
Color information
#89C518 (or 0x89C518) is known color: Limerick. HEX triplet: 89, C5 and 18. RGB value is (137,197,24). Sum of RGB (Red+Green+Blue) = 137+197+24=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 197 (77.34% from 255 or 55.03% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 197 - color contains mainly: green. Hex color #89C518 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89C518 is #763AE7. Grayscale: #9F9F9F. Windows color (decimal): -7748328 or 1623433. OLE color: 1623433.
HSL color Cylindrical-coordinate representation of color #89C518: hue angle of 80.81º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89C518 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 197 | 24 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.23 |
| HSL | 80.81º | 0.78% | 0.43% | - |
| HSV(B) | 80.81º | 0.88% | 0.77% | - |
| XYZ | 30.45 | 45.32 | 8.01 | - |
| YUV | 159.34 | 51.62 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 197 | 24 | 0.30 | 0 | 0.88 | 0.23 | 80.81 | 0.78 | 0.43 |
| Hex | 89 | C5 | 18 | 1E | 0 | 58 | 17 | 51 | 4E | 2B |
| Octal | 211 | 305 | 30 | 36 | 0 | 130 | 27 | 121 | 116 | 53 |
| Binary | 10001001 | 11000101 | 11000 | 11110 | 0 | 1011000 | 10111 | 1010001 | 1001110 | 101011 |
Color Harmonies of #89C518
Complementary color
Monochromatic Colors of #89C518
Black with #89C518
Text Example
Text Example
White with #89C518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C518; }
p { color: rgb(137,197,24); }
H1.HeaderClassName
{
color: #89C518;
}
.AnyTagClassName
{
color: #89C518;
}
</style>
background-color css
<style>
a { background-color: #89C518; }
a { background-color: rgb(137,197,24); }
div.DivClassName
{
background-color: #89C518;
}
.BgClassName
{
background-color: #89C518;
}
</style>
border-color css
<style>
span { border-color: #89C518; }
span { border-color: rgb(137,197,24); }
td.TdClassName
{
border-color: #89C518;
}
.TagClassName
{
border-color: #89C518;
}
</style>