Shades of Limerick #87BD2D
Tints of Limerick #87BD2D
RGB
CMYK
RGB Variations
Color information
#87BD2D (or 0x87BD2D) is known color: Limerick. HEX triplet: 87, BD and 2D. RGB value is (135,189,45). Sum of RGB (Red+Green+Blue) = 135+189+45=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #87BD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87BD2D is #7842D2. Grayscale: #9C9C9C. Windows color (decimal): -7881427 or 2997639. OLE color: 2997639.
HSL color Cylindrical-coordinate representation of color #87BD2D: hue angle of 82.5º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #87BD2D is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 189 | 45 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.26 |
| HSL | 82.5º | 0.62% | 0.46% | - |
| HSV(B) | 82.5º | 0.76% | 0.74% | - |
| XYZ | 28.66 | 41.74 | 9.03 | - |
| YUV | 156.44 | 65.11 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 45 | 0.29 | 0 | 0.76 | 0.26 | 82.5 | 0.62 | 0.46 |
| Hex | 87 | BD | 2D | 1D | 0 | 4C | 1A | 52 | 3E | 2E |
| Octal | 207 | 275 | 55 | 35 | 0 | 114 | 32 | 122 | 76 | 56 |
| Binary | 10000111 | 10111101 | 101101 | 11101 | 0 | 1001100 | 11010 | 1010010 | 111110 | 101110 |
Color Harmonies of #87BD2D
Complementary color
Monochromatic Colors of #87BD2D
Black with #87BD2D
Text Example
Text Example
White with #87BD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BD2D; }
p { color: rgb(135,189,45); }
H1.HeaderClassName
{
color: #87BD2D;
}
.AnyTagClassName
{
color: #87BD2D;
}
</style>
background-color css
<style>
a { background-color: #87BD2D; }
a { background-color: rgb(135,189,45); }
div.DivClassName
{
background-color: #87BD2D;
}
.BgClassName
{
background-color: #87BD2D;
}
</style>
border-color css
<style>
span { border-color: #87BD2D; }
span { border-color: rgb(135,189,45); }
td.TdClassName
{
border-color: #87BD2D;
}
.TagClassName
{
border-color: #87BD2D;
}
</style>