Shades of Limerick #8DB427
Tints of Limerick #8DB427
RGB
CMYK
RGB Variations
Color information
#8DB427 (or 0x8DB427) is known color: Limerick. HEX triplet: 8D, B4 and 27. RGB value is (141,180,39). Sum of RGB (Red+Green+Blue) = 141+180+39=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB427 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB427 is #724BD8. Grayscale: #989898. Windows color (decimal): -7490521 or 2602125. OLE color: 2602125.
HSL color Cylindrical-coordinate representation of color #8DB427: hue angle of 76.6º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8DB427 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 39 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.29 |
| HSL | 76.6º | 0.64% | 0.43% | - |
| HSV(B) | 76.6º | 0.78% | 0.71% | - |
| XYZ | 27.67 | 38.45 | 7.88 | - |
| YUV | 152.27 | 64.08 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 39 | 0.22 | 0 | 0.78 | 0.29 | 76.6 | 0.64 | 0.43 |
| Hex | 8D | B4 | 27 | 16 | 0 | 4E | 1D | 4D | 40 | 2B |
| Octal | 215 | 264 | 47 | 26 | 0 | 116 | 35 | 115 | 100 | 53 |
| Binary | 10001101 | 10110100 | 100111 | 10110 | 0 | 1001110 | 11101 | 1001101 | 1000000 | 101011 |
Color Harmonies of #8DB427
Complementary color
Monochromatic Colors of #8DB427
Black with #8DB427
Text Example
Text Example
White with #8DB427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB427; }
p { color: rgb(141,180,39); }
H1.HeaderClassName
{
color: #8DB427;
}
.AnyTagClassName
{
color: #8DB427;
}
</style>
background-color css
<style>
a { background-color: #8DB427; }
a { background-color: rgb(141,180,39); }
div.DivClassName
{
background-color: #8DB427;
}
.BgClassName
{
background-color: #8DB427;
}
</style>
border-color css
<style>
span { border-color: #8DB427; }
span { border-color: rgb(141,180,39); }
td.TdClassName
{
border-color: #8DB427;
}
.TagClassName
{
border-color: #8DB427;
}
</style>