Shades of Limerick #8DB42D
Tints of Limerick #8DB42D
RGB
CMYK
RGB Variations
Color information
#8DB42D (or 0x8DB42D) is known color: Limerick. HEX triplet: 8D, B4 and 2D. RGB value is (141,180,45). Sum of RGB (Red+Green+Blue) = 141+180+45=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB42D is #724BD2. Grayscale: #999999. Windows color (decimal): -7490515 or 2995341. OLE color: 2995341.
HSL color Cylindrical-coordinate representation of color #8DB42D: hue angle of 77.33º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8DB42D is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 45 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.29 |
| HSL | 77.33º | 0.6% | 0.44% | - |
| HSV(B) | 77.33º | 0.75% | 0.71% | - |
| XYZ | 27.78 | 38.49 | 8.45 | - |
| YUV | 152.95 | 67.08 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 45 | 0.22 | 0 | 0.75 | 0.29 | 77.33 | 0.6 | 0.44 |
| Hex | 8D | B4 | 2D | 16 | 0 | 4B | 1D | 4D | 3C | 2C |
| Octal | 215 | 264 | 55 | 26 | 0 | 113 | 35 | 115 | 74 | 54 |
| Binary | 10001101 | 10110100 | 101101 | 10110 | 0 | 1001011 | 11101 | 1001101 | 111100 | 101100 |
Color Harmonies of #8DB42D
Complementary color
Monochromatic Colors of #8DB42D
Black with #8DB42D
Text Example
Text Example
White with #8DB42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB42D; }
p { color: rgb(141,180,45); }
H1.HeaderClassName
{
color: #8DB42D;
}
.AnyTagClassName
{
color: #8DB42D;
}
</style>
background-color css
<style>
a { background-color: #8DB42D; }
a { background-color: rgb(141,180,45); }
div.DivClassName
{
background-color: #8DB42D;
}
.BgClassName
{
background-color: #8DB42D;
}
</style>
border-color css
<style>
span { border-color: #8DB42D; }
span { border-color: rgb(141,180,45); }
td.TdClassName
{
border-color: #8DB42D;
}
.TagClassName
{
border-color: #8DB42D;
}
</style>