Shades of Limerick #8DC118
Tints of Limerick #8DC118
RGB
CMYK
RGB Variations
Color information
#8DC118 (or 0x8DC118) is known color: Limerick. HEX triplet: 8D, C1 and 18. RGB value is (141,193,24). Sum of RGB (Red+Green+Blue) = 141+193+24=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 193 (75.78% from 255 or 53.91% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC118 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC118 is #723EE7. Grayscale: #9E9E9E. Windows color (decimal): -7487208 or 1622413. OLE color: 1622413.
HSL color Cylindrical-coordinate representation of color #8DC118: hue angle of 78.46º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8DC118 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 193 | 24 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.24 |
| HSL | 78.46º | 0.78% | 0.43% | - |
| HSV(B) | 78.46º | 0.88% | 0.76% | - |
| XYZ | 30.22 | 43.87 | 7.74 | - |
| YUV | 158.19 | 52.27 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 193 | 24 | 0.27 | 0 | 0.88 | 0.24 | 78.46 | 0.78 | 0.43 |
| Hex | 8D | C1 | 18 | 1B | 0 | 58 | 18 | 4E | 4E | 2B |
| Octal | 215 | 301 | 30 | 33 | 0 | 130 | 30 | 116 | 116 | 53 |
| Binary | 10001101 | 11000001 | 11000 | 11011 | 0 | 1011000 | 11000 | 1001110 | 1001110 | 101011 |
Color Harmonies of #8DC118
Complementary color
Monochromatic Colors of #8DC118
Black with #8DC118
Text Example
Text Example
White with #8DC118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC118; }
p { color: rgb(141,193,24); }
H1.HeaderClassName
{
color: #8DC118;
}
.AnyTagClassName
{
color: #8DC118;
}
</style>
background-color css
<style>
a { background-color: #8DC118; }
a { background-color: rgb(141,193,24); }
div.DivClassName
{
background-color: #8DC118;
}
.BgClassName
{
background-color: #8DC118;
}
</style>
border-color css
<style>
span { border-color: #8DC118; }
span { border-color: rgb(141,193,24); }
td.TdClassName
{
border-color: #8DC118;
}
.TagClassName
{
border-color: #8DC118;
}
</style>