Shades of Limerick #8DC022
Tints of Limerick #8DC022
RGB
CMYK
RGB Variations
Color information
#8DC022 (or 0x8DC022) is known color: Limerick. HEX triplet: 8D, C0 and 22. RGB value is (141,192,34). Sum of RGB (Red+Green+Blue) = 141+192+34=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 34 (13.67% from 255 or 9.26% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC022 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC022 is #723FDD. Grayscale: #9F9F9F. Windows color (decimal): -7487454 or 2277517. OLE color: 2277517.
HSL color Cylindrical-coordinate representation of color #8DC022: hue angle of 79.37º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8DC022 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 192 | 34 | - |
| CMYK | 0.27 | 0 | 0.82 | 0.25 |
| HSL | 79.37º | 0.7% | 0.44% | - |
| HSV(B) | 79.37º | 0.82% | 0.75% | - |
| XYZ | 30.12 | 43.48 | 8.32 | - |
| YUV | 158.74 | 57.6 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 34 | 0.27 | 0 | 0.82 | 0.25 | 79.37 | 0.7 | 0.44 |
| Hex | 8D | C0 | 22 | 1B | 0 | 52 | 19 | 4F | 46 | 2C |
| Octal | 215 | 300 | 42 | 33 | 0 | 122 | 31 | 117 | 106 | 54 |
| Binary | 10001101 | 11000000 | 100010 | 11011 | 0 | 1010010 | 11001 | 1001111 | 1000110 | 101100 |
Color Harmonies of #8DC022
Complementary color
Monochromatic Colors of #8DC022
Black with #8DC022
Text Example
Text Example
White with #8DC022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC022; }
p { color: rgb(141,192,34); }
H1.HeaderClassName
{
color: #8DC022;
}
.AnyTagClassName
{
color: #8DC022;
}
</style>
background-color css
<style>
a { background-color: #8DC022; }
a { background-color: rgb(141,192,34); }
div.DivClassName
{
background-color: #8DC022;
}
.BgClassName
{
background-color: #8DC022;
}
</style>
border-color css
<style>
span { border-color: #8DC022; }
span { border-color: rgb(141,192,34); }
td.TdClassName
{
border-color: #8DC022;
}
.TagClassName
{
border-color: #8DC022;
}
</style>