Shades of Limerick #87BD2B
Tints of Limerick #87BD2B
RGB
CMYK
RGB Variations
Color information
#87BD2B (or 0x87BD2B) is known color: Limerick. HEX triplet: 87, BD and 2B. RGB value is (135,189,43). Sum of RGB (Red+Green+Blue) = 135+189+43=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #87BD2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87BD2B is #7842D4. Grayscale: #9C9C9C. Windows color (decimal): -7881429 or 2866567. OLE color: 2866567.
HSL color Cylindrical-coordinate representation of color #87BD2B: hue angle of 82.19º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #87BD2B is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 189 | 43 | - |
| CMYK | 0.29 | 0 | 0.77 | 0.26 |
| HSL | 82.19º | 0.63% | 0.45% | - |
| HSV(B) | 82.19º | 0.77% | 0.74% | - |
| XYZ | 28.63 | 41.72 | 8.83 | - |
| YUV | 156.21 | 64.11 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 43 | 0.29 | 0 | 0.77 | 0.26 | 82.19 | 0.63 | 0.45 |
| Hex | 87 | BD | 2B | 1D | 0 | 4D | 1A | 52 | 3F | 2D |
| Octal | 207 | 275 | 53 | 35 | 0 | 115 | 32 | 122 | 77 | 55 |
| Binary | 10000111 | 10111101 | 101011 | 11101 | 0 | 1001101 | 11010 | 1010010 | 111111 | 101101 |
Color Harmonies of #87BD2B
Complementary color
Monochromatic Colors of #87BD2B
Black with #87BD2B
Text Example
Text Example
White with #87BD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BD2B; }
p { color: rgb(135,189,43); }
H1.HeaderClassName
{
color: #87BD2B;
}
.AnyTagClassName
{
color: #87BD2B;
}
</style>
background-color css
<style>
a { background-color: #87BD2B; }
a { background-color: rgb(135,189,43); }
div.DivClassName
{
background-color: #87BD2B;
}
.BgClassName
{
background-color: #87BD2B;
}
</style>
border-color css
<style>
span { border-color: #87BD2B; }
span { border-color: rgb(135,189,43); }
td.TdClassName
{
border-color: #87BD2B;
}
.TagClassName
{
border-color: #87BD2B;
}
</style>