Shades of Limerick #8DB11F
Tints of Limerick #8DB11F
RGB
CMYK
RGB Variations
Color information
#8DB11F (or 0x8DB11F) is known color: Limerick. HEX triplet: 8D, B1 and 1F. RGB value is (141,177,31). Sum of RGB (Red+Green+Blue) = 141+177+31=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB11F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB11F is #724EE0. Grayscale: #969696. Windows color (decimal): -7491297 or 2077069. OLE color: 2077069.
HSL color Cylindrical-coordinate representation of color #8DB11F: hue angle of 74.79º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8DB11F is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 177 | 31 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.31 |
| HSL | 74.79º | 0.7% | 0.41% | - |
| HSV(B) | 74.79º | 0.82% | 0.69% | - |
| XYZ | 26.95 | 37.21 | 7.06 | - |
| YUV | 149.59 | 61.07 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 31 | 0.20 | 0 | 0.82 | 0.31 | 74.79 | 0.7 | 0.41 |
| Hex | 8D | B1 | 1F | 14 | 0 | 52 | 1F | 4B | 46 | 29 |
| Octal | 215 | 261 | 37 | 24 | 0 | 122 | 37 | 113 | 106 | 51 |
| Binary | 10001101 | 10110001 | 11111 | 10100 | 0 | 1010010 | 11111 | 1001011 | 1000110 | 101001 |
Color Harmonies of #8DB11F
Complementary color
Monochromatic Colors of #8DB11F
Black with #8DB11F
Text Example
Text Example
White with #8DB11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB11F; }
p { color: rgb(141,177,31); }
H1.HeaderClassName
{
color: #8DB11F;
}
.AnyTagClassName
{
color: #8DB11F;
}
</style>
background-color css
<style>
a { background-color: #8DB11F; }
a { background-color: rgb(141,177,31); }
div.DivClassName
{
background-color: #8DB11F;
}
.BgClassName
{
background-color: #8DB11F;
}
</style>
border-color css
<style>
span { border-color: #8DB11F; }
span { border-color: rgb(141,177,31); }
td.TdClassName
{
border-color: #8DB11F;
}
.TagClassName
{
border-color: #8DB11F;
}
</style>