Shades of Limerick #8DC017
Tints of Limerick #8DC017
RGB
CMYK
RGB Variations
Color information
#8DC017 (or 0x8DC017) is known color: Limerick. HEX triplet: 8D, C0 and 17. RGB value is (141,192,23). Sum of RGB (Red+Green+Blue) = 141+192+23=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC017 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC017 is #723FE8. Grayscale: #9E9E9E. Windows color (decimal): -7487465 or 1556621. OLE color: 1556621.
HSL color Cylindrical-coordinate representation of color #8DC017: hue angle of 78.11º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8DC017 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 192 | 23 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.25 |
| HSL | 78.11º | 0.79% | 0.42% | - |
| HSV(B) | 78.11º | 0.88% | 0.75% | - |
| XYZ | 29.99 | 43.42 | 7.61 | - |
| YUV | 157.49 | 52.1 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 23 | 0.27 | 0 | 0.88 | 0.25 | 78.11 | 0.79 | 0.42 |
| Hex | 8D | C0 | 17 | 1B | 0 | 58 | 19 | 4E | 4F | 2A |
| Octal | 215 | 300 | 27 | 33 | 0 | 130 | 31 | 116 | 117 | 52 |
| Binary | 10001101 | 11000000 | 10111 | 11011 | 0 | 1011000 | 11001 | 1001110 | 1001111 | 101010 |
Color Harmonies of #8DC017
Complementary color
Monochromatic Colors of #8DC017
Black with #8DC017
Text Example
Text Example
White with #8DC017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC017; }
p { color: rgb(141,192,23); }
H1.HeaderClassName
{
color: #8DC017;
}
.AnyTagClassName
{
color: #8DC017;
}
</style>
background-color css
<style>
a { background-color: #8DC017; }
a { background-color: rgb(141,192,23); }
div.DivClassName
{
background-color: #8DC017;
}
.BgClassName
{
background-color: #8DC017;
}
</style>
border-color css
<style>
span { border-color: #8DC017; }
span { border-color: rgb(141,192,23); }
td.TdClassName
{
border-color: #8DC017;
}
.TagClassName
{
border-color: #8DC017;
}
</style>