Shades of Limerick #8DB21D
Tints of Limerick #8DB21D
RGB
CMYK
RGB Variations
Color information
#8DB21D (or 0x8DB21D) is known color: Limerick. HEX triplet: 8D, B2 and 1D. RGB value is (141,178,29). Sum of RGB (Red+Green+Blue) = 141+178+29=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 178 (69.92% from 255 or 51.15% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB21D is #724DE2. Grayscale: #969696. Windows color (decimal): -7491043 or 1946253. OLE color: 1946253.
HSL color Cylindrical-coordinate representation of color #8DB21D: hue angle of 74.9º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8DB21D is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 178 | 29 | - |
| CMYK | 0.21 | 0 | 0.84 | 0.30 |
| HSL | 74.9º | 0.72% | 0.41% | - |
| HSV(B) | 74.9º | 0.84% | 0.7% | - |
| XYZ | 27.13 | 37.59 | 6.99 | - |
| YUV | 149.95 | 59.74 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 29 | 0.21 | 0 | 0.84 | 0.30 | 74.9 | 0.72 | 0.41 |
| Hex | 8D | B2 | 1D | 15 | 0 | 54 | 1E | 4B | 48 | 29 |
| Octal | 215 | 262 | 35 | 25 | 0 | 124 | 36 | 113 | 110 | 51 |
| Binary | 10001101 | 10110010 | 11101 | 10101 | 0 | 1010100 | 11110 | 1001011 | 1001000 | 101001 |
Color Harmonies of #8DB21D
Complementary color
Monochromatic Colors of #8DB21D
Black with #8DB21D
Text Example
Text Example
White with #8DB21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB21D; }
p { color: rgb(141,178,29); }
H1.HeaderClassName
{
color: #8DB21D;
}
.AnyTagClassName
{
color: #8DB21D;
}
</style>
background-color css
<style>
a { background-color: #8DB21D; }
a { background-color: rgb(141,178,29); }
div.DivClassName
{
background-color: #8DB21D;
}
.BgClassName
{
background-color: #8DB21D;
}
</style>
border-color css
<style>
span { border-color: #8DB21D; }
span { border-color: rgb(141,178,29); }
td.TdClassName
{
border-color: #8DB21D;
}
.TagClassName
{
border-color: #8DB21D;
}
</style>