Shades of Limerick #8DB71D
Tints of Limerick #8DB71D
RGB
CMYK
RGB Variations
Color information
#8DB71D (or 0x8DB71D) is known color: Limerick. HEX triplet: 8D, B7 and 1D. RGB value is (141,183,29). Sum of RGB (Red+Green+Blue) = 141+183+29=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 183 (71.88% from 255 or 51.84% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB71D is #7248E2. Grayscale: #999999. Windows color (decimal): -7489763 or 1947533. OLE color: 1947533.
HSL color Cylindrical-coordinate representation of color #8DB71D: hue angle of 76.36º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8DB71D is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 29 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.28 |
| HSL | 76.36º | 0.73% | 0.42% | - |
| HSV(B) | 76.36º | 0.84% | 0.72% | - |
| XYZ | 28.14 | 39.62 | 7.33 | - |
| YUV | 152.89 | 58.09 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 29 | 0.23 | 0 | 0.84 | 0.28 | 76.36 | 0.73 | 0.42 |
| Hex | 8D | B7 | 1D | 17 | 0 | 54 | 1C | 4C | 49 | 2A |
| Octal | 215 | 267 | 35 | 27 | 0 | 124 | 34 | 114 | 111 | 52 |
| Binary | 10001101 | 10110111 | 11101 | 10111 | 0 | 1010100 | 11100 | 1001100 | 1001001 | 101010 |
Color Harmonies of #8DB71D
Complementary color
Monochromatic Colors of #8DB71D
Black with #8DB71D
Text Example
Text Example
White with #8DB71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB71D; }
p { color: rgb(141,183,29); }
H1.HeaderClassName
{
color: #8DB71D;
}
.AnyTagClassName
{
color: #8DB71D;
}
</style>
background-color css
<style>
a { background-color: #8DB71D; }
a { background-color: rgb(141,183,29); }
div.DivClassName
{
background-color: #8DB71D;
}
.BgClassName
{
background-color: #8DB71D;
}
</style>
border-color css
<style>
span { border-color: #8DB71D; }
span { border-color: rgb(141,183,29); }
td.TdClassName
{
border-color: #8DB71D;
}
.TagClassName
{
border-color: #8DB71D;
}
</style>