Shades of Limerick #88B63F
Tints of Limerick #88B63F
RGB
CMYK
RGB Variations
Color information
#88B63F (or 0x88B63F) is known color: Limerick. HEX triplet: 88, B6 and 3F. RGB value is (136,182,63). Sum of RGB (Red+Green+Blue) = 136+182+63=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 182 - color contains mainly: green. Hex color #88B63F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88B63F is #7749C0. Grayscale: #9B9B9B. Windows color (decimal): -7817665 or 4175496. OLE color: 4175496.
HSL color Cylindrical-coordinate representation of color #88B63F: hue angle of 83.19º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88B63F is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 182 | 63 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.29 |
| HSL | 83.19º | 0.49% | 0.48% | - |
| HSV(B) | 83.19º | 0.65% | 0.71% | - |
| XYZ | 27.78 | 39.05 | 10.78 | - |
| YUV | 154.68 | 76.26 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 182 | 63 | 0.25 | 0 | 0.65 | 0.29 | 83.19 | 0.49 | 0.48 |
| Hex | 88 | B6 | 3F | 19 | 0 | 41 | 1D | 53 | 31 | 30 |
| Octal | 210 | 266 | 77 | 31 | 0 | 101 | 35 | 123 | 61 | 60 |
| Binary | 10001000 | 10110110 | 111111 | 11001 | 0 | 1000001 | 11101 | 1010011 | 110001 | 110000 |
Color Harmonies of #88B63F
Complementary color
Monochromatic Colors of #88B63F
Black with #88B63F
Text Example
Text Example
White with #88B63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B63F; }
p { color: rgb(136,182,63); }
H1.HeaderClassName
{
color: #88B63F;
}
.AnyTagClassName
{
color: #88B63F;
}
</style>
background-color css
<style>
a { background-color: #88B63F; }
a { background-color: rgb(136,182,63); }
div.DivClassName
{
background-color: #88B63F;
}
.BgClassName
{
background-color: #88B63F;
}
</style>
border-color css
<style>
span { border-color: #88B63F; }
span { border-color: rgb(136,182,63); }
td.TdClassName
{
border-color: #88B63F;
}
.TagClassName
{
border-color: #88B63F;
}
</style>