Shades of Limerick #8DB618
Tints of Limerick #8DB618
RGB
CMYK
RGB Variations
Color information
#8DB618 (or 0x8DB618) is known color: Limerick. HEX triplet: 8D, B6 and 18. RGB value is (141,182,24). Sum of RGB (Red+Green+Blue) = 141+182+24=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 182 (71.48% from 255 or 52.45% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB618 is #7249E7. Grayscale: #989898. Windows color (decimal): -7490024 or 1619597. OLE color: 1619597.
HSL color Cylindrical-coordinate representation of color #8DB618: hue angle of 75.57º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8DB618 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 24 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.29 |
| HSL | 75.57º | 0.77% | 0.4% | - |
| HSV(B) | 75.57º | 0.87% | 0.71% | - |
| XYZ | 27.88 | 39.18 | 6.96 | - |
| YUV | 151.73 | 55.92 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 24 | 0.23 | 0 | 0.87 | 0.29 | 75.57 | 0.77 | 0.4 |
| Hex | 8D | B6 | 18 | 17 | 0 | 57 | 1D | 4C | 4D | 28 |
| Octal | 215 | 266 | 30 | 27 | 0 | 127 | 35 | 114 | 115 | 50 |
| Binary | 10001101 | 10110110 | 11000 | 10111 | 0 | 1010111 | 11101 | 1001100 | 1001101 | 101000 |
Color Harmonies of #8DB618
Complementary color
Monochromatic Colors of #8DB618
Black with #8DB618
Text Example
Text Example
White with #8DB618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB618; }
p { color: rgb(141,182,24); }
H1.HeaderClassName
{
color: #8DB618;
}
.AnyTagClassName
{
color: #8DB618;
}
</style>
background-color css
<style>
a { background-color: #8DB618; }
a { background-color: rgb(141,182,24); }
div.DivClassName
{
background-color: #8DB618;
}
.BgClassName
{
background-color: #8DB618;
}
</style>
border-color css
<style>
span { border-color: #8DB618; }
span { border-color: rgb(141,182,24); }
td.TdClassName
{
border-color: #8DB618;
}
.TagClassName
{
border-color: #8DB618;
}
</style>