Shades of Limerick #87B01D
Tints of Limerick #87B01D
RGB
CMYK
RGB Variations
Color information
#87B01D (or 0x87B01D) is known color: Limerick. HEX triplet: 87, B0 and 1D. RGB value is (135,176,29). Sum of RGB (Red+Green+Blue) = 135+176+29=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 176 (69.14% from 255 or 51.76% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 176 - color contains mainly: green. Hex color #87B01D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87B01D is #784FE2. Grayscale: #939393. Windows color (decimal): -7884771 or 1945735. OLE color: 1945735.
HSL color Cylindrical-coordinate representation of color #87B01D: hue angle of 76.73º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #87B01D is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 176 | 29 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.31 |
| HSL | 76.73º | 0.72% | 0.4% | - |
| HSV(B) | 76.73º | 0.84% | 0.69% | - |
| XYZ | 25.74 | 36.29 | 6.81 | - |
| YUV | 146.98 | 61.42 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 176 | 29 | 0.23 | 0 | 0.84 | 0.31 | 76.73 | 0.72 | 0.4 |
| Hex | 87 | B0 | 1D | 17 | 0 | 54 | 1F | 4D | 48 | 28 |
| Octal | 207 | 260 | 35 | 27 | 0 | 124 | 37 | 115 | 110 | 50 |
| Binary | 10000111 | 10110000 | 11101 | 10111 | 0 | 1010100 | 11111 | 1001101 | 1001000 | 101000 |
Color Harmonies of #87B01D
Complementary color
Monochromatic Colors of #87B01D
Black with #87B01D
Text Example
Text Example
White with #87B01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B01D; }
p { color: rgb(135,176,29); }
H1.HeaderClassName
{
color: #87B01D;
}
.AnyTagClassName
{
color: #87B01D;
}
</style>
background-color css
<style>
a { background-color: #87B01D; }
a { background-color: rgb(135,176,29); }
div.DivClassName
{
background-color: #87B01D;
}
.BgClassName
{
background-color: #87B01D;
}
</style>
border-color css
<style>
span { border-color: #87B01D; }
span { border-color: rgb(135,176,29); }
td.TdClassName
{
border-color: #87B01D;
}
.TagClassName
{
border-color: #87B01D;
}
</style>