Shades of Limerick #87B728
Tints of Limerick #87B728
RGB
CMYK
RGB Variations
Color information
#87B728 (or 0x87B728) is known color: Limerick. HEX triplet: 87, B7 and 28. RGB value is (135,183,40). Sum of RGB (Red+Green+Blue) = 135+183+40=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 183 (71.88% from 255 or 51.12% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 183 - color contains mainly: green. Hex color #87B728 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87B728 is #7848D7. Grayscale: #989898. Windows color (decimal): -7882968 or 2668423. OLE color: 2668423.
HSL color Cylindrical-coordinate representation of color #87B728: hue angle of 80.14º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #87B728 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 135 | 183 | 40 | - |
| CMYK | 0.26 | 0 | 0.78 | 0.28 |
| HSL | 80.14º | 0.64% | 0.44% | - |
| HSV(B) | 80.14º | 0.78% | 0.72% | - |
| XYZ | 27.31 | 39.17 | 8.13 | - |
| YUV | 152.35 | 64.6 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 183 | 40 | 0.26 | 0 | 0.78 | 0.28 | 80.14 | 0.64 | 0.44 |
| Hex | 87 | B7 | 28 | 1A | 0 | 4E | 1C | 50 | 40 | 2C |
| Octal | 207 | 267 | 50 | 32 | 0 | 116 | 34 | 120 | 100 | 54 |
| Binary | 10000111 | 10110111 | 101000 | 11010 | 0 | 1001110 | 11100 | 1010000 | 1000000 | 101100 |
Color Harmonies of #87B728
Complementary color
Monochromatic Colors of #87B728
Black with #87B728
Text Example
Text Example
White with #87B728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B728; }
p { color: rgb(135,183,40); }
H1.HeaderClassName
{
color: #87B728;
}
.AnyTagClassName
{
color: #87B728;
}
</style>
background-color css
<style>
a { background-color: #87B728; }
a { background-color: rgb(135,183,40); }
div.DivClassName
{
background-color: #87B728;
}
.BgClassName
{
background-color: #87B728;
}
</style>
border-color css
<style>
span { border-color: #87B728; }
span { border-color: rgb(135,183,40); }
td.TdClassName
{
border-color: #87B728;
}
.TagClassName
{
border-color: #87B728;
}
</style>