Shades of Limerick #8EB831
Tints of Limerick #8EB831
RGB
CMYK
RGB Variations
Color information
#8EB831 (or 0x8EB831) is known color: Limerick. HEX triplet: 8E, B8 and 31. RGB value is (142,184,49). Sum of RGB (Red+Green+Blue) = 142+184+49=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #8EB831 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB831 is #7147CE. Grayscale: #9C9C9C. Windows color (decimal): -7423951 or 3258510. OLE color: 3258510.
HSL color Cylindrical-coordinate representation of color #8EB831: hue angle of 78.67º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8EB831 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 142 | 184 | 49 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.28 |
| HSL | 78.67º | 0.58% | 0.46% | - |
| HSV(B) | 78.67º | 0.73% | 0.72% | - |
| XYZ | 28.85 | 40.25 | 9.15 | - |
| YUV | 156.05 | 67.59 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 184 | 49 | 0.23 | 0 | 0.73 | 0.28 | 78.67 | 0.58 | 0.46 |
| Hex | 8E | B8 | 31 | 17 | 0 | 49 | 1C | 4F | 3A | 2E |
| Octal | 216 | 270 | 61 | 27 | 0 | 111 | 34 | 117 | 72 | 56 |
| Binary | 10001110 | 10111000 | 110001 | 10111 | 0 | 1001001 | 11100 | 1001111 | 111010 | 101110 |
Color Harmonies of #8EB831
Complementary color
Monochromatic Colors of #8EB831
Black with #8EB831
Text Example
Text Example
White with #8EB831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB831; }
p { color: rgb(142,184,49); }
H1.HeaderClassName
{
color: #8EB831;
}
.AnyTagClassName
{
color: #8EB831;
}
</style>
background-color css
<style>
a { background-color: #8EB831; }
a { background-color: rgb(142,184,49); }
div.DivClassName
{
background-color: #8EB831;
}
.BgClassName
{
background-color: #8EB831;
}
</style>
border-color css
<style>
span { border-color: #8EB831; }
span { border-color: rgb(142,184,49); }
td.TdClassName
{
border-color: #8EB831;
}
.TagClassName
{
border-color: #8EB831;
}
</style>