Shades of Limerick #8DB61D
Tints of Limerick #8DB61D
RGB
CMYK
RGB Variations
Color information
#8DB61D (or 0x8DB61D) is known color: Limerick. HEX triplet: 8D, B6 and 1D. RGB value is (141,182,29). Sum of RGB (Red+Green+Blue) = 141+182+29=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 182 (71.48% from 255 or 51.70% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB61D is #7249E2. Grayscale: #989898. Windows color (decimal): -7490019 or 1947277. OLE color: 1947277.
HSL color Cylindrical-coordinate representation of color #8DB61D: hue angle of 76.08º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8DB61D is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 29 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.29 |
| HSL | 76.08º | 0.73% | 0.41% | - |
| HSV(B) | 76.08º | 0.84% | 0.71% | - |
| XYZ | 27.93 | 39.21 | 7.26 | - |
| YUV | 152.3 | 58.42 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 29 | 0.23 | 0 | 0.84 | 0.29 | 76.08 | 0.73 | 0.41 |
| Hex | 8D | B6 | 1D | 17 | 0 | 54 | 1D | 4C | 49 | 29 |
| Octal | 215 | 266 | 35 | 27 | 0 | 124 | 35 | 114 | 111 | 51 |
| Binary | 10001101 | 10110110 | 11101 | 10111 | 0 | 1010100 | 11101 | 1001100 | 1001001 | 101001 |
Color Harmonies of #8DB61D
Complementary color
Monochromatic Colors of #8DB61D
Black with #8DB61D
Text Example
Text Example
White with #8DB61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB61D; }
p { color: rgb(141,182,29); }
H1.HeaderClassName
{
color: #8DB61D;
}
.AnyTagClassName
{
color: #8DB61D;
}
</style>
background-color css
<style>
a { background-color: #8DB61D; }
a { background-color: rgb(141,182,29); }
div.DivClassName
{
background-color: #8DB61D;
}
.BgClassName
{
background-color: #8DB61D;
}
</style>
border-color css
<style>
span { border-color: #8DB61D; }
span { border-color: rgb(141,182,29); }
td.TdClassName
{
border-color: #8DB61D;
}
.TagClassName
{
border-color: #8DB61D;
}
</style>