Shades of Limerick #8EB81D
Tints of Limerick #8EB81D
RGB
CMYK
RGB Variations
Color information
#8EB81D (or 0x8EB81D) is known color: Limerick. HEX triplet: 8E, B8 and 1D. RGB value is (142,184,29). Sum of RGB (Red+Green+Blue) = 142+184+29=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #8EB81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB81D is #7147E2. Grayscale: #9A9A9A. Windows color (decimal): -7423971 or 1947790. OLE color: 1947790.
HSL color Cylindrical-coordinate representation of color #8EB81D: hue angle of 76.26º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8EB81D is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 142 | 184 | 29 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.28 |
| HSL | 76.26º | 0.73% | 0.42% | - |
| HSV(B) | 76.26º | 0.84% | 0.72% | - |
| XYZ | 28.52 | 40.12 | 7.4 | - |
| YUV | 153.77 | 57.59 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 184 | 29 | 0.23 | 0 | 0.84 | 0.28 | 76.26 | 0.73 | 0.42 |
| Hex | 8E | B8 | 1D | 17 | 0 | 54 | 1C | 4C | 49 | 2A |
| Octal | 216 | 270 | 35 | 27 | 0 | 124 | 34 | 114 | 111 | 52 |
| Binary | 10001110 | 10111000 | 11101 | 10111 | 0 | 1010100 | 11100 | 1001100 | 1001001 | 101010 |
Color Harmonies of #8EB81D
Complementary color
Monochromatic Colors of #8EB81D
Black with #8EB81D
Text Example
Text Example
White with #8EB81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB81D; }
p { color: rgb(142,184,29); }
H1.HeaderClassName
{
color: #8EB81D;
}
.AnyTagClassName
{
color: #8EB81D;
}
</style>
background-color css
<style>
a { background-color: #8EB81D; }
a { background-color: rgb(142,184,29); }
div.DivClassName
{
background-color: #8EB81D;
}
.BgClassName
{
background-color: #8EB81D;
}
</style>
border-color css
<style>
span { border-color: #8EB81D; }
span { border-color: rgb(142,184,29); }
td.TdClassName
{
border-color: #8EB81D;
}
.TagClassName
{
border-color: #8EB81D;
}
</style>