Shades of Limerick #87BD21
Tints of Limerick #87BD21
RGB
CMYK
RGB Variations
Color information
#87BD21 (or 0x87BD21) is known color: Limerick. HEX triplet: 87, BD and 21. RGB value is (135,189,33). Sum of RGB (Red+Green+Blue) = 135+189+33=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 189 (74.22% from 255 or 52.94% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 189 - color contains mainly: green. Hex color #87BD21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87BD21 is #7842DE. Grayscale: #9B9B9B. Windows color (decimal): -7881439 or 2211207. OLE color: 2211207.
HSL color Cylindrical-coordinate representation of color #87BD21: hue angle of 80.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #87BD21 is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 189 | 33 | - |
| CMYK | 0.29 | 0 | 0.83 | 0.26 |
| HSL | 80.77º | 0.7% | 0.44% | - |
| HSV(B) | 80.77º | 0.83% | 0.74% | - |
| XYZ | 28.46 | 41.66 | 7.98 | - |
| YUV | 155.07 | 59.11 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 33 | 0.29 | 0 | 0.83 | 0.26 | 80.77 | 0.7 | 0.44 |
| Hex | 87 | BD | 21 | 1D | 0 | 53 | 1A | 51 | 46 | 2C |
| Octal | 207 | 275 | 41 | 35 | 0 | 123 | 32 | 121 | 106 | 54 |
| Binary | 10000111 | 10111101 | 100001 | 11101 | 0 | 1010011 | 11010 | 1010001 | 1000110 | 101100 |
Color Harmonies of #87BD21
Complementary color
Monochromatic Colors of #87BD21
Black with #87BD21
Text Example
Text Example
White with #87BD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BD21; }
p { color: rgb(135,189,33); }
H1.HeaderClassName
{
color: #87BD21;
}
.AnyTagClassName
{
color: #87BD21;
}
</style>
background-color css
<style>
a { background-color: #87BD21; }
a { background-color: rgb(135,189,33); }
div.DivClassName
{
background-color: #87BD21;
}
.BgClassName
{
background-color: #87BD21;
}
</style>
border-color css
<style>
span { border-color: #87BD21; }
span { border-color: rgb(135,189,33); }
td.TdClassName
{
border-color: #87BD21;
}
.TagClassName
{
border-color: #87BD21;
}
</style>