Shades of Limerick #8DAE40
Tints of Limerick #8DAE40
RGB
CMYK
RGB Variations
Color information
#8DAE40 (or 0x8DAE40) is known color: Limerick. HEX triplet: 8D, AE and 40. RGB value is (141,174,64). Sum of RGB (Red+Green+Blue) = 141+174+64=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAE40 is #7251BF. Grayscale: #979797. Windows color (decimal): -7492032 or 4238989. OLE color: 4238989.
HSL color Cylindrical-coordinate representation of color #8DAE40: hue angle of 78º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DAE40 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 174 | 64 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.32 |
| HSL | 78º | 0.46% | 0.47% | - |
| HSV(B) | 78º | 0.63% | 0.68% | - |
| XYZ | 27.05 | 36.3 | 10.43 | - |
| YUV | 151.59 | 78.57 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 64 | 0.19 | 0 | 0.63 | 0.32 | 78 | 0.46 | 0.47 |
| Hex | 8D | AE | 40 | 13 | 0 | 3F | 20 | 4E | 2E | 2F |
| Octal | 215 | 256 | 100 | 23 | 0 | 77 | 40 | 116 | 56 | 57 |
| Binary | 10001101 | 10101110 | 1000000 | 10011 | 0 | 111111 | 100000 | 1001110 | 101110 | 101111 |
Color Harmonies of #8DAE40
Complementary color
Monochromatic Colors of #8DAE40
Black with #8DAE40
Text Example
Text Example
White with #8DAE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAE40; }
p { color: rgb(141,174,64); }
H1.HeaderClassName
{
color: #8DAE40;
}
.AnyTagClassName
{
color: #8DAE40;
}
</style>
background-color css
<style>
a { background-color: #8DAE40; }
a { background-color: rgb(141,174,64); }
div.DivClassName
{
background-color: #8DAE40;
}
.BgClassName
{
background-color: #8DAE40;
}
</style>
border-color css
<style>
span { border-color: #8DAE40; }
span { border-color: rgb(141,174,64); }
td.TdClassName
{
border-color: #8DAE40;
}
.TagClassName
{
border-color: #8DAE40;
}
</style>