Shades of Limerick #8DB716
Tints of Limerick #8DB716
RGB
CMYK
RGB Variations
Color information
#8DB716 (or 0x8DB716) is known color: Limerick. HEX triplet: 8D, B7 and 16. RGB value is (141,183,22). Sum of RGB (Red+Green+Blue) = 141+183+22=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 183 (71.88% from 255 or 52.89% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB716 is #7248E9. Grayscale: #989898. Windows color (decimal): -7489770 or 1488781. OLE color: 1488781.
HSL color Cylindrical-coordinate representation of color #8DB716: hue angle of 75.65º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8DB716 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 22 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.28 |
| HSL | 75.65º | 0.79% | 0.4% | - |
| HSV(B) | 75.65º | 0.88% | 0.72% | - |
| XYZ | 28.06 | 39.59 | 6.92 | - |
| YUV | 152.09 | 54.59 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 22 | 0.23 | 0 | 0.88 | 0.28 | 75.65 | 0.79 | 0.4 |
| Hex | 8D | B7 | 16 | 17 | 0 | 58 | 1C | 4C | 4F | 28 |
| Octal | 215 | 267 | 26 | 27 | 0 | 130 | 34 | 114 | 117 | 50 |
| Binary | 10001101 | 10110111 | 10110 | 10111 | 0 | 1011000 | 11100 | 1001100 | 1001111 | 101000 |
Color Harmonies of #8DB716
Complementary color
Monochromatic Colors of #8DB716
Black with #8DB716
Text Example
Text Example
White with #8DB716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB716; }
p { color: rgb(141,183,22); }
H1.HeaderClassName
{
color: #8DB716;
}
.AnyTagClassName
{
color: #8DB716;
}
</style>
background-color css
<style>
a { background-color: #8DB716; }
a { background-color: rgb(141,183,22); }
div.DivClassName
{
background-color: #8DB716;
}
.BgClassName
{
background-color: #8DB716;
}
</style>
border-color css
<style>
span { border-color: #8DB716; }
span { border-color: rgb(141,183,22); }
td.TdClassName
{
border-color: #8DB716;
}
.TagClassName
{
border-color: #8DB716;
}
</style>