Shades of Limerick #8DBA1D
Tints of Limerick #8DBA1D
RGB
CMYK
RGB Variations
Color information
#8DBA1D (or 0x8DBA1D) is known color: Limerick. HEX triplet: 8D, BA and 1D. RGB value is (141,186,29). Sum of RGB (Red+Green+Blue) = 141+186+29=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBA1D is #7245E2. Grayscale: #9B9B9B. Windows color (decimal): -7488995 or 1948301. OLE color: 1948301.
HSL color Cylindrical-coordinate representation of color #8DBA1D: hue angle of 77.2º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8DBA1D is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 186 | 29 | - |
| CMYK | 0.24 | 0 | 0.84 | 0.27 |
| HSL | 77.2º | 0.73% | 0.42% | - |
| HSV(B) | 77.2º | 0.84% | 0.73% | - |
| XYZ | 28.77 | 40.87 | 7.53 | - |
| YUV | 154.65 | 57.09 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 29 | 0.24 | 0 | 0.84 | 0.27 | 77.2 | 0.73 | 0.42 |
| Hex | 8D | BA | 1D | 18 | 0 | 54 | 1B | 4D | 49 | 2A |
| Octal | 215 | 272 | 35 | 30 | 0 | 124 | 33 | 115 | 111 | 52 |
| Binary | 10001101 | 10111010 | 11101 | 11000 | 0 | 1010100 | 11011 | 1001101 | 1001001 | 101010 |
Color Harmonies of #8DBA1D
Complementary color
Monochromatic Colors of #8DBA1D
Black with #8DBA1D
Text Example
Text Example
White with #8DBA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBA1D; }
p { color: rgb(141,186,29); }
H1.HeaderClassName
{
color: #8DBA1D;
}
.AnyTagClassName
{
color: #8DBA1D;
}
</style>
background-color css
<style>
a { background-color: #8DBA1D; }
a { background-color: rgb(141,186,29); }
div.DivClassName
{
background-color: #8DBA1D;
}
.BgClassName
{
background-color: #8DBA1D;
}
</style>
border-color css
<style>
span { border-color: #8DBA1D; }
span { border-color: rgb(141,186,29); }
td.TdClassName
{
border-color: #8DBA1D;
}
.TagClassName
{
border-color: #8DBA1D;
}
</style>