Shades of Limerick #88BD17
Tints of Limerick #88BD17
RGB
CMYK
RGB Variations
Color information
#88BD17 (or 0x88BD17) is known color: Limerick. HEX triplet: 88, BD and 17. RGB value is (136,189,23). Sum of RGB (Red+Green+Blue) = 136+189+23=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 189 (74.22% from 255 or 54.31% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 189 - color contains mainly: green. Hex color #88BD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88BD17 is #7742E8. Grayscale: #9A9A9A. Windows color (decimal): -7815913 or 1555848. OLE color: 1555848.
HSL color Cylindrical-coordinate representation of color #88BD17: hue angle of 79.16º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #88BD17 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 189 | 23 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.26 |
| HSL | 79.16º | 0.78% | 0.42% | - |
| HSV(B) | 79.16º | 0.88% | 0.74% | - |
| XYZ | 28.51 | 41.69 | 7.36 | - |
| YUV | 154.23 | 53.94 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 189 | 23 | 0.28 | 0 | 0.88 | 0.26 | 79.16 | 0.78 | 0.42 |
| Hex | 88 | BD | 17 | 1C | 0 | 58 | 1A | 4F | 4E | 2A |
| Octal | 210 | 275 | 27 | 34 | 0 | 130 | 32 | 117 | 116 | 52 |
| Binary | 10001000 | 10111101 | 10111 | 11100 | 0 | 1011000 | 11010 | 1001111 | 1001110 | 101010 |
Color Harmonies of #88BD17
Complementary color
Monochromatic Colors of #88BD17
Black with #88BD17
Text Example
Text Example
White with #88BD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BD17; }
p { color: rgb(136,189,23); }
H1.HeaderClassName
{
color: #88BD17;
}
.AnyTagClassName
{
color: #88BD17;
}
</style>
background-color css
<style>
a { background-color: #88BD17; }
a { background-color: rgb(136,189,23); }
div.DivClassName
{
background-color: #88BD17;
}
.BgClassName
{
background-color: #88BD17;
}
</style>
border-color css
<style>
span { border-color: #88BD17; }
span { border-color: rgb(136,189,23); }
td.TdClassName
{
border-color: #88BD17;
}
.TagClassName
{
border-color: #88BD17;
}
</style>