Shades of Limerick #8DB818
Tints of Limerick #8DB818
RGB
CMYK
RGB Variations
Color information
#8DB818 (or 0x8DB818) is known color: Limerick. HEX triplet: 8D, B8 and 18. RGB value is (141,184,24). Sum of RGB (Red+Green+Blue) = 141+184+24=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 184 (72.27% from 255 or 52.72% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB818 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB818 is #7247E7. Grayscale: #999999. Windows color (decimal): -7489512 or 1620109. OLE color: 1620109.
HSL color Cylindrical-coordinate representation of color #8DB818: hue angle of 76.12º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8DB818 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 184 | 24 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.28 |
| HSL | 76.13º | 0.77% | 0.41% | - |
| HSV(B) | 76.13º | 0.87% | 0.72% | - |
| XYZ | 28.29 | 40.01 | 7.1 | - |
| YUV | 152.9 | 55.25 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 24 | 0.23 | 0 | 0.87 | 0.28 | 76.13 | 0.77 | 0.41 |
| Hex | 8D | B8 | 18 | 17 | 0 | 57 | 1C | 4C | 4D | 29 |
| Octal | 215 | 270 | 30 | 27 | 0 | 127 | 34 | 114 | 115 | 51 |
| Binary | 10001101 | 10111000 | 11000 | 10111 | 0 | 1010111 | 11100 | 1001100 | 1001101 | 101001 |
Color Harmonies of #8DB818
Complementary color
Monochromatic Colors of #8DB818
Black with #8DB818
Text Example
Text Example
White with #8DB818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB818; }
p { color: rgb(141,184,24); }
H1.HeaderClassName
{
color: #8DB818;
}
.AnyTagClassName
{
color: #8DB818;
}
</style>
background-color css
<style>
a { background-color: #8DB818; }
a { background-color: rgb(141,184,24); }
div.DivClassName
{
background-color: #8DB818;
}
.BgClassName
{
background-color: #8DB818;
}
</style>
border-color css
<style>
span { border-color: #8DB818; }
span { border-color: rgb(141,184,24); }
td.TdClassName
{
border-color: #8DB818;
}
.TagClassName
{
border-color: #8DB818;
}
</style>