Shades of Limerick #8DB12F
Tints of Limerick #8DB12F
RGB
CMYK
RGB Variations
Color information
#8DB12F (or 0x8DB12F) is known color: Limerick. HEX triplet: 8D, B1 and 2F. RGB value is (141,177,47). Sum of RGB (Red+Green+Blue) = 141+177+47=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB12F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB12F is #724ED0. Grayscale: #979797. Windows color (decimal): -7491281 or 3125645. OLE color: 3125645.
HSL color Cylindrical-coordinate representation of color #8DB12F: hue angle of 76.62º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8DB12F is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 177 | 47 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.31 |
| HSL | 76.62º | 0.58% | 0.44% | - |
| HSV(B) | 76.62º | 0.73% | 0.69% | - |
| XYZ | 27.22 | 37.31 | 8.46 | - |
| YUV | 151.42 | 69.07 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 47 | 0.20 | 0 | 0.73 | 0.31 | 76.62 | 0.58 | 0.44 |
| Hex | 8D | B1 | 2F | 14 | 0 | 49 | 1F | 4D | 3A | 2C |
| Octal | 215 | 261 | 57 | 24 | 0 | 111 | 37 | 115 | 72 | 54 |
| Binary | 10001101 | 10110001 | 101111 | 10100 | 0 | 1001001 | 11111 | 1001101 | 111010 | 101100 |
Color Harmonies of #8DB12F
Complementary color
Monochromatic Colors of #8DB12F
Black with #8DB12F
Text Example
Text Example
White with #8DB12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB12F; }
p { color: rgb(141,177,47); }
H1.HeaderClassName
{
color: #8DB12F;
}
.AnyTagClassName
{
color: #8DB12F;
}
</style>
background-color css
<style>
a { background-color: #8DB12F; }
a { background-color: rgb(141,177,47); }
div.DivClassName
{
background-color: #8DB12F;
}
.BgClassName
{
background-color: #8DB12F;
}
</style>
border-color css
<style>
span { border-color: #8DB12F; }
span { border-color: rgb(141,177,47); }
td.TdClassName
{
border-color: #8DB12F;
}
.TagClassName
{
border-color: #8DB12F;
}
</style>