Shades of Limerick #8DB71F
Tints of Limerick #8DB71F
RGB
CMYK
RGB Variations
Color information
#8DB71F (or 0x8DB71F) is known color: Limerick. HEX triplet: 8D, B7 and 1F. RGB value is (141,183,31). Sum of RGB (Red+Green+Blue) = 141+183+31=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 183 (71.88% from 255 or 51.55% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB71F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB71F is #7248E0. Grayscale: #999999. Windows color (decimal): -7489761 or 2078605. OLE color: 2078605.
HSL color Cylindrical-coordinate representation of color #8DB71F: hue angle of 76.58º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8DB71F is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 31 | - |
| CMYK | 0.23 | 0 | 0.83 | 0.28 |
| HSL | 76.58º | 0.71% | 0.42% | - |
| HSV(B) | 76.58º | 0.83% | 0.72% | - |
| XYZ | 28.17 | 39.63 | 7.46 | - |
| YUV | 153.11 | 59.09 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 31 | 0.23 | 0 | 0.83 | 0.28 | 76.58 | 0.71 | 0.42 |
| Hex | 8D | B7 | 1F | 17 | 0 | 53 | 1C | 4D | 47 | 2A |
| Octal | 215 | 267 | 37 | 27 | 0 | 123 | 34 | 115 | 107 | 52 |
| Binary | 10001101 | 10110111 | 11111 | 10111 | 0 | 1010011 | 11100 | 1001101 | 1000111 | 101010 |
Color Harmonies of #8DB71F
Complementary color
Monochromatic Colors of #8DB71F
Black with #8DB71F
Text Example
Text Example
White with #8DB71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB71F; }
p { color: rgb(141,183,31); }
H1.HeaderClassName
{
color: #8DB71F;
}
.AnyTagClassName
{
color: #8DB71F;
}
</style>
background-color css
<style>
a { background-color: #8DB71F; }
a { background-color: rgb(141,183,31); }
div.DivClassName
{
background-color: #8DB71F;
}
.BgClassName
{
background-color: #8DB71F;
}
</style>
border-color css
<style>
span { border-color: #8DB71F; }
span { border-color: rgb(141,183,31); }
td.TdClassName
{
border-color: #8DB71F;
}
.TagClassName
{
border-color: #8DB71F;
}
</style>