Shades of Limerick #8DB219
Tints of Limerick #8DB219
RGB
CMYK
RGB Variations
Color information
#8DB219 (or 0x8DB219) is known color: Limerick. HEX triplet: 8D, B2 and 19. RGB value is (141,178,25). Sum of RGB (Red+Green+Blue) = 141+178+25=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 178 (69.92% from 255 or 51.74% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DB219 is #724DE6. Grayscale: #969696. Windows color (decimal): -7491047 or 1684109. OLE color: 1684109.
HSL color Cylindrical-coordinate representation of color #8DB219: hue angle of 74.51º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8DB219 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 178 | 25 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.30 |
| HSL | 74.51º | 0.75% | 0.4% | - |
| HSV(B) | 74.51º | 0.86% | 0.7% | - |
| XYZ | 27.08 | 37.57 | 6.74 | - |
| YUV | 149.5 | 57.74 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 25 | 0.21 | 0 | 0.86 | 0.30 | 74.51 | 0.75 | 0.4 |
| Hex | 8D | B2 | 19 | 15 | 0 | 56 | 1E | 4B | 4B | 28 |
| Octal | 215 | 262 | 31 | 25 | 0 | 126 | 36 | 113 | 113 | 50 |
| Binary | 10001101 | 10110010 | 11001 | 10101 | 0 | 1010110 | 11110 | 1001011 | 1001011 | 101000 |
Color Harmonies of #8DB219
Complementary color
Monochromatic Colors of #8DB219
Black with #8DB219
Text Example
Text Example
White with #8DB219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB219; }
p { color: rgb(141,178,25); }
H1.HeaderClassName
{
color: #8DB219;
}
.AnyTagClassName
{
color: #8DB219;
}
</style>
background-color css
<style>
a { background-color: #8DB219; }
a { background-color: rgb(141,178,25); }
div.DivClassName
{
background-color: #8DB219;
}
.BgClassName
{
background-color: #8DB219;
}
</style>
border-color css
<style>
span { border-color: #8DB219; }
span { border-color: rgb(141,178,25); }
td.TdClassName
{
border-color: #8DB219;
}
.TagClassName
{
border-color: #8DB219;
}
</style>