Shades of Limerick #89C221
Tints of Limerick #89C221
RGB
CMYK
RGB Variations
Color information
#89C221 (or 0x89C221) is known color: Limerick. HEX triplet: 89, C2 and 21. RGB value is (137,194,33). Sum of RGB (Red+Green+Blue) = 137+194+33=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 194 (76.17% from 255 or 53.30% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 194 - color contains mainly: green. Hex color #89C221 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89C221 is #763DDE. Grayscale: #9F9F9F. Windows color (decimal): -7749087 or 2212489. OLE color: 2212489.
HSL color Cylindrical-coordinate representation of color #89C221: hue angle of 81.24º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #89C221 is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 194 | 33 | - |
| CMYK | 0.29 | 0 | 0.83 | 0.24 |
| HSL | 81.24º | 0.71% | 0.45% | - |
| HSV(B) | 81.24º | 0.83% | 0.76% | - |
| XYZ | 29.88 | 44.01 | 8.36 | - |
| YUV | 158.6 | 57.12 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 194 | 33 | 0.29 | 0 | 0.83 | 0.24 | 81.24 | 0.71 | 0.45 |
| Hex | 89 | C2 | 21 | 1D | 0 | 53 | 18 | 51 | 47 | 2D |
| Octal | 211 | 302 | 41 | 35 | 0 | 123 | 30 | 121 | 107 | 55 |
| Binary | 10001001 | 11000010 | 100001 | 11101 | 0 | 1010011 | 11000 | 1010001 | 1000111 | 101101 |
Color Harmonies of #89C221
Complementary color
Monochromatic Colors of #89C221
Black with #89C221
Text Example
Text Example
White with #89C221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C221; }
p { color: rgb(137,194,33); }
H1.HeaderClassName
{
color: #89C221;
}
.AnyTagClassName
{
color: #89C221;
}
</style>
background-color css
<style>
a { background-color: #89C221; }
a { background-color: rgb(137,194,33); }
div.DivClassName
{
background-color: #89C221;
}
.BgClassName
{
background-color: #89C221;
}
</style>
border-color css
<style>
span { border-color: #89C221; }
span { border-color: rgb(137,194,33); }
td.TdClassName
{
border-color: #89C221;
}
.TagClassName
{
border-color: #89C221;
}
</style>