Shades of Limerick #8DB62D
Tints of Limerick #8DB62D
RGB
CMYK
RGB Variations
Color information
#8DB62D (or 0x8DB62D) is known color: Limerick. HEX triplet: 8D, B6 and 2D. RGB value is (141,182,45). Sum of RGB (Red+Green+Blue) = 141+182+45=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 182 (71.48% from 255 or 49.46% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB62D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB62D is #7249D2. Grayscale: #9A9A9A. Windows color (decimal): -7490003 or 2995853. OLE color: 2995853.
HSL color Cylindrical-coordinate representation of color #8DB62D: hue angle of 77.96º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8DB62D is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 45 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.29 |
| HSL | 77.96º | 0.6% | 0.45% | - |
| HSV(B) | 77.96º | 0.75% | 0.71% | - |
| XYZ | 28.19 | 39.31 | 8.58 | - |
| YUV | 154.12 | 66.42 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 45 | 0.23 | 0 | 0.75 | 0.29 | 77.96 | 0.6 | 0.45 |
| Hex | 8D | B6 | 2D | 17 | 0 | 4B | 1D | 4E | 3C | 2D |
| Octal | 215 | 266 | 55 | 27 | 0 | 113 | 35 | 116 | 74 | 55 |
| Binary | 10001101 | 10110110 | 101101 | 10111 | 0 | 1001011 | 11101 | 1001110 | 111100 | 101101 |
Color Harmonies of #8DB62D
Complementary color
Monochromatic Colors of #8DB62D
Black with #8DB62D
Text Example
Text Example
White with #8DB62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB62D; }
p { color: rgb(141,182,45); }
H1.HeaderClassName
{
color: #8DB62D;
}
.AnyTagClassName
{
color: #8DB62D;
}
</style>
background-color css
<style>
a { background-color: #8DB62D; }
a { background-color: rgb(141,182,45); }
div.DivClassName
{
background-color: #8DB62D;
}
.BgClassName
{
background-color: #8DB62D;
}
</style>
border-color css
<style>
span { border-color: #8DB62D; }
span { border-color: rgb(141,182,45); }
td.TdClassName
{
border-color: #8DB62D;
}
.TagClassName
{
border-color: #8DB62D;
}
</style>