Shades of Limerick #87B01E
Tints of Limerick #87B01E
RGB
CMYK
RGB Variations
Color information
#87B01E (or 0x87B01E) is known color: Limerick. HEX triplet: 87, B0 and 1E. RGB value is (135,176,30). Sum of RGB (Red+Green+Blue) = 135+176+30=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #87B01E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87B01E is #784FE1. Grayscale: #939393. Windows color (decimal): -7884770 or 2011271. OLE color: 2011271.
HSL color Cylindrical-coordinate representation of color #87B01E: hue angle of 76.85º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #87B01E is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 176 | 30 | - |
| CMYK | 0.23 | 0 | 0.83 | 0.31 |
| HSL | 76.85º | 0.71% | 0.4% | - |
| HSV(B) | 76.85º | 0.83% | 0.69% | - |
| XYZ | 25.75 | 36.3 | 6.88 | - |
| YUV | 147.1 | 61.92 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 176 | 30 | 0.23 | 0 | 0.83 | 0.31 | 76.85 | 0.71 | 0.4 |
| Hex | 87 | B0 | 1E | 17 | 0 | 53 | 1F | 4D | 47 | 28 |
| Octal | 207 | 260 | 36 | 27 | 0 | 123 | 37 | 115 | 107 | 50 |
| Binary | 10000111 | 10110000 | 11110 | 10111 | 0 | 1010011 | 11111 | 1001101 | 1000111 | 101000 |
Color Harmonies of #87B01E
Complementary color
Monochromatic Colors of #87B01E
Black with #87B01E
Text Example
Text Example
White with #87B01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B01E; }
p { color: rgb(135,176,30); }
H1.HeaderClassName
{
color: #87B01E;
}
.AnyTagClassName
{
color: #87B01E;
}
</style>
background-color css
<style>
a { background-color: #87B01E; }
a { background-color: rgb(135,176,30); }
div.DivClassName
{
background-color: #87B01E;
}
.BgClassName
{
background-color: #87B01E;
}
</style>
border-color css
<style>
span { border-color: #87B01E; }
span { border-color: rgb(135,176,30); }
td.TdClassName
{
border-color: #87B01E;
}
.TagClassName
{
border-color: #87B01E;
}
</style>