Shades of Limerick #8DAF42
Tints of Limerick #8DAF42
RGB
CMYK
RGB Variations
Color information
#8DAF42 (or 0x8DAF42) is known color: Limerick. HEX triplet: 8D, AF and 42. RGB value is (141,175,66). Sum of RGB (Red+Green+Blue) = 141+175+66=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAF42 is #7250BD. Grayscale: #989898. Windows color (decimal): -7491774 or 4370317. OLE color: 4370317.
HSL color Cylindrical-coordinate representation of color #8DAF42: hue angle of 78.72º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8DAF42 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 175 | 66 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.31 |
| HSL | 78.72º | 0.45% | 0.47% | - |
| HSV(B) | 78.72º | 0.62% | 0.69% | - |
| XYZ | 27.3 | 36.72 | 10.8 | - |
| YUV | 152.41 | 79.24 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 175 | 66 | 0.19 | 0 | 0.62 | 0.31 | 78.72 | 0.45 | 0.47 |
| Hex | 8D | AF | 42 | 13 | 0 | 3E | 1F | 4F | 2D | 2F |
| Octal | 215 | 257 | 102 | 23 | 0 | 76 | 37 | 117 | 55 | 57 |
| Binary | 10001101 | 10101111 | 1000010 | 10011 | 0 | 111110 | 11111 | 1001111 | 101101 | 101111 |
Color Harmonies of #8DAF42
Complementary color
Monochromatic Colors of #8DAF42
Black with #8DAF42
Text Example
Text Example
White with #8DAF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAF42; }
p { color: rgb(141,175,66); }
H1.HeaderClassName
{
color: #8DAF42;
}
.AnyTagClassName
{
color: #8DAF42;
}
</style>
background-color css
<style>
a { background-color: #8DAF42; }
a { background-color: rgb(141,175,66); }
div.DivClassName
{
background-color: #8DAF42;
}
.BgClassName
{
background-color: #8DAF42;
}
</style>
border-color css
<style>
span { border-color: #8DAF42; }
span { border-color: rgb(141,175,66); }
td.TdClassName
{
border-color: #8DAF42;
}
.TagClassName
{
border-color: #8DAF42;
}
</style>