Shades of Limerick #8DAF31
Tints of Limerick #8DAF31
RGB
CMYK
RGB Variations
Color information
#8DAF31 (or 0x8DAF31) is known color: Limerick. HEX triplet: 8D, AF and 31. RGB value is (141,175,49). Sum of RGB (Red+Green+Blue) = 141+175+49=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAF31 is #7250CE. Grayscale: #969696. Windows color (decimal): -7491791 or 3256205. OLE color: 3256205.
HSL color Cylindrical-coordinate representation of color #8DAF31: hue angle of 76.19º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8DAF31 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 175 | 49 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.31 |
| HSL | 76.19º | 0.56% | 0.44% | - |
| HSV(B) | 76.19º | 0.72% | 0.69% | - |
| XYZ | 26.87 | 36.54 | 8.54 | - |
| YUV | 150.47 | 70.74 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 175 | 49 | 0.19 | 0 | 0.72 | 0.31 | 76.19 | 0.56 | 0.44 |
| Hex | 8D | AF | 31 | 13 | 0 | 48 | 1F | 4C | 38 | 2C |
| Octal | 215 | 257 | 61 | 23 | 0 | 110 | 37 | 114 | 70 | 54 |
| Binary | 10001101 | 10101111 | 110001 | 10011 | 0 | 1001000 | 11111 | 1001100 | 111000 | 101100 |
Color Harmonies of #8DAF31
Complementary color
Monochromatic Colors of #8DAF31
Black with #8DAF31
Text Example
Text Example
White with #8DAF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAF31; }
p { color: rgb(141,175,49); }
H1.HeaderClassName
{
color: #8DAF31;
}
.AnyTagClassName
{
color: #8DAF31;
}
</style>
background-color css
<style>
a { background-color: #8DAF31; }
a { background-color: rgb(141,175,49); }
div.DivClassName
{
background-color: #8DAF31;
}
.BgClassName
{
background-color: #8DAF31;
}
</style>
border-color css
<style>
span { border-color: #8DAF31; }
span { border-color: rgb(141,175,49); }
td.TdClassName
{
border-color: #8DAF31;
}
.TagClassName
{
border-color: #8DAF31;
}
</style>