Shades of Limerick #8DBA37
Tints of Limerick #8DBA37
RGB
CMYK
RGB Variations
Color information
#8DBA37 (or 0x8DBA37) is known color: Limerick. HEX triplet: 8D, BA and 37. RGB value is (141,186,55). Sum of RGB (Red+Green+Blue) = 141+186+55=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 55 (21.88% from 255 or 14.40% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBA37 is #7245C8. Grayscale: #9E9E9E. Windows color (decimal): -7488969 or 3652237. OLE color: 3652237.
HSL color Cylindrical-coordinate representation of color #8DBA37: hue angle of 80.61º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DBA37 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 186 | 55 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.27 |
| HSL | 80.61º | 0.54% | 0.47% | - |
| HSV(B) | 80.61º | 0.7% | 0.73% | - |
| XYZ | 29.23 | 41.06 | 10 | - |
| YUV | 157.61 | 70.09 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 55 | 0.24 | 0 | 0.70 | 0.27 | 80.61 | 0.54 | 0.47 |
| Hex | 8D | BA | 37 | 18 | 0 | 46 | 1B | 51 | 36 | 2F |
| Octal | 215 | 272 | 67 | 30 | 0 | 106 | 33 | 121 | 66 | 57 |
| Binary | 10001101 | 10111010 | 110111 | 11000 | 0 | 1000110 | 11011 | 1010001 | 110110 | 101111 |
Color Harmonies of #8DBA37
Complementary color
Monochromatic Colors of #8DBA37
Black with #8DBA37
Text Example
Text Example
White with #8DBA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBA37; }
p { color: rgb(141,186,55); }
H1.HeaderClassName
{
color: #8DBA37;
}
.AnyTagClassName
{
color: #8DBA37;
}
</style>
background-color css
<style>
a { background-color: #8DBA37; }
a { background-color: rgb(141,186,55); }
div.DivClassName
{
background-color: #8DBA37;
}
.BgClassName
{
background-color: #8DBA37;
}
</style>
border-color css
<style>
span { border-color: #8DBA37; }
span { border-color: rgb(141,186,55); }
td.TdClassName
{
border-color: #8DBA37;
}
.TagClassName
{
border-color: #8DBA37;
}
</style>