Shades of Limerick #89C225
Tints of Limerick #89C225
RGB
CMYK
RGB Variations
Color information
#89C225 (or 0x89C225) is known color: Limerick. HEX triplet: 89, C2 and 25. RGB value is (137,194,37). Sum of RGB (Red+Green+Blue) = 137+194+37=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #89C225 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89C225 is #763DDA. Grayscale: #9F9F9F. Windows color (decimal): -7749083 or 2474633. OLE color: 2474633.
HSL color Cylindrical-coordinate representation of color #89C225: hue angle of 81.78º degrees, saturation: 0.68, 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 #89C225 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 194 | 37 | - |
| CMYK | 0.29 | 0 | 0.81 | 0.24 |
| HSL | 81.78º | 0.68% | 0.45% | - |
| HSV(B) | 81.78º | 0.81% | 0.76% | - |
| XYZ | 29.94 | 44.04 | 8.67 | - |
| YUV | 159.06 | 59.12 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 194 | 37 | 0.29 | 0 | 0.81 | 0.24 | 81.78 | 0.68 | 0.45 |
| Hex | 89 | C2 | 25 | 1D | 0 | 51 | 18 | 52 | 44 | 2D |
| Octal | 211 | 302 | 45 | 35 | 0 | 121 | 30 | 122 | 104 | 55 |
| Binary | 10001001 | 11000010 | 100101 | 11101 | 0 | 1010001 | 11000 | 1010010 | 1000100 | 101101 |
Color Harmonies of #89C225
Complementary color
Monochromatic Colors of #89C225
Black with #89C225
Text Example
Text Example
White with #89C225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C225; }
p { color: rgb(137,194,37); }
H1.HeaderClassName
{
color: #89C225;
}
.AnyTagClassName
{
color: #89C225;
}
</style>
background-color css
<style>
a { background-color: #89C225; }
a { background-color: rgb(137,194,37); }
div.DivClassName
{
background-color: #89C225;
}
.BgClassName
{
background-color: #89C225;
}
</style>
border-color css
<style>
span { border-color: #89C225; }
span { border-color: rgb(137,194,37); }
td.TdClassName
{
border-color: #89C225;
}
.TagClassName
{
border-color: #89C225;
}
</style>