Shades of Limerick #87C01F
Tints of Limerick #87C01F
RGB
CMYK
RGB Variations
Color information
#87C01F (or 0x87C01F) is known color: Limerick. HEX triplet: 87, C0 and 1F. RGB value is (135,192,31). Sum of RGB (Red+Green+Blue) = 135+192+31=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 192 (75.39% from 255 or 53.63% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 192 - color contains mainly: green. Hex color #87C01F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87C01F is #783FE0. Grayscale: #9D9D9D. Windows color (decimal): -7880673 or 2080903. OLE color: 2080903.
HSL color Cylindrical-coordinate representation of color #87C01F: hue angle of 81.24º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #87C01F is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 192 | 31 | - |
| CMYK | 0.30 | 0 | 0.84 | 0.25 |
| HSL | 81.24º | 0.72% | 0.44% | - |
| HSV(B) | 81.24º | 0.84% | 0.75% | - |
| XYZ | 29.09 | 42.95 | 8.05 | - |
| YUV | 156.6 | 57.12 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 192 | 31 | 0.30 | 0 | 0.84 | 0.25 | 81.24 | 0.72 | 0.44 |
| Hex | 87 | C0 | 1F | 1E | 0 | 54 | 19 | 51 | 48 | 2C |
| Octal | 207 | 300 | 37 | 36 | 0 | 124 | 31 | 121 | 110 | 54 |
| Binary | 10000111 | 11000000 | 11111 | 11110 | 0 | 1010100 | 11001 | 1010001 | 1001000 | 101100 |
Color Harmonies of #87C01F
Complementary color
Monochromatic Colors of #87C01F
Black with #87C01F
Text Example
Text Example
White with #87C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C01F; }
p { color: rgb(135,192,31); }
H1.HeaderClassName
{
color: #87C01F;
}
.AnyTagClassName
{
color: #87C01F;
}
</style>
background-color css
<style>
a { background-color: #87C01F; }
a { background-color: rgb(135,192,31); }
div.DivClassName
{
background-color: #87C01F;
}
.BgClassName
{
background-color: #87C01F;
}
</style>
border-color css
<style>
span { border-color: #87C01F; }
span { border-color: rgb(135,192,31); }
td.TdClassName
{
border-color: #87C01F;
}
.TagClassName
{
border-color: #87C01F;
}
</style>