Shades of Limerick #8DB71C
Tints of Limerick #8DB71C
RGB
CMYK
RGB Variations
Color information
#8DB71C (or 0x8DB71C) is known color: Limerick. HEX triplet: 8D, B7 and 1C. RGB value is (141,183,28). Sum of RGB (Red+Green+Blue) = 141+183+28=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB71C is #7248E3. Grayscale: #999999. Windows color (decimal): -7489764 or 1881997. OLE color: 1881997.
HSL color Cylindrical-coordinate representation of color #8DB71C: hue angle of 76.26º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8DB71C is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 28 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.28 |
| HSL | 76.26º | 0.73% | 0.41% | - |
| HSV(B) | 76.26º | 0.85% | 0.72% | - |
| XYZ | 28.13 | 39.61 | 7.26 | - |
| YUV | 152.77 | 57.59 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 28 | 0.23 | 0 | 0.85 | 0.28 | 76.26 | 0.73 | 0.41 |
| Hex | 8D | B7 | 1C | 17 | 0 | 55 | 1C | 4C | 49 | 29 |
| Octal | 215 | 267 | 34 | 27 | 0 | 125 | 34 | 114 | 111 | 51 |
| Binary | 10001101 | 10110111 | 11100 | 10111 | 0 | 1010101 | 11100 | 1001100 | 1001001 | 101001 |
Color Harmonies of #8DB71C
Complementary color
Monochromatic Colors of #8DB71C
Black with #8DB71C
Text Example
Text Example
White with #8DB71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB71C; }
p { color: rgb(141,183,28); }
H1.HeaderClassName
{
color: #8DB71C;
}
.AnyTagClassName
{
color: #8DB71C;
}
</style>
background-color css
<style>
a { background-color: #8DB71C; }
a { background-color: rgb(141,183,28); }
div.DivClassName
{
background-color: #8DB71C;
}
.BgClassName
{
background-color: #8DB71C;
}
</style>
border-color css
<style>
span { border-color: #8DB71C; }
span { border-color: rgb(141,183,28); }
td.TdClassName
{
border-color: #8DB71C;
}
.TagClassName
{
border-color: #8DB71C;
}
</style>