Shades of Limerick #8DB72E
Tints of Limerick #8DB72E
RGB
CMYK
RGB Variations
Color information
#8DB72E (or 0x8DB72E) is known color: Limerick. HEX triplet: 8D, B7 and 2E. RGB value is (141,183,46). Sum of RGB (Red+Green+Blue) = 141+183+46=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB72E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB72E is #7248D1. Grayscale: #9B9B9B. Windows color (decimal): -7489746 or 3061645. OLE color: 3061645.
HSL color Cylindrical-coordinate representation of color #8DB72E: hue angle of 78.39º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8DB72E is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 46 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.28 |
| HSL | 78.39º | 0.6% | 0.45% | - |
| HSV(B) | 78.39º | 0.75% | 0.72% | - |
| XYZ | 28.41 | 39.73 | 8.76 | - |
| YUV | 154.82 | 66.59 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 46 | 0.23 | 0 | 0.75 | 0.28 | 78.39 | 0.6 | 0.45 |
| Hex | 8D | B7 | 2E | 17 | 0 | 4B | 1C | 4E | 3C | 2D |
| Octal | 215 | 267 | 56 | 27 | 0 | 113 | 34 | 116 | 74 | 55 |
| Binary | 10001101 | 10110111 | 101110 | 10111 | 0 | 1001011 | 11100 | 1001110 | 111100 | 101101 |
Color Harmonies of #8DB72E
Complementary color
Monochromatic Colors of #8DB72E
Black with #8DB72E
Text Example
Text Example
White with #8DB72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB72E; }
p { color: rgb(141,183,46); }
H1.HeaderClassName
{
color: #8DB72E;
}
.AnyTagClassName
{
color: #8DB72E;
}
</style>
background-color css
<style>
a { background-color: #8DB72E; }
a { background-color: rgb(141,183,46); }
div.DivClassName
{
background-color: #8DB72E;
}
.BgClassName
{
background-color: #8DB72E;
}
</style>
border-color css
<style>
span { border-color: #8DB72E; }
span { border-color: rgb(141,183,46); }
td.TdClassName
{
border-color: #8DB72E;
}
.TagClassName
{
border-color: #8DB72E;
}
</style>