Shades of Limerick #87C227
Tints of Limerick #87C227
RGB
CMYK
RGB Variations
Color information
#87C227 (or 0x87C227) is known color: Limerick. HEX triplet: 87, C2 and 27. RGB value is (135,194,39). Sum of RGB (Red+Green+Blue) = 135+194+39=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 39 (15.62% from 255 or 10.60% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #87C227 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87C227 is #783DD8. Grayscale: #9F9F9F. Windows color (decimal): -7880153 or 2605703. OLE color: 2605703.
HSL color Cylindrical-coordinate representation of color #87C227: hue angle of 82.84º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #87C227 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 194 | 39 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.24 |
| HSL | 82.84º | 0.67% | 0.46% | - |
| HSV(B) | 82.84º | 0.8% | 0.76% | - |
| XYZ | 29.65 | 43.88 | 8.83 | - |
| YUV | 158.69 | 60.45 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 194 | 39 | 0.30 | 0 | 0.80 | 0.24 | 82.84 | 0.67 | 0.46 |
| Hex | 87 | C2 | 27 | 1E | 0 | 50 | 18 | 53 | 43 | 2E |
| Octal | 207 | 302 | 47 | 36 | 0 | 120 | 30 | 123 | 103 | 56 |
| Binary | 10000111 | 11000010 | 100111 | 11110 | 0 | 1010000 | 11000 | 1010011 | 1000011 | 101110 |
Color Harmonies of #87C227
Complementary color
Monochromatic Colors of #87C227
Black with #87C227
Text Example
Text Example
White with #87C227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C227; }
p { color: rgb(135,194,39); }
H1.HeaderClassName
{
color: #87C227;
}
.AnyTagClassName
{
color: #87C227;
}
</style>
background-color css
<style>
a { background-color: #87C227; }
a { background-color: rgb(135,194,39); }
div.DivClassName
{
background-color: #87C227;
}
.BgClassName
{
background-color: #87C227;
}
</style>
border-color css
<style>
span { border-color: #87C227; }
span { border-color: rgb(135,194,39); }
td.TdClassName
{
border-color: #87C227;
}
.TagClassName
{
border-color: #87C227;
}
</style>