Shades of Limerick #88C221
Tints of Limerick #88C221
RGB
CMYK
RGB Variations
Color information
#88C221 (or 0x88C221) is known color: Limerick. HEX triplet: 88, C2 and 21. RGB value is (136,194,33). Sum of RGB (Red+Green+Blue) = 136+194+33=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 194 (76.17% from 255 or 53.44% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 194 - color contains mainly: green. Hex color #88C221 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C221 is #773DDE. Grayscale: #9E9E9E. Windows color (decimal): -7814623 or 2212488. OLE color: 2212488.
HSL color Cylindrical-coordinate representation of color #88C221: hue angle of 81.61º 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 #88C221 is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 194 | 33 | - |
| CMYK | 0.30 | 0 | 0.83 | 0.24 |
| HSL | 81.61º | 0.71% | 0.45% | - |
| HSV(B) | 81.61º | 0.83% | 0.76% | - |
| XYZ | 29.72 | 43.93 | 8.35 | - |
| YUV | 158.3 | 57.28 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 33 | 0.30 | 0 | 0.83 | 0.24 | 81.61 | 0.71 | 0.45 |
| Hex | 88 | C2 | 21 | 1E | 0 | 53 | 18 | 52 | 47 | 2D |
| Octal | 210 | 302 | 41 | 36 | 0 | 123 | 30 | 122 | 107 | 55 |
| Binary | 10001000 | 11000010 | 100001 | 11110 | 0 | 1010011 | 11000 | 1010010 | 1000111 | 101101 |
Color Harmonies of #88C221
Complementary color
Monochromatic Colors of #88C221
Black with #88C221
Text Example
Text Example
White with #88C221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C221; }
p { color: rgb(136,194,33); }
H1.HeaderClassName
{
color: #88C221;
}
.AnyTagClassName
{
color: #88C221;
}
</style>
background-color css
<style>
a { background-color: #88C221; }
a { background-color: rgb(136,194,33); }
div.DivClassName
{
background-color: #88C221;
}
.BgClassName
{
background-color: #88C221;
}
</style>
border-color css
<style>
span { border-color: #88C221; }
span { border-color: rgb(136,194,33); }
td.TdClassName
{
border-color: #88C221;
}
.TagClassName
{
border-color: #88C221;
}
</style>