Shades of Limerick #8DB62B
Tints of Limerick #8DB62B
RGB
CMYK
RGB Variations
Color information
#8DB62B (or 0x8DB62B) is known color: Limerick. HEX triplet: 8D, B6 and 2B. RGB value is (141,182,43). Sum of RGB (Red+Green+Blue) = 141+182+43=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB62B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB62B is #7249D4. Grayscale: #9A9A9A. Windows color (decimal): -7490005 or 2864781. OLE color: 2864781.
HSL color Cylindrical-coordinate representation of color #8DB62B: hue angle of 77.7º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8DB62B is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 43 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.29 |
| HSL | 77.7º | 0.62% | 0.44% | - |
| HSV(B) | 77.7º | 0.76% | 0.71% | - |
| XYZ | 28.15 | 39.29 | 8.39 | - |
| YUV | 153.9 | 65.42 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 43 | 0.23 | 0 | 0.76 | 0.29 | 77.7 | 0.62 | 0.44 |
| Hex | 8D | B6 | 2B | 17 | 0 | 4C | 1D | 4E | 3E | 2C |
| Octal | 215 | 266 | 53 | 27 | 0 | 114 | 35 | 116 | 76 | 54 |
| Binary | 10001101 | 10110110 | 101011 | 10111 | 0 | 1001100 | 11101 | 1001110 | 111110 | 101100 |
Color Harmonies of #8DB62B
Complementary color
Monochromatic Colors of #8DB62B
Black with #8DB62B
Text Example
Text Example
White with #8DB62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB62B; }
p { color: rgb(141,182,43); }
H1.HeaderClassName
{
color: #8DB62B;
}
.AnyTagClassName
{
color: #8DB62B;
}
</style>
background-color css
<style>
a { background-color: #8DB62B; }
a { background-color: rgb(141,182,43); }
div.DivClassName
{
background-color: #8DB62B;
}
.BgClassName
{
background-color: #8DB62B;
}
</style>
border-color css
<style>
span { border-color: #8DB62B; }
span { border-color: rgb(141,182,43); }
td.TdClassName
{
border-color: #8DB62B;
}
.TagClassName
{
border-color: #8DB62B;
}
</style>