Shades of Limerick #8DAD3F
Tints of Limerick #8DAD3F
RGB
CMYK
RGB Variations
Color information
#8DAD3F (or 0x8DAD3F) is known color: Limerick. HEX triplet: 8D, AD and 3F. RGB value is (141,173,63). Sum of RGB (Red+Green+Blue) = 141+173+63=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAD3F is #7252C0. Grayscale: #979797. Windows color (decimal): -7492289 or 4173197. OLE color: 4173197.
HSL color Cylindrical-coordinate representation of color #8DAD3F: hue angle of 77.45º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DAD3F is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 173 | 63 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.32 |
| HSL | 77.45º | 0.47% | 0.46% | - |
| HSV(B) | 77.45º | 0.64% | 0.68% | - |
| XYZ | 26.83 | 35.91 | 10.22 | - |
| YUV | 150.89 | 78.4 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 63 | 0.18 | 0 | 0.64 | 0.32 | 77.45 | 0.47 | 0.46 |
| Hex | 8D | AD | 3F | 12 | 0 | 40 | 20 | 4D | 2F | 2E |
| Octal | 215 | 255 | 77 | 22 | 0 | 100 | 40 | 115 | 57 | 56 |
| Binary | 10001101 | 10101101 | 111111 | 10010 | 0 | 1000000 | 100000 | 1001101 | 101111 | 101110 |
Color Harmonies of #8DAD3F
Complementary color
Monochromatic Colors of #8DAD3F
Black with #8DAD3F
Text Example
Text Example
White with #8DAD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAD3F; }
p { color: rgb(141,173,63); }
H1.HeaderClassName
{
color: #8DAD3F;
}
.AnyTagClassName
{
color: #8DAD3F;
}
</style>
background-color css
<style>
a { background-color: #8DAD3F; }
a { background-color: rgb(141,173,63); }
div.DivClassName
{
background-color: #8DAD3F;
}
.BgClassName
{
background-color: #8DAD3F;
}
</style>
border-color css
<style>
span { border-color: #8DAD3F; }
span { border-color: rgb(141,173,63); }
td.TdClassName
{
border-color: #8DAD3F;
}
.TagClassName
{
border-color: #8DAD3F;
}
</style>