Shades of Limerick #87BD33
Tints of Limerick #87BD33
RGB
CMYK
RGB Variations
Color information
#87BD33 (or 0x87BD33) is known color: Limerick. HEX triplet: 87, BD and 33. RGB value is (135,189,51). Sum of RGB (Red+Green+Blue) = 135+189+51=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #87BD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87BD33 is #7842CC. Grayscale: #9D9D9D. Windows color (decimal): -7881421 or 3390855. OLE color: 3390855.
HSL color Cylindrical-coordinate representation of color #87BD33: hue angle of 83.48º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #87BD33 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 189 | 51 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.26 |
| HSL | 83.48º | 0.58% | 0.47% | - |
| HSV(B) | 83.48º | 0.73% | 0.74% | - |
| XYZ | 28.79 | 41.79 | 9.68 | - |
| YUV | 157.12 | 68.11 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 51 | 0.29 | 0 | 0.73 | 0.26 | 83.48 | 0.58 | 0.47 |
| Hex | 87 | BD | 33 | 1D | 0 | 49 | 1A | 53 | 3A | 2F |
| Octal | 207 | 275 | 63 | 35 | 0 | 111 | 32 | 123 | 72 | 57 |
| Binary | 10000111 | 10111101 | 110011 | 11101 | 0 | 1001001 | 11010 | 1010011 | 111010 | 101111 |
Color Harmonies of #87BD33
Complementary color
Monochromatic Colors of #87BD33
Black with #87BD33
Text Example
Text Example
White with #87BD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BD33; }
p { color: rgb(135,189,51); }
H1.HeaderClassName
{
color: #87BD33;
}
.AnyTagClassName
{
color: #87BD33;
}
</style>
background-color css
<style>
a { background-color: #87BD33; }
a { background-color: rgb(135,189,51); }
div.DivClassName
{
background-color: #87BD33;
}
.BgClassName
{
background-color: #87BD33;
}
</style>
border-color css
<style>
span { border-color: #87BD33; }
span { border-color: rgb(135,189,51); }
td.TdClassName
{
border-color: #87BD33;
}
.TagClassName
{
border-color: #87BD33;
}
</style>