Shades of Limerick #8DB441
Tints of Limerick #8DB441
RGB
CMYK
RGB Variations
Color information
#8DB441 (or 0x8DB441) is known color: Limerick. HEX triplet: 8D, B4 and 41. RGB value is (141,180,65). Sum of RGB (Red+Green+Blue) = 141+180+65=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB441 is #724BBE. Grayscale: #9B9B9B. Windows color (decimal): -7490495 or 4306061. OLE color: 4306061.
HSL color Cylindrical-coordinate representation of color #8DB441: hue angle of 80.35º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DB441 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 65 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.29 |
| HSL | 80.35º | 0.47% | 0.48% | - |
| HSV(B) | 80.35º | 0.64% | 0.71% | - |
| XYZ | 28.26 | 38.69 | 10.98 | - |
| YUV | 155.23 | 77.08 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 65 | 0.22 | 0 | 0.64 | 0.29 | 80.35 | 0.47 | 0.48 |
| Hex | 8D | B4 | 41 | 16 | 0 | 40 | 1D | 50 | 2F | 30 |
| Octal | 215 | 264 | 101 | 26 | 0 | 100 | 35 | 120 | 57 | 60 |
| Binary | 10001101 | 10110100 | 1000001 | 10110 | 0 | 1000000 | 11101 | 1010000 | 101111 | 110000 |
Color Harmonies of #8DB441
Complementary color
Monochromatic Colors of #8DB441
Black with #8DB441
Text Example
Text Example
White with #8DB441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB441; }
p { color: rgb(141,180,65); }
H1.HeaderClassName
{
color: #8DB441;
}
.AnyTagClassName
{
color: #8DB441;
}
</style>
background-color css
<style>
a { background-color: #8DB441; }
a { background-color: rgb(141,180,65); }
div.DivClassName
{
background-color: #8DB441;
}
.BgClassName
{
background-color: #8DB441;
}
</style>
border-color css
<style>
span { border-color: #8DB441; }
span { border-color: rgb(141,180,65); }
td.TdClassName
{
border-color: #8DB441;
}
.TagClassName
{
border-color: #8DB441;
}
</style>