Shades of Limerick #8DAF37
Tints of Limerick #8DAF37
RGB
CMYK
RGB Variations
Color information
#8DAF37 (or 0x8DAF37) is known color: Limerick. HEX triplet: 8D, AF and 37. RGB value is (141,175,55). Sum of RGB (Red+Green+Blue) = 141+175+55=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAF37 is #7250C8. Grayscale: #979797. Windows color (decimal): -7491785 or 3649421. OLE color: 3649421.
HSL color Cylindrical-coordinate representation of color #8DAF37: hue angle of 77º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DAF37 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 175 | 55 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.31 |
| HSL | 77º | 0.52% | 0.45% | - |
| HSV(B) | 77º | 0.69% | 0.69% | - |
| XYZ | 27 | 36.6 | 9.26 | - |
| YUV | 151.15 | 73.74 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 175 | 55 | 0.19 | 0 | 0.69 | 0.31 | 77 | 0.52 | 0.45 |
| Hex | 8D | AF | 37 | 13 | 0 | 45 | 1F | 4D | 34 | 2D |
| Octal | 215 | 257 | 67 | 23 | 0 | 105 | 37 | 115 | 64 | 55 |
| Binary | 10001101 | 10101111 | 110111 | 10011 | 0 | 1000101 | 11111 | 1001101 | 110100 | 101101 |
Color Harmonies of #8DAF37
Complementary color
Monochromatic Colors of #8DAF37
Black with #8DAF37
Text Example
Text Example
White with #8DAF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAF37; }
p { color: rgb(141,175,55); }
H1.HeaderClassName
{
color: #8DAF37;
}
.AnyTagClassName
{
color: #8DAF37;
}
</style>
background-color css
<style>
a { background-color: #8DAF37; }
a { background-color: rgb(141,175,55); }
div.DivClassName
{
background-color: #8DAF37;
}
.BgClassName
{
background-color: #8DAF37;
}
</style>
border-color css
<style>
span { border-color: #8DAF37; }
span { border-color: rgb(141,175,55); }
td.TdClassName
{
border-color: #8DAF37;
}
.TagClassName
{
border-color: #8DAF37;
}
</style>