Shades of Limerick #88C320
Tints of Limerick #88C320
RGB
CMYK
RGB Variations
Color information
#88C320 (or 0x88C320) is known color: Limerick. HEX triplet: 88, C3 and 20. RGB value is (136,195,32). Sum of RGB (Red+Green+Blue) = 136+195+32=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #88C320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C320 is #773CDF. Grayscale: #9F9F9F. Windows color (decimal): -7814368 or 2147208. OLE color: 2147208.
HSL color Cylindrical-coordinate representation of color #88C320: hue angle of 81.72º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #88C320 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 195 | 32 | - |
| CMYK | 0.30 | 0 | 0.84 | 0.24 |
| HSL | 81.72º | 0.72% | 0.45% | - |
| HSV(B) | 81.72º | 0.84% | 0.76% | - |
| XYZ | 29.93 | 44.37 | 8.35 | - |
| YUV | 158.78 | 56.45 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 195 | 32 | 0.30 | 0 | 0.84 | 0.24 | 81.72 | 0.72 | 0.45 |
| Hex | 88 | C3 | 20 | 1E | 0 | 54 | 18 | 52 | 48 | 2D |
| Octal | 210 | 303 | 40 | 36 | 0 | 124 | 30 | 122 | 110 | 55 |
| Binary | 10001000 | 11000011 | 100000 | 11110 | 0 | 1010100 | 11000 | 1010010 | 1001000 | 101101 |
Color Harmonies of #88C320
Complementary color
Monochromatic Colors of #88C320
Black with #88C320
Text Example
Text Example
White with #88C320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C320; }
p { color: rgb(136,195,32); }
H1.HeaderClassName
{
color: #88C320;
}
.AnyTagClassName
{
color: #88C320;
}
</style>
background-color css
<style>
a { background-color: #88C320; }
a { background-color: rgb(136,195,32); }
div.DivClassName
{
background-color: #88C320;
}
.BgClassName
{
background-color: #88C320;
}
</style>
border-color css
<style>
span { border-color: #88C320; }
span { border-color: rgb(136,195,32); }
td.TdClassName
{
border-color: #88C320;
}
.TagClassName
{
border-color: #88C320;
}
</style>