Shades of Limerick #87B440
Tints of Limerick #87B440
RGB
CMYK
RGB Variations
Color information
#87B440 (or 0x87B440) is known color: Limerick. HEX triplet: 87, B4 and 40. RGB value is (135,180,64). Sum of RGB (Red+Green+Blue) = 135+180+64=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 180 - color contains mainly: green. Hex color #87B440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87B440 is #784BBF. Grayscale: #999999. Windows color (decimal): -7883712 or 4240519. OLE color: 4240519.
HSL color Cylindrical-coordinate representation of color #87B440: hue angle of 83.28º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #87B440 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 180 | 64 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.29 |
| HSL | 83.28º | 0.48% | 0.48% | - |
| HSV(B) | 83.28º | 0.64% | 0.71% | - |
| XYZ | 27.24 | 38.16 | 10.78 | - |
| YUV | 153.32 | 77.59 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 180 | 64 | 0.25 | 0 | 0.64 | 0.29 | 83.28 | 0.48 | 0.48 |
| Hex | 87 | B4 | 40 | 19 | 0 | 40 | 1D | 53 | 30 | 30 |
| Octal | 207 | 264 | 100 | 31 | 0 | 100 | 35 | 123 | 60 | 60 |
| Binary | 10000111 | 10110100 | 1000000 | 11001 | 0 | 1000000 | 11101 | 1010011 | 110000 | 110000 |
Color Harmonies of #87B440
Complementary color
Monochromatic Colors of #87B440
Black with #87B440
Text Example
Text Example
White with #87B440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B440; }
p { color: rgb(135,180,64); }
H1.HeaderClassName
{
color: #87B440;
}
.AnyTagClassName
{
color: #87B440;
}
</style>
background-color css
<style>
a { background-color: #87B440; }
a { background-color: rgb(135,180,64); }
div.DivClassName
{
background-color: #87B440;
}
.BgClassName
{
background-color: #87B440;
}
</style>
border-color css
<style>
span { border-color: #87B440; }
span { border-color: rgb(135,180,64); }
td.TdClassName
{
border-color: #87B440;
}
.TagClassName
{
border-color: #87B440;
}
</style>