Shades of Limerick #8DBD16
Tints of Limerick #8DBD16
RGB
CMYK
RGB Variations
Color information
#8DBD16 (or 0x8DBD16) is known color: Limerick. HEX triplet: 8D, BD and 16. RGB value is (141,189,22). Sum of RGB (Red+Green+Blue) = 141+189+22=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 189 (74.22% from 255 or 53.69% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBD16 is #7242E9. Grayscale: #9C9C9C. Windows color (decimal): -7488234 or 1490317. OLE color: 1490317.
HSL color Cylindrical-coordinate representation of color #8DBD16: hue angle of 77.25º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8DBD16 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 22 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.26 |
| HSL | 77.25º | 0.79% | 0.41% | - |
| HSV(B) | 77.25º | 0.88% | 0.74% | - |
| XYZ | 29.33 | 42.12 | 7.34 | - |
| YUV | 155.61 | 52.6 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 22 | 0.25 | 0 | 0.88 | 0.26 | 77.25 | 0.79 | 0.41 |
| Hex | 8D | BD | 16 | 19 | 0 | 58 | 1A | 4D | 4F | 29 |
| Octal | 215 | 275 | 26 | 31 | 0 | 130 | 32 | 115 | 117 | 51 |
| Binary | 10001101 | 10111101 | 10110 | 11001 | 0 | 1011000 | 11010 | 1001101 | 1001111 | 101001 |
Color Harmonies of #8DBD16
Complementary color
Monochromatic Colors of #8DBD16
Black with #8DBD16
Text Example
Text Example
White with #8DBD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBD16; }
p { color: rgb(141,189,22); }
H1.HeaderClassName
{
color: #8DBD16;
}
.AnyTagClassName
{
color: #8DBD16;
}
</style>
background-color css
<style>
a { background-color: #8DBD16; }
a { background-color: rgb(141,189,22); }
div.DivClassName
{
background-color: #8DBD16;
}
.BgClassName
{
background-color: #8DBD16;
}
</style>
border-color css
<style>
span { border-color: #8DBD16; }
span { border-color: rgb(141,189,22); }
td.TdClassName
{
border-color: #8DBD16;
}
.TagClassName
{
border-color: #8DBD16;
}
</style>