Shades of Limerick #8DB741
Tints of Limerick #8DB741
RGB
CMYK
RGB Variations
Color information
#8DB741 (or 0x8DB741) is known color: Limerick. HEX triplet: 8D, B7 and 41. RGB value is (141,183,65). Sum of RGB (Red+Green+Blue) = 141+183+65=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB741 is #7248BE. Grayscale: #9D9D9D. Windows color (decimal): -7489727 or 4306829. OLE color: 4306829.
HSL color Cylindrical-coordinate representation of color #8DB741: hue angle of 81.36º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DB741 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 65 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.28 |
| HSL | 81.36º | 0.48% | 0.49% | - |
| HSV(B) | 81.36º | 0.64% | 0.72% | - |
| XYZ | 28.87 | 39.91 | 11.18 | - |
| YUV | 156.99 | 76.09 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 65 | 0.23 | 0 | 0.64 | 0.28 | 81.36 | 0.48 | 0.49 |
| Hex | 8D | B7 | 41 | 17 | 0 | 40 | 1C | 51 | 30 | 31 |
| Octal | 215 | 267 | 101 | 27 | 0 | 100 | 34 | 121 | 60 | 61 |
| Binary | 10001101 | 10110111 | 1000001 | 10111 | 0 | 1000000 | 11100 | 1010001 | 110000 | 110001 |
Color Harmonies of #8DB741
Complementary color
Monochromatic Colors of #8DB741
Black with #8DB741
Text Example
Text Example
White with #8DB741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB741; }
p { color: rgb(141,183,65); }
H1.HeaderClassName
{
color: #8DB741;
}
.AnyTagClassName
{
color: #8DB741;
}
</style>
background-color css
<style>
a { background-color: #8DB741; }
a { background-color: rgb(141,183,65); }
div.DivClassName
{
background-color: #8DB741;
}
.BgClassName
{
background-color: #8DB741;
}
</style>
border-color css
<style>
span { border-color: #8DB741; }
span { border-color: rgb(141,183,65); }
td.TdClassName
{
border-color: #8DB741;
}
.TagClassName
{
border-color: #8DB741;
}
</style>