Shades of Limerick #8DB73D
Tints of Limerick #8DB73D
RGB
CMYK
RGB Variations
Color information
#8DB73D (or 0x8DB73D) is known color: Limerick. HEX triplet: 8D, B7 and 3D. RGB value is (141,183,61). Sum of RGB (Red+Green+Blue) = 141+183+61=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB73D is #7248C2. Grayscale: #9C9C9C. Windows color (decimal): -7489731 or 4044685. OLE color: 4044685.
HSL color Cylindrical-coordinate representation of color #8DB73D: hue angle of 80.66º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DB73D is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 61 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.28 |
| HSL | 80.66º | 0.5% | 0.48% | - |
| HSV(B) | 80.66º | 0.67% | 0.72% | - |
| XYZ | 28.76 | 39.87 | 10.59 | - |
| YUV | 156.53 | 74.09 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 61 | 0.23 | 0 | 0.67 | 0.28 | 80.66 | 0.5 | 0.48 |
| Hex | 8D | B7 | 3D | 17 | 0 | 43 | 1C | 51 | 32 | 30 |
| Octal | 215 | 267 | 75 | 27 | 0 | 103 | 34 | 121 | 62 | 60 |
| Binary | 10001101 | 10110111 | 111101 | 10111 | 0 | 1000011 | 11100 | 1010001 | 110010 | 110000 |
Color Harmonies of #8DB73D
Complementary color
Monochromatic Colors of #8DB73D
Black with #8DB73D
Text Example
Text Example
White with #8DB73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB73D; }
p { color: rgb(141,183,61); }
H1.HeaderClassName
{
color: #8DB73D;
}
.AnyTagClassName
{
color: #8DB73D;
}
</style>
background-color css
<style>
a { background-color: #8DB73D; }
a { background-color: rgb(141,183,61); }
div.DivClassName
{
background-color: #8DB73D;
}
.BgClassName
{
background-color: #8DB73D;
}
</style>
border-color css
<style>
span { border-color: #8DB73D; }
span { border-color: rgb(141,183,61); }
td.TdClassName
{
border-color: #8DB73D;
}
.TagClassName
{
border-color: #8DB73D;
}
</style>