Shades of Limerick #87BD29
Tints of Limerick #87BD29
RGB
CMYK
RGB Variations
Color information
#87BD29 (or 0x87BD29) is known color: Limerick. HEX triplet: 87, BD and 29. RGB value is (135,189,41). Sum of RGB (Red+Green+Blue) = 135+189+41=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #87BD29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87BD29 is #7842D6. Grayscale: #9C9C9C. Windows color (decimal): -7881431 or 2735495. OLE color: 2735495.
HSL color Cylindrical-coordinate representation of color #87BD29: hue angle of 81.89º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #87BD29 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 189 | 41 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.26 |
| HSL | 81.89º | 0.64% | 0.45% | - |
| HSV(B) | 81.89º | 0.78% | 0.74% | - |
| XYZ | 28.59 | 41.71 | 8.64 | - |
| YUV | 155.98 | 63.11 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 41 | 0.29 | 0 | 0.78 | 0.26 | 81.89 | 0.64 | 0.45 |
| Hex | 87 | BD | 29 | 1D | 0 | 4E | 1A | 52 | 40 | 2D |
| Octal | 207 | 275 | 51 | 35 | 0 | 116 | 32 | 122 | 100 | 55 |
| Binary | 10000111 | 10111101 | 101001 | 11101 | 0 | 1001110 | 11010 | 1010010 | 1000000 | 101101 |
Color Harmonies of #87BD29
Complementary color
Monochromatic Colors of #87BD29
Black with #87BD29
Text Example
Text Example
White with #87BD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BD29; }
p { color: rgb(135,189,41); }
H1.HeaderClassName
{
color: #87BD29;
}
.AnyTagClassName
{
color: #87BD29;
}
</style>
background-color css
<style>
a { background-color: #87BD29; }
a { background-color: rgb(135,189,41); }
div.DivClassName
{
background-color: #87BD29;
}
.BgClassName
{
background-color: #87BD29;
}
</style>
border-color css
<style>
span { border-color: #87BD29; }
span { border-color: rgb(135,189,41); }
td.TdClassName
{
border-color: #87BD29;
}
.TagClassName
{
border-color: #87BD29;
}
</style>