Shades of Limerick #87BA28
Tints of Limerick #87BA28
RGB
CMYK
RGB Variations
Color information
#87BA28 (or 0x87BA28) is known color: Limerick. HEX triplet: 87, BA and 28. RGB value is (135,186,40). Sum of RGB (Red+Green+Blue) = 135+186+40=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #87BA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87BA28 is #7845D7. Grayscale: #9A9A9A. Windows color (decimal): -7882200 or 2669191. OLE color: 2669191.
HSL color Cylindrical-coordinate representation of color #87BA28: hue angle of 80.96º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #87BA28 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 186 | 40 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.27 |
| HSL | 80.96º | 0.65% | 0.44% | - |
| HSV(B) | 80.96º | 0.78% | 0.73% | - |
| XYZ | 27.93 | 40.42 | 8.34 | - |
| YUV | 154.11 | 63.6 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 186 | 40 | 0.27 | 0 | 0.78 | 0.27 | 80.96 | 0.65 | 0.44 |
| Hex | 87 | BA | 28 | 1B | 0 | 4E | 1B | 51 | 41 | 2C |
| Octal | 207 | 272 | 50 | 33 | 0 | 116 | 33 | 121 | 101 | 54 |
| Binary | 10000111 | 10111010 | 101000 | 11011 | 0 | 1001110 | 11011 | 1010001 | 1000001 | 101100 |
Color Harmonies of #87BA28
Complementary color
Monochromatic Colors of #87BA28
Black with #87BA28
Text Example
Text Example
White with #87BA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BA28; }
p { color: rgb(135,186,40); }
H1.HeaderClassName
{
color: #87BA28;
}
.AnyTagClassName
{
color: #87BA28;
}
</style>
background-color css
<style>
a { background-color: #87BA28; }
a { background-color: rgb(135,186,40); }
div.DivClassName
{
background-color: #87BA28;
}
.BgClassName
{
background-color: #87BA28;
}
</style>
border-color css
<style>
span { border-color: #87BA28; }
span { border-color: rgb(135,186,40); }
td.TdClassName
{
border-color: #87BA28;
}
.TagClassName
{
border-color: #87BA28;
}
</style>