Shades of Limerick #8DB41A
Tints of Limerick #8DB41A
RGB
CMYK
RGB Variations
Color information
#8DB41A (or 0x8DB41A) is known color: Limerick. HEX triplet: 8D, B4 and 1A. RGB value is (141,180,26). Sum of RGB (Red+Green+Blue) = 141+180+26=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 180 (70.70% from 255 or 51.87% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB41A is #724BE5. Grayscale: #979797. Windows color (decimal): -7490534 or 1750157. OLE color: 1750157.
HSL color Cylindrical-coordinate representation of color #8DB41A: hue angle of 75.19º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8DB41A is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 26 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.29 |
| HSL | 75.19º | 0.75% | 0.4% | - |
| HSV(B) | 75.19º | 0.86% | 0.71% | - |
| XYZ | 27.49 | 38.38 | 6.94 | - |
| YUV | 150.78 | 57.58 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 26 | 0.22 | 0 | 0.86 | 0.29 | 75.19 | 0.75 | 0.4 |
| Hex | 8D | B4 | 1A | 16 | 0 | 56 | 1D | 4B | 4B | 28 |
| Octal | 215 | 264 | 32 | 26 | 0 | 126 | 35 | 113 | 113 | 50 |
| Binary | 10001101 | 10110100 | 11010 | 10110 | 0 | 1010110 | 11101 | 1001011 | 1001011 | 101000 |
Color Harmonies of #8DB41A
Complementary color
Monochromatic Colors of #8DB41A
Black with #8DB41A
Text Example
Text Example
White with #8DB41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB41A; }
p { color: rgb(141,180,26); }
H1.HeaderClassName
{
color: #8DB41A;
}
.AnyTagClassName
{
color: #8DB41A;
}
</style>
background-color css
<style>
a { background-color: #8DB41A; }
a { background-color: rgb(141,180,26); }
div.DivClassName
{
background-color: #8DB41A;
}
.BgClassName
{
background-color: #8DB41A;
}
</style>
border-color css
<style>
span { border-color: #8DB41A; }
span { border-color: rgb(141,180,26); }
td.TdClassName
{
border-color: #8DB41A;
}
.TagClassName
{
border-color: #8DB41A;
}
</style>