Shades of Limerick #87BD34
Tints of Limerick #87BD34
RGB
CMYK
RGB Variations
Color information
#87BD34 (or 0x87BD34) is known color: Limerick. HEX triplet: 87, BD and 34. RGB value is (135,189,52). Sum of RGB (Red+Green+Blue) = 135+189+52=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #87BD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87BD34 is #7842CB. Grayscale: #9D9D9D. Windows color (decimal): -7881420 or 3456391. OLE color: 3456391.
HSL color Cylindrical-coordinate representation of color #87BD34: hue angle of 83.65º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #87BD34 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 189 | 52 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.26 |
| HSL | 83.65º | 0.57% | 0.47% | - |
| HSV(B) | 83.65º | 0.72% | 0.74% | - |
| XYZ | 28.81 | 41.79 | 9.8 | - |
| YUV | 157.24 | 68.61 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 52 | 0.29 | 0 | 0.72 | 0.26 | 83.65 | 0.57 | 0.47 |
| Hex | 87 | BD | 34 | 1D | 0 | 48 | 1A | 54 | 39 | 2F |
| Octal | 207 | 275 | 64 | 35 | 0 | 110 | 32 | 124 | 71 | 57 |
| Binary | 10000111 | 10111101 | 110100 | 11101 | 0 | 1001000 | 11010 | 1010100 | 111001 | 101111 |
Color Harmonies of #87BD34
Complementary color
Monochromatic Colors of #87BD34
Black with #87BD34
Text Example
Text Example
White with #87BD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BD34; }
p { color: rgb(135,189,52); }
H1.HeaderClassName
{
color: #87BD34;
}
.AnyTagClassName
{
color: #87BD34;
}
</style>
background-color css
<style>
a { background-color: #87BD34; }
a { background-color: rgb(135,189,52); }
div.DivClassName
{
background-color: #87BD34;
}
.BgClassName
{
background-color: #87BD34;
}
</style>
border-color css
<style>
span { border-color: #87BD34; }
span { border-color: rgb(135,189,52); }
td.TdClassName
{
border-color: #87BD34;
}
.TagClassName
{
border-color: #87BD34;
}
</style>