Shades of Limerick #8DB731
Tints of Limerick #8DB731
RGB
CMYK
RGB Variations
Color information
#8DB731 (or 0x8DB731) is known color: Limerick. HEX triplet: 8D, B7 and 31. RGB value is (141,183,49). Sum of RGB (Red+Green+Blue) = 141+183+49=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB731 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB731 is #7248CE. Grayscale: #9B9B9B. Windows color (decimal): -7489743 or 3258253. OLE color: 3258253.
HSL color Cylindrical-coordinate representation of color #8DB731: hue angle of 78.81º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8DB731 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 49 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.28 |
| HSL | 78.81º | 0.58% | 0.45% | - |
| HSV(B) | 78.81º | 0.73% | 0.72% | - |
| XYZ | 28.47 | 39.75 | 9.08 | - |
| YUV | 155.17 | 68.09 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 49 | 0.23 | 0 | 0.73 | 0.28 | 78.81 | 0.58 | 0.45 |
| Hex | 8D | B7 | 31 | 17 | 0 | 49 | 1C | 4F | 3A | 2D |
| Octal | 215 | 267 | 61 | 27 | 0 | 111 | 34 | 117 | 72 | 55 |
| Binary | 10001101 | 10110111 | 110001 | 10111 | 0 | 1001001 | 11100 | 1001111 | 111010 | 101101 |
Color Harmonies of #8DB731
Complementary color
Monochromatic Colors of #8DB731
Black with #8DB731
Text Example
Text Example
White with #8DB731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB731; }
p { color: rgb(141,183,49); }
H1.HeaderClassName
{
color: #8DB731;
}
.AnyTagClassName
{
color: #8DB731;
}
</style>
background-color css
<style>
a { background-color: #8DB731; }
a { background-color: rgb(141,183,49); }
div.DivClassName
{
background-color: #8DB731;
}
.BgClassName
{
background-color: #8DB731;
}
</style>
border-color css
<style>
span { border-color: #8DB731; }
span { border-color: rgb(141,183,49); }
td.TdClassName
{
border-color: #8DB731;
}
.TagClassName
{
border-color: #8DB731;
}
</style>