Shades of Limerick #8DB636
Tints of Limerick #8DB636
RGB
CMYK
RGB Variations
Color information
#8DB636 (or 0x8DB636) is known color: Limerick. HEX triplet: 8D, B6 and 36. RGB value is (141,182,54). Sum of RGB (Red+Green+Blue) = 141+182+54=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB636 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB636 is #7249C9. Grayscale: #9B9B9B. Windows color (decimal): -7489994 or 3585677. OLE color: 3585677.
HSL color Cylindrical-coordinate representation of color #8DB636: hue angle of 79.22º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DB636 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 54 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.29 |
| HSL | 79.22º | 0.54% | 0.46% | - |
| HSV(B) | 79.22º | 0.7% | 0.71% | - |
| XYZ | 28.38 | 39.38 | 9.6 | - |
| YUV | 155.15 | 70.92 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 54 | 0.23 | 0 | 0.70 | 0.29 | 79.22 | 0.54 | 0.46 |
| Hex | 8D | B6 | 36 | 17 | 0 | 46 | 1D | 4F | 36 | 2E |
| Octal | 215 | 266 | 66 | 27 | 0 | 106 | 35 | 117 | 66 | 56 |
| Binary | 10001101 | 10110110 | 110110 | 10111 | 0 | 1000110 | 11101 | 1001111 | 110110 | 101110 |
Color Harmonies of #8DB636
Complementary color
Monochromatic Colors of #8DB636
Black with #8DB636
Text Example
Text Example
White with #8DB636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB636; }
p { color: rgb(141,182,54); }
H1.HeaderClassName
{
color: #8DB636;
}
.AnyTagClassName
{
color: #8DB636;
}
</style>
background-color css
<style>
a { background-color: #8DB636; }
a { background-color: rgb(141,182,54); }
div.DivClassName
{
background-color: #8DB636;
}
.BgClassName
{
background-color: #8DB636;
}
</style>
border-color css
<style>
span { border-color: #8DB636; }
span { border-color: rgb(141,182,54); }
td.TdClassName
{
border-color: #8DB636;
}
.TagClassName
{
border-color: #8DB636;
}
</style>