Shades of Limerick #8DAD40
Tints of Limerick #8DAD40
RGB
CMYK
RGB Variations
Color information
#8DAD40 (or 0x8DAD40) is known color: Limerick. HEX triplet: 8D, AD and 40. RGB value is (141,173,64). Sum of RGB (Red+Green+Blue) = 141+173+64=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAD40 is #7252BF. Grayscale: #979797. Windows color (decimal): -7492288 or 4238733. OLE color: 4238733.
HSL color Cylindrical-coordinate representation of color #8DAD40: hue angle of 77.61º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DAD40 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 173 | 64 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.32 |
| HSL | 77.61º | 0.46% | 0.46% | - |
| HSV(B) | 77.61º | 0.63% | 0.68% | - |
| XYZ | 26.85 | 35.92 | 10.37 | - |
| YUV | 151.01 | 78.9 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 64 | 0.18 | 0 | 0.63 | 0.32 | 77.61 | 0.46 | 0.46 |
| Hex | 8D | AD | 40 | 12 | 0 | 3F | 20 | 4E | 2E | 2E |
| Octal | 215 | 255 | 100 | 22 | 0 | 77 | 40 | 116 | 56 | 56 |
| Binary | 10001101 | 10101101 | 1000000 | 10010 | 0 | 111111 | 100000 | 1001110 | 101110 | 101110 |
Color Harmonies of #8DAD40
Complementary color
Monochromatic Colors of #8DAD40
Black with #8DAD40
Text Example
Text Example
White with #8DAD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAD40; }
p { color: rgb(141,173,64); }
H1.HeaderClassName
{
color: #8DAD40;
}
.AnyTagClassName
{
color: #8DAD40;
}
</style>
background-color css
<style>
a { background-color: #8DAD40; }
a { background-color: rgb(141,173,64); }
div.DivClassName
{
background-color: #8DAD40;
}
.BgClassName
{
background-color: #8DAD40;
}
</style>
border-color css
<style>
span { border-color: #8DAD40; }
span { border-color: rgb(141,173,64); }
td.TdClassName
{
border-color: #8DAD40;
}
.TagClassName
{
border-color: #8DAD40;
}
</style>