Shades of Limerick #8DB738
Tints of Limerick #8DB738
RGB
CMYK
RGB Variations
Color information
#8DB738 (or 0x8DB738) is known color: Limerick. HEX triplet: 8D, B7 and 38. RGB value is (141,183,56). Sum of RGB (Red+Green+Blue) = 141+183+56=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB738 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB738 is #7248C7. Grayscale: #9C9C9C. Windows color (decimal): -7489736 or 3717005. OLE color: 3717005.
HSL color Cylindrical-coordinate representation of color #8DB738: hue angle of 79.84º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DB738 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 56 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.28 |
| HSL | 79.84º | 0.53% | 0.47% | - |
| HSV(B) | 79.84º | 0.69% | 0.72% | - |
| XYZ | 28.63 | 39.82 | 9.92 | - |
| YUV | 155.96 | 71.59 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 56 | 0.23 | 0 | 0.69 | 0.28 | 79.84 | 0.53 | 0.47 |
| Hex | 8D | B7 | 38 | 17 | 0 | 45 | 1C | 50 | 35 | 2F |
| Octal | 215 | 267 | 70 | 27 | 0 | 105 | 34 | 120 | 65 | 57 |
| Binary | 10001101 | 10110111 | 111000 | 10111 | 0 | 1000101 | 11100 | 1010000 | 110101 | 101111 |
Color Harmonies of #8DB738
Complementary color
Monochromatic Colors of #8DB738
Black with #8DB738
Text Example
Text Example
White with #8DB738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB738; }
p { color: rgb(141,183,56); }
H1.HeaderClassName
{
color: #8DB738;
}
.AnyTagClassName
{
color: #8DB738;
}
</style>
background-color css
<style>
a { background-color: #8DB738; }
a { background-color: rgb(141,183,56); }
div.DivClassName
{
background-color: #8DB738;
}
.BgClassName
{
background-color: #8DB738;
}
</style>
border-color css
<style>
span { border-color: #8DB738; }
span { border-color: rgb(141,183,56); }
td.TdClassName
{
border-color: #8DB738;
}
.TagClassName
{
border-color: #8DB738;
}
</style>