Shades of Limerick #8DB82D
Tints of Limerick #8DB82D
RGB
CMYK
RGB Variations
Color information
#8DB82D (or 0x8DB82D) is known color: Limerick. HEX triplet: 8D, B8 and 2D. RGB value is (141,184,45). Sum of RGB (Red+Green+Blue) = 141+184+45=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 184 (72.27% from 255 or 49.73% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB82D is #7247D2. Grayscale: #9B9B9B. Windows color (decimal): -7489491 or 2996365. OLE color: 2996365.
HSL color Cylindrical-coordinate representation of color #8DB82D: hue angle of 78.56º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8DB82D is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 184 | 45 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.28 |
| HSL | 78.56º | 0.61% | 0.45% | - |
| HSV(B) | 78.56º | 0.76% | 0.72% | - |
| XYZ | 28.6 | 40.13 | 8.72 | - |
| YUV | 155.3 | 65.75 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 45 | 0.23 | 0 | 0.76 | 0.28 | 78.56 | 0.61 | 0.45 |
| Hex | 8D | B8 | 2D | 17 | 0 | 4C | 1C | 4F | 3D | 2D |
| Octal | 215 | 270 | 55 | 27 | 0 | 114 | 34 | 117 | 75 | 55 |
| Binary | 10001101 | 10111000 | 101101 | 10111 | 0 | 1001100 | 11100 | 1001111 | 111101 | 101101 |
Color Harmonies of #8DB82D
Complementary color
Monochromatic Colors of #8DB82D
Black with #8DB82D
Text Example
Text Example
White with #8DB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB82D; }
p { color: rgb(141,184,45); }
H1.HeaderClassName
{
color: #8DB82D;
}
.AnyTagClassName
{
color: #8DB82D;
}
</style>
background-color css
<style>
a { background-color: #8DB82D; }
a { background-color: rgb(141,184,45); }
div.DivClassName
{
background-color: #8DB82D;
}
.BgClassName
{
background-color: #8DB82D;
}
</style>
border-color css
<style>
span { border-color: #8DB82D; }
span { border-color: rgb(141,184,45); }
td.TdClassName
{
border-color: #8DB82D;
}
.TagClassName
{
border-color: #8DB82D;
}
</style>