Shades of Limerick #8EB11B
Tints of Limerick #8EB11B
RGB
CMYK
RGB Variations
Color information
#8EB11B (or 0x8EB11B) is known color: Limerick. HEX triplet: 8E, B1 and 1B. RGB value is (142,177,27). Sum of RGB (Red+Green+Blue) = 142+177+27=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 177 (69.53% from 255 or 51.16% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 177 - color contains mainly: green. Hex color #8EB11B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EB11B is #714EE4. Grayscale: #969696. Windows color (decimal): -7425765 or 1814926. OLE color: 1814926.
HSL color Cylindrical-coordinate representation of color #8EB11B: hue angle of 74º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8EB11B is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 177 | 27 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.31 |
| HSL | 74º | 0.74% | 0.4% | - |
| HSV(B) | 74º | 0.85% | 0.69% | - |
| XYZ | 27.08 | 37.27 | 6.8 | - |
| YUV | 149.44 | 58.9 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 177 | 27 | 0.20 | 0 | 0.85 | 0.31 | 74 | 0.74 | 0.4 |
| Hex | 8E | B1 | 1B | 14 | 0 | 55 | 1F | 4A | 4A | 28 |
| Octal | 216 | 261 | 33 | 24 | 0 | 125 | 37 | 112 | 112 | 50 |
| Binary | 10001110 | 10110001 | 11011 | 10100 | 0 | 1010101 | 11111 | 1001010 | 1001010 | 101000 |
Color Harmonies of #8EB11B
Complementary color
Monochromatic Colors of #8EB11B
Black with #8EB11B
Text Example
Text Example
White with #8EB11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB11B; }
p { color: rgb(142,177,27); }
H1.HeaderClassName
{
color: #8EB11B;
}
.AnyTagClassName
{
color: #8EB11B;
}
</style>
background-color css
<style>
a { background-color: #8EB11B; }
a { background-color: rgb(142,177,27); }
div.DivClassName
{
background-color: #8EB11B;
}
.BgClassName
{
background-color: #8EB11B;
}
</style>
border-color css
<style>
span { border-color: #8EB11B; }
span { border-color: rgb(142,177,27); }
td.TdClassName
{
border-color: #8EB11B;
}
.TagClassName
{
border-color: #8EB11B;
}
</style>