Shades of Limerick #8DB72C
Tints of Limerick #8DB72C
RGB
CMYK
RGB Variations
Color information
#8DB72C (or 0x8DB72C) is known color: Limerick. HEX triplet: 8D, B7 and 2C. RGB value is (141,183,44). Sum of RGB (Red+Green+Blue) = 141+183+44=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB72C is #7248D3. Grayscale: #9B9B9B. Windows color (decimal): -7489748 or 2930573. OLE color: 2930573.
HSL color Cylindrical-coordinate representation of color #8DB72C: hue angle of 78.13º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8DB72C is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 44 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.28 |
| HSL | 78.13º | 0.61% | 0.45% | - |
| HSV(B) | 78.13º | 0.76% | 0.72% | - |
| XYZ | 28.37 | 39.71 | 8.55 | - |
| YUV | 154.6 | 65.59 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 44 | 0.23 | 0 | 0.76 | 0.28 | 78.13 | 0.61 | 0.45 |
| Hex | 8D | B7 | 2C | 17 | 0 | 4C | 1C | 4E | 3D | 2D |
| Octal | 215 | 267 | 54 | 27 | 0 | 114 | 34 | 116 | 75 | 55 |
| Binary | 10001101 | 10110111 | 101100 | 10111 | 0 | 1001100 | 11100 | 1001110 | 111101 | 101101 |
Color Harmonies of #8DB72C
Complementary color
Monochromatic Colors of #8DB72C
Black with #8DB72C
Text Example
Text Example
White with #8DB72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB72C; }
p { color: rgb(141,183,44); }
H1.HeaderClassName
{
color: #8DB72C;
}
.AnyTagClassName
{
color: #8DB72C;
}
</style>
background-color css
<style>
a { background-color: #8DB72C; }
a { background-color: rgb(141,183,44); }
div.DivClassName
{
background-color: #8DB72C;
}
.BgClassName
{
background-color: #8DB72C;
}
</style>
border-color css
<style>
span { border-color: #8DB72C; }
span { border-color: rgb(141,183,44); }
td.TdClassName
{
border-color: #8DB72C;
}
.TagClassName
{
border-color: #8DB72C;
}
</style>