Shades of Limerick #8EBD17
Tints of Limerick #8EBD17
RGB
CMYK
RGB Variations
Color information
#8EBD17 (or 0x8EBD17) is known color: Limerick. HEX triplet: 8E, BD and 17. RGB value is (142,189,23). Sum of RGB (Red+Green+Blue) = 142+189+23=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 189 (74.22% from 255 or 53.39% from 354); Blue value is 23 (9.38% from 255 or 6.50% from 354); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EBD17 is #7142E8. Grayscale: #9C9C9C. Windows color (decimal): -7422697 or 1555854. OLE color: 1555854.
HSL color Cylindrical-coordinate representation of color #8EBD17: hue angle of 76.99º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8EBD17 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 189 | 23 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.26 |
| HSL | 76.99º | 0.78% | 0.42% | - |
| HSV(B) | 76.99º | 0.88% | 0.74% | - |
| XYZ | 29.51 | 42.21 | 7.4 | - |
| YUV | 156.02 | 52.93 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 189 | 23 | 0.25 | 0 | 0.88 | 0.26 | 76.99 | 0.78 | 0.42 |
| Hex | 8E | BD | 17 | 19 | 0 | 58 | 1A | 4D | 4E | 2A |
| Octal | 216 | 275 | 27 | 31 | 0 | 130 | 32 | 115 | 116 | 52 |
| Binary | 10001110 | 10111101 | 10111 | 11001 | 0 | 1011000 | 11010 | 1001101 | 1001110 | 101010 |
Color Harmonies of #8EBD17
Complementary color
Monochromatic Colors of #8EBD17
Black with #8EBD17
Text Example
Text Example
White with #8EBD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBD17; }
p { color: rgb(142,189,23); }
H1.HeaderClassName
{
color: #8EBD17;
}
.AnyTagClassName
{
color: #8EBD17;
}
</style>
background-color css
<style>
a { background-color: #8EBD17; }
a { background-color: rgb(142,189,23); }
div.DivClassName
{
background-color: #8EBD17;
}
.BgClassName
{
background-color: #8EBD17;
}
</style>
border-color css
<style>
span { border-color: #8EBD17; }
span { border-color: rgb(142,189,23); }
td.TdClassName
{
border-color: #8EBD17;
}
.TagClassName
{
border-color: #8EBD17;
}
</style>