Shades of Limerick #88BD2D
Tints of Limerick #88BD2D
RGB
CMYK
RGB Variations
Color information
#88BD2D (or 0x88BD2D) is known color: Limerick. HEX triplet: 88, BD and 2D. RGB value is (136,189,45). Sum of RGB (Red+Green+Blue) = 136+189+45=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 189 (74.22% from 255 or 51.08% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 189 - color contains mainly: green. Hex color #88BD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88BD2D is #7742D2. Grayscale: #9D9D9D. Windows color (decimal): -7815891 or 2997640. OLE color: 2997640.
HSL color Cylindrical-coordinate representation of color #88BD2D: hue angle of 82.08º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #88BD2D is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 189 | 45 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.26 |
| HSL | 82.08º | 0.62% | 0.46% | - |
| HSV(B) | 82.08º | 0.76% | 0.74% | - |
| XYZ | 28.82 | 41.82 | 9.04 | - |
| YUV | 156.74 | 64.94 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 189 | 45 | 0.28 | 0 | 0.76 | 0.26 | 82.08 | 0.62 | 0.46 |
| Hex | 88 | BD | 2D | 1C | 0 | 4C | 1A | 52 | 3E | 2E |
| Octal | 210 | 275 | 55 | 34 | 0 | 114 | 32 | 122 | 76 | 56 |
| Binary | 10001000 | 10111101 | 101101 | 11100 | 0 | 1001100 | 11010 | 1010010 | 111110 | 101110 |
Color Harmonies of #88BD2D
Complementary color
Monochromatic Colors of #88BD2D
Black with #88BD2D
Text Example
Text Example
White with #88BD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BD2D; }
p { color: rgb(136,189,45); }
H1.HeaderClassName
{
color: #88BD2D;
}
.AnyTagClassName
{
color: #88BD2D;
}
</style>
background-color css
<style>
a { background-color: #88BD2D; }
a { background-color: rgb(136,189,45); }
div.DivClassName
{
background-color: #88BD2D;
}
.BgClassName
{
background-color: #88BD2D;
}
</style>
border-color css
<style>
span { border-color: #88BD2D; }
span { border-color: rgb(136,189,45); }
td.TdClassName
{
border-color: #88BD2D;
}
.TagClassName
{
border-color: #88BD2D;
}
</style>