Shades of Limerick #8DB916
Tints of Limerick #8DB916
RGB
CMYK
RGB Variations
Color information
#8DB916 (or 0x8DB916) is known color: Limerick. HEX triplet: 8D, B9 and 16. RGB value is (141,185,22). Sum of RGB (Red+Green+Blue) = 141+185+22=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 185 (72.66% from 255 or 53.16% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB916 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB916 is #7246E9. Grayscale: #999999. Windows color (decimal): -7489258 or 1489293. OLE color: 1489293.
HSL color Cylindrical-coordinate representation of color #8DB916: hue angle of 76.2º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8DB916 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 185 | 22 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.27 |
| HSL | 76.2º | 0.79% | 0.41% | - |
| HSV(B) | 76.2º | 0.88% | 0.73% | - |
| XYZ | 28.48 | 40.42 | 7.06 | - |
| YUV | 153.26 | 53.92 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 22 | 0.24 | 0 | 0.88 | 0.27 | 76.2 | 0.79 | 0.41 |
| Hex | 8D | B9 | 16 | 18 | 0 | 58 | 1B | 4C | 4F | 29 |
| Octal | 215 | 271 | 26 | 30 | 0 | 130 | 33 | 114 | 117 | 51 |
| Binary | 10001101 | 10111001 | 10110 | 11000 | 0 | 1011000 | 11011 | 1001100 | 1001111 | 101001 |
Color Harmonies of #8DB916
Complementary color
Monochromatic Colors of #8DB916
Black with #8DB916
Text Example
Text Example
White with #8DB916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB916; }
p { color: rgb(141,185,22); }
H1.HeaderClassName
{
color: #8DB916;
}
.AnyTagClassName
{
color: #8DB916;
}
</style>
background-color css
<style>
a { background-color: #8DB916; }
a { background-color: rgb(141,185,22); }
div.DivClassName
{
background-color: #8DB916;
}
.BgClassName
{
background-color: #8DB916;
}
</style>
border-color css
<style>
span { border-color: #8DB916; }
span { border-color: rgb(141,185,22); }
td.TdClassName
{
border-color: #8DB916;
}
.TagClassName
{
border-color: #8DB916;
}
</style>