Shades of Limerick #8DB615
Tints of Limerick #8DB615
RGB
CMYK
RGB Variations
Color information
#8DB615 (or 0x8DB615) is known color: Limerick. HEX triplet: 8D, B6 and 15. RGB value is (141,182,21). Sum of RGB (Red+Green+Blue) = 141+182+21=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 182 (71.48% from 255 or 52.91% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB615 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB615 is #7249EA. Grayscale: #979797. Windows color (decimal): -7490027 or 1422989. OLE color: 1422989.
HSL color Cylindrical-coordinate representation of color #8DB615: hue angle of 75.28º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8DB615 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 21 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.29 |
| HSL | 75.28º | 0.79% | 0.4% | - |
| HSV(B) | 75.28º | 0.88% | 0.71% | - |
| XYZ | 27.85 | 39.17 | 6.8 | - |
| YUV | 151.39 | 54.42 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 21 | 0.23 | 0 | 0.88 | 0.29 | 75.28 | 0.79 | 0.4 |
| Hex | 8D | B6 | 15 | 17 | 0 | 58 | 1D | 4B | 4F | 28 |
| Octal | 215 | 266 | 25 | 27 | 0 | 130 | 35 | 113 | 117 | 50 |
| Binary | 10001101 | 10110110 | 10101 | 10111 | 0 | 1011000 | 11101 | 1001011 | 1001111 | 101000 |
Color Harmonies of #8DB615
Complementary color
Monochromatic Colors of #8DB615
Black with #8DB615
Text Example
Text Example
White with #8DB615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB615; }
p { color: rgb(141,182,21); }
H1.HeaderClassName
{
color: #8DB615;
}
.AnyTagClassName
{
color: #8DB615;
}
</style>
background-color css
<style>
a { background-color: #8DB615; }
a { background-color: rgb(141,182,21); }
div.DivClassName
{
background-color: #8DB615;
}
.BgClassName
{
background-color: #8DB615;
}
</style>
border-color css
<style>
span { border-color: #8DB615; }
span { border-color: rgb(141,182,21); }
td.TdClassName
{
border-color: #8DB615;
}
.TagClassName
{
border-color: #8DB615;
}
</style>