Shades of Limerick #8DB127
Tints of Limerick #8DB127
RGB
CMYK
RGB Variations
Color information
#8DB127 (or 0x8DB127) is known color: Limerick. HEX triplet: 8D, B1 and 27. RGB value is (141,177,39). Sum of RGB (Red+Green+Blue) = 141+177+39=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 177 (69.53% from 255 or 49.58% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB127 is #724ED8. Grayscale: #979797. Windows color (decimal): -7491289 or 2601357. OLE color: 2601357.
HSL color Cylindrical-coordinate representation of color #8DB127: hue angle of 75.65º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8DB127 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 177 | 39 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.31 |
| HSL | 75.65º | 0.64% | 0.42% | - |
| HSV(B) | 75.65º | 0.78% | 0.69% | - |
| XYZ | 27.07 | 37.25 | 7.68 | - |
| YUV | 150.5 | 65.07 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 39 | 0.20 | 0 | 0.78 | 0.31 | 75.65 | 0.64 | 0.42 |
| Hex | 8D | B1 | 27 | 14 | 0 | 4E | 1F | 4C | 40 | 2A |
| Octal | 215 | 261 | 47 | 24 | 0 | 116 | 37 | 114 | 100 | 52 |
| Binary | 10001101 | 10110001 | 100111 | 10100 | 0 | 1001110 | 11111 | 1001100 | 1000000 | 101010 |
Color Harmonies of #8DB127
Complementary color
Monochromatic Colors of #8DB127
Black with #8DB127
Text Example
Text Example
White with #8DB127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB127; }
p { color: rgb(141,177,39); }
H1.HeaderClassName
{
color: #8DB127;
}
.AnyTagClassName
{
color: #8DB127;
}
</style>
background-color css
<style>
a { background-color: #8DB127; }
a { background-color: rgb(141,177,39); }
div.DivClassName
{
background-color: #8DB127;
}
.BgClassName
{
background-color: #8DB127;
}
</style>
border-color css
<style>
span { border-color: #8DB127; }
span { border-color: rgb(141,177,39); }
td.TdClassName
{
border-color: #8DB127;
}
.TagClassName
{
border-color: #8DB127;
}
</style>