Shades of Limerick #8DB531
Tints of Limerick #8DB531
RGB
CMYK
RGB Variations
Color information
#8DB531 (or 0x8DB531) is known color: Limerick. HEX triplet: 8D, B5 and 31. RGB value is (141,181,49). Sum of RGB (Red+Green+Blue) = 141+181+49=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB531 is #724ACE. Grayscale: #9A9A9A. Windows color (decimal): -7490255 or 3257741. OLE color: 3257741.
HSL color Cylindrical-coordinate representation of color #8DB531: hue angle of 78.18º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8DB531 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 49 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.29 |
| HSL | 78.18º | 0.57% | 0.45% | - |
| HSV(B) | 78.18º | 0.73% | 0.71% | - |
| XYZ | 28.06 | 38.93 | 8.94 | - |
| YUV | 153.99 | 68.75 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 49 | 0.22 | 0 | 0.73 | 0.29 | 78.18 | 0.57 | 0.45 |
| Hex | 8D | B5 | 31 | 16 | 0 | 49 | 1D | 4E | 39 | 2D |
| Octal | 215 | 265 | 61 | 26 | 0 | 111 | 35 | 116 | 71 | 55 |
| Binary | 10001101 | 10110101 | 110001 | 10110 | 0 | 1001001 | 11101 | 1001110 | 111001 | 101101 |
Color Harmonies of #8DB531
Complementary color
Monochromatic Colors of #8DB531
Black with #8DB531
Text Example
Text Example
White with #8DB531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB531; }
p { color: rgb(141,181,49); }
H1.HeaderClassName
{
color: #8DB531;
}
.AnyTagClassName
{
color: #8DB531;
}
</style>
background-color css
<style>
a { background-color: #8DB531; }
a { background-color: rgb(141,181,49); }
div.DivClassName
{
background-color: #8DB531;
}
.BgClassName
{
background-color: #8DB531;
}
</style>
border-color css
<style>
span { border-color: #8DB531; }
span { border-color: rgb(141,181,49); }
td.TdClassName
{
border-color: #8DB531;
}
.TagClassName
{
border-color: #8DB531;
}
</style>