Shades of Limerick #88C020
Tints of Limerick #88C020
RGB
CMYK
RGB Variations
Color information
#88C020 (or 0x88C020) is known color: Limerick. HEX triplet: 88, C0 and 20. RGB value is (136,192,32). Sum of RGB (Red+Green+Blue) = 136+192+32=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #88C020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C020 is #773FDF. Grayscale: #9D9D9D. Windows color (decimal): -7815136 or 2146440. OLE color: 2146440.
HSL color Cylindrical-coordinate representation of color #88C020: hue angle of 81º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #88C020 is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 192 | 32 | - |
| CMYK | 0.29 | 0 | 0.83 | 0.25 |
| HSL | 81º | 0.71% | 0.44% | - |
| HSV(B) | 81º | 0.83% | 0.75% | - |
| XYZ | 29.26 | 43.04 | 8.13 | - |
| YUV | 157.02 | 57.45 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 192 | 32 | 0.29 | 0 | 0.83 | 0.25 | 81 | 0.71 | 0.44 |
| Hex | 88 | C0 | 20 | 1D | 0 | 53 | 19 | 51 | 47 | 2C |
| Octal | 210 | 300 | 40 | 35 | 0 | 123 | 31 | 121 | 107 | 54 |
| Binary | 10001000 | 11000000 | 100000 | 11101 | 0 | 1010011 | 11001 | 1010001 | 1000111 | 101100 |
Color Harmonies of #88C020
Complementary color
Monochromatic Colors of #88C020
Black with #88C020
Text Example
Text Example
White with #88C020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C020; }
p { color: rgb(136,192,32); }
H1.HeaderClassName
{
color: #88C020;
}
.AnyTagClassName
{
color: #88C020;
}
</style>
background-color css
<style>
a { background-color: #88C020; }
a { background-color: rgb(136,192,32); }
div.DivClassName
{
background-color: #88C020;
}
.BgClassName
{
background-color: #88C020;
}
</style>
border-color css
<style>
span { border-color: #88C020; }
span { border-color: rgb(136,192,32); }
td.TdClassName
{
border-color: #88C020;
}
.TagClassName
{
border-color: #88C020;
}
</style>