Shades of Limerick #8EB441
Tints of Limerick #8EB441
RGB
CMYK
RGB Variations
Color information
#8EB441 (or 0x8EB441) is known color: Limerick. HEX triplet: 8E, B4 and 41. RGB value is (142,180,65). Sum of RGB (Red+Green+Blue) = 142+180+65=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 180 - color contains mainly: green. Hex color #8EB441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB441 is #714BBE. Grayscale: #9B9B9B. Windows color (decimal): -7424959 or 4306062. OLE color: 4306062.
HSL color Cylindrical-coordinate representation of color #8EB441: hue angle of 79.83º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8EB441 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 142 | 180 | 65 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.29 |
| HSL | 79.83º | 0.47% | 0.48% | - |
| HSV(B) | 79.83º | 0.64% | 0.71% | - |
| XYZ | 28.43 | 38.77 | 10.99 | - |
| YUV | 155.53 | 76.91 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 180 | 65 | 0.21 | 0 | 0.64 | 0.29 | 79.83 | 0.47 | 0.48 |
| Hex | 8E | B4 | 41 | 15 | 0 | 40 | 1D | 50 | 2F | 30 |
| Octal | 216 | 264 | 101 | 25 | 0 | 100 | 35 | 120 | 57 | 60 |
| Binary | 10001110 | 10110100 | 1000001 | 10101 | 0 | 1000000 | 11101 | 1010000 | 101111 | 110000 |
Color Harmonies of #8EB441
Complementary color
Monochromatic Colors of #8EB441
Black with #8EB441
Text Example
Text Example
White with #8EB441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB441; }
p { color: rgb(142,180,65); }
H1.HeaderClassName
{
color: #8EB441;
}
.AnyTagClassName
{
color: #8EB441;
}
</style>
background-color css
<style>
a { background-color: #8EB441; }
a { background-color: rgb(142,180,65); }
div.DivClassName
{
background-color: #8EB441;
}
.BgClassName
{
background-color: #8EB441;
}
</style>
border-color css
<style>
span { border-color: #8EB441; }
span { border-color: rgb(142,180,65); }
td.TdClassName
{
border-color: #8EB441;
}
.TagClassName
{
border-color: #8EB441;
}
</style>