Shades of Limerick #8DB517
Tints of Limerick #8DB517
RGB
CMYK
RGB Variations
Color information
#8DB517 (or 0x8DB517) is known color: Limerick. HEX triplet: 8D, B5 and 17. RGB value is (141,181,23). Sum of RGB (Red+Green+Blue) = 141+181+23=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 181 (71.09% from 255 or 52.46% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB517 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB517 is #724AE8. Grayscale: #979797. Windows color (decimal): -7490281 or 1553805. OLE color: 1553805.
HSL color Cylindrical-coordinate representation of color #8DB517: hue angle of 75.19º 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 #8DB517 is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 23 | - |
| CMYK | 0.22 | 0 | 0.87 | 0.29 |
| HSL | 75.19º | 0.77% | 0.4% | - |
| HSV(B) | 75.19º | 0.87% | 0.71% | - |
| XYZ | 27.66 | 38.77 | 6.84 | - |
| YUV | 151.03 | 55.75 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 23 | 0.22 | 0 | 0.87 | 0.29 | 75.19 | 0.77 | 0.4 |
| Hex | 8D | B5 | 17 | 16 | 0 | 57 | 1D | 4B | 4D | 28 |
| Octal | 215 | 265 | 27 | 26 | 0 | 127 | 35 | 113 | 115 | 50 |
| Binary | 10001101 | 10110101 | 10111 | 10110 | 0 | 1010111 | 11101 | 1001011 | 1001101 | 101000 |
Color Harmonies of #8DB517
Complementary color
Monochromatic Colors of #8DB517
Black with #8DB517
Text Example
Text Example
White with #8DB517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB517; }
p { color: rgb(141,181,23); }
H1.HeaderClassName
{
color: #8DB517;
}
.AnyTagClassName
{
color: #8DB517;
}
</style>
background-color css
<style>
a { background-color: #8DB517; }
a { background-color: rgb(141,181,23); }
div.DivClassName
{
background-color: #8DB517;
}
.BgClassName
{
background-color: #8DB517;
}
</style>
border-color css
<style>
span { border-color: #8DB517; }
span { border-color: rgb(141,181,23); }
td.TdClassName
{
border-color: #8DB517;
}
.TagClassName
{
border-color: #8DB517;
}
</style>