Shades of Limerick #87C027
Tints of Limerick #87C027
RGB
CMYK
RGB Variations
Color information
#87C027 (or 0x87C027) is known color: Limerick. HEX triplet: 87, C0 and 27. RGB value is (135,192,39). Sum of RGB (Red+Green+Blue) = 135+192+39=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #87C027 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87C027 is #783FD8. Grayscale: #9E9E9E. Windows color (decimal): -7880665 or 2605191. OLE color: 2605191.
HSL color Cylindrical-coordinate representation of color #87C027: hue angle of 82.35º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #87C027 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 192 | 39 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.25 |
| HSL | 82.35º | 0.66% | 0.45% | - |
| HSV(B) | 82.35º | 0.8% | 0.75% | - |
| XYZ | 29.21 | 43 | 8.68 | - |
| YUV | 157.52 | 61.12 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 192 | 39 | 0.30 | 0 | 0.80 | 0.25 | 82.35 | 0.66 | 0.45 |
| Hex | 87 | C0 | 27 | 1E | 0 | 50 | 19 | 52 | 42 | 2D |
| Octal | 207 | 300 | 47 | 36 | 0 | 120 | 31 | 122 | 102 | 55 |
| Binary | 10000111 | 11000000 | 100111 | 11110 | 0 | 1010000 | 11001 | 1010010 | 1000010 | 101101 |
Color Harmonies of #87C027
Complementary color
Monochromatic Colors of #87C027
Black with #87C027
Text Example
Text Example
White with #87C027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C027; }
p { color: rgb(135,192,39); }
H1.HeaderClassName
{
color: #87C027;
}
.AnyTagClassName
{
color: #87C027;
}
</style>
background-color css
<style>
a { background-color: #87C027; }
a { background-color: rgb(135,192,39); }
div.DivClassName
{
background-color: #87C027;
}
.BgClassName
{
background-color: #87C027;
}
</style>
border-color css
<style>
span { border-color: #87C027; }
span { border-color: rgb(135,192,39); }
td.TdClassName
{
border-color: #87C027;
}
.TagClassName
{
border-color: #87C027;
}
</style>