Shades of Limerick #8DB114
Tints of Limerick #8DB114
RGB
CMYK
RGB Variations
Color information
#8DB114 (or 0x8DB114) is known color: Limerick. HEX triplet: 8D, B1 and 14. RGB value is (141,177,20). Sum of RGB (Red+Green+Blue) = 141+177+20=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 177 (69.53% from 255 or 52.37% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DB114 is #724EEB. Grayscale: #949494. Windows color (decimal): -7491308 or 1356173. OLE color: 1356173.
HSL color Cylindrical-coordinate representation of color #8DB114: hue angle of 73.76º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8DB114 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 177 | 20 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.31 |
| HSL | 73.76º | 0.8% | 0.39% | - |
| HSV(B) | 73.76º | 0.89% | 0.69% | - |
| XYZ | 26.83 | 37.16 | 6.42 | - |
| YUV | 148.34 | 55.57 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 20 | 0.20 | 0 | 0.89 | 0.31 | 73.76 | 0.8 | 0.39 |
| Hex | 8D | B1 | 14 | 14 | 0 | 59 | 1F | 4A | 50 | 27 |
| Octal | 215 | 261 | 24 | 24 | 0 | 131 | 37 | 112 | 120 | 47 |
| Binary | 10001101 | 10110001 | 10100 | 10100 | 0 | 1011001 | 11111 | 1001010 | 1010000 | 100111 |
Color Harmonies of #8DB114
Complementary color
Monochromatic Colors of #8DB114
Black with #8DB114
Text Example
Text Example
White with #8DB114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB114; }
p { color: rgb(141,177,20); }
H1.HeaderClassName
{
color: #8DB114;
}
.AnyTagClassName
{
color: #8DB114;
}
</style>
background-color css
<style>
a { background-color: #8DB114; }
a { background-color: rgb(141,177,20); }
div.DivClassName
{
background-color: #8DB114;
}
.BgClassName
{
background-color: #8DB114;
}
</style>
border-color css
<style>
span { border-color: #8DB114; }
span { border-color: rgb(141,177,20); }
td.TdClassName
{
border-color: #8DB114;
}
.TagClassName
{
border-color: #8DB114;
}
</style>