Shades of Limerick #8DB41D
Tints of Limerick #8DB41D
RGB
CMYK
RGB Variations
Color information
#8DB41D (or 0x8DB41D) is known color: Limerick. HEX triplet: 8D, B4 and 1D. RGB value is (141,180,29). Sum of RGB (Red+Green+Blue) = 141+180+29=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB41D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB41D is #724BE2. Grayscale: #979797. Windows color (decimal): -7490531 or 1946765. OLE color: 1946765.
HSL color Cylindrical-coordinate representation of color #8DB41D: hue angle of 75.5º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8DB41D is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 29 | - |
| CMYK | 0.22 | 0 | 0.84 | 0.29 |
| HSL | 75.5º | 0.72% | 0.41% | - |
| HSV(B) | 75.5º | 0.84% | 0.71% | - |
| XYZ | 27.53 | 38.39 | 7.12 | - |
| YUV | 151.13 | 59.08 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 29 | 0.22 | 0 | 0.84 | 0.29 | 75.5 | 0.72 | 0.41 |
| Hex | 8D | B4 | 1D | 16 | 0 | 54 | 1D | 4B | 48 | 29 |
| Octal | 215 | 264 | 35 | 26 | 0 | 124 | 35 | 113 | 110 | 51 |
| Binary | 10001101 | 10110100 | 11101 | 10110 | 0 | 1010100 | 11101 | 1001011 | 1001000 | 101001 |
Color Harmonies of #8DB41D
Complementary color
Monochromatic Colors of #8DB41D
Black with #8DB41D
Text Example
Text Example
White with #8DB41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB41D; }
p { color: rgb(141,180,29); }
H1.HeaderClassName
{
color: #8DB41D;
}
.AnyTagClassName
{
color: #8DB41D;
}
</style>
background-color css
<style>
a { background-color: #8DB41D; }
a { background-color: rgb(141,180,29); }
div.DivClassName
{
background-color: #8DB41D;
}
.BgClassName
{
background-color: #8DB41D;
}
</style>
border-color css
<style>
span { border-color: #8DB41D; }
span { border-color: rgb(141,180,29); }
td.TdClassName
{
border-color: #8DB41D;
}
.TagClassName
{
border-color: #8DB41D;
}
</style>