Shades of Limerick #8DB736
Tints of Limerick #8DB736
RGB
CMYK
RGB Variations
Color information
#8DB736 (or 0x8DB736) is known color: Limerick. HEX triplet: 8D, B7 and 36. RGB value is (141,183,54). Sum of RGB (Red+Green+Blue) = 141+183+54=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 54 (21.48% from 255 or 14.29% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB736 is #7248C9. Grayscale: #9C9C9C. Windows color (decimal): -7489738 or 3585933. OLE color: 3585933.
HSL color Cylindrical-coordinate representation of color #8DB736: hue angle of 79.53º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DB736 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 54 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.28 |
| HSL | 79.53º | 0.54% | 0.46% | - |
| HSV(B) | 79.53º | 0.7% | 0.72% | - |
| XYZ | 28.58 | 39.8 | 9.66 | - |
| YUV | 155.74 | 70.59 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 54 | 0.23 | 0 | 0.70 | 0.28 | 79.53 | 0.54 | 0.46 |
| Hex | 8D | B7 | 36 | 17 | 0 | 46 | 1C | 50 | 36 | 2E |
| Octal | 215 | 267 | 66 | 27 | 0 | 106 | 34 | 120 | 66 | 56 |
| Binary | 10001101 | 10110111 | 110110 | 10111 | 0 | 1000110 | 11100 | 1010000 | 110110 | 101110 |
Color Harmonies of #8DB736
Complementary color
Monochromatic Colors of #8DB736
Black with #8DB736
Text Example
Text Example
White with #8DB736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB736; }
p { color: rgb(141,183,54); }
H1.HeaderClassName
{
color: #8DB736;
}
.AnyTagClassName
{
color: #8DB736;
}
</style>
background-color css
<style>
a { background-color: #8DB736; }
a { background-color: rgb(141,183,54); }
div.DivClassName
{
background-color: #8DB736;
}
.BgClassName
{
background-color: #8DB736;
}
</style>
border-color css
<style>
span { border-color: #8DB736; }
span { border-color: rgb(141,183,54); }
td.TdClassName
{
border-color: #8DB736;
}
.TagClassName
{
border-color: #8DB736;
}
</style>