Shades of Limerick #8DB414
Tints of Limerick #8DB414
RGB
CMYK
RGB Variations
Color information
#8DB414 (or 0x8DB414) is known color: Limerick. HEX triplet: 8D, B4 and 14. RGB value is (141,180,20). Sum of RGB (Red+Green+Blue) = 141+180+20=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB414 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB414 is #724BEB. Grayscale: #969696. Windows color (decimal): -7490540 or 1356941. OLE color: 1356941.
HSL color Cylindrical-coordinate representation of color #8DB414: hue angle of 74.62º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8DB414 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 20 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.29 |
| HSL | 74.63º | 0.8% | 0.39% | - |
| HSV(B) | 74.63º | 0.89% | 0.71% | - |
| XYZ | 27.43 | 38.36 | 6.62 | - |
| YUV | 150.1 | 54.58 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 20 | 0.22 | 0 | 0.89 | 0.29 | 74.63 | 0.8 | 0.39 |
| Hex | 8D | B4 | 14 | 16 | 0 | 59 | 1D | 4B | 50 | 27 |
| Octal | 215 | 264 | 24 | 26 | 0 | 131 | 35 | 113 | 120 | 47 |
| Binary | 10001101 | 10110100 | 10100 | 10110 | 0 | 1011001 | 11101 | 1001011 | 1010000 | 100111 |
Color Harmonies of #8DB414
Complementary color
Monochromatic Colors of #8DB414
Black with #8DB414
Text Example
Text Example
White with #8DB414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB414; }
p { color: rgb(141,180,20); }
H1.HeaderClassName
{
color: #8DB414;
}
.AnyTagClassName
{
color: #8DB414;
}
</style>
background-color css
<style>
a { background-color: #8DB414; }
a { background-color: rgb(141,180,20); }
div.DivClassName
{
background-color: #8DB414;
}
.BgClassName
{
background-color: #8DB414;
}
</style>
border-color css
<style>
span { border-color: #8DB414; }
span { border-color: rgb(141,180,20); }
td.TdClassName
{
border-color: #8DB414;
}
.TagClassName
{
border-color: #8DB414;
}
</style>