Shades of Limerick #8DB93A
Tints of Limerick #8DB93A
RGB
CMYK
RGB Variations
Color information
#8DB93A (or 0x8DB93A) is known color: Limerick. HEX triplet: 8D, B9 and 3A. RGB value is (141,185,58). Sum of RGB (Red+Green+Blue) = 141+185+58=384 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.72% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB93A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB93A is #7246C5. Grayscale: #9D9D9D. Windows color (decimal): -7489222 or 3848589. OLE color: 3848589.
HSL color Cylindrical-coordinate representation of color #8DB93A: hue angle of 80.79º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DB93A is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 185 | 58 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.27 |
| HSL | 80.79º | 0.52% | 0.48% | - |
| HSV(B) | 80.79º | 0.69% | 0.73% | - |
| XYZ | 29.1 | 40.67 | 10.32 | - |
| YUV | 157.37 | 71.92 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 58 | 0.24 | 0 | 0.69 | 0.27 | 80.79 | 0.52 | 0.48 |
| Hex | 8D | B9 | 3A | 18 | 0 | 45 | 1B | 51 | 34 | 30 |
| Octal | 215 | 271 | 72 | 30 | 0 | 105 | 33 | 121 | 64 | 60 |
| Binary | 10001101 | 10111001 | 111010 | 11000 | 0 | 1000101 | 11011 | 1010001 | 110100 | 110000 |
Color Harmonies of #8DB93A
Complementary color
Monochromatic Colors of #8DB93A
Black with #8DB93A
Text Example
Text Example
White with #8DB93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB93A; }
p { color: rgb(141,185,58); }
H1.HeaderClassName
{
color: #8DB93A;
}
.AnyTagClassName
{
color: #8DB93A;
}
</style>
background-color css
<style>
a { background-color: #8DB93A; }
a { background-color: rgb(141,185,58); }
div.DivClassName
{
background-color: #8DB93A;
}
.BgClassName
{
background-color: #8DB93A;
}
</style>
border-color css
<style>
span { border-color: #8DB93A; }
span { border-color: rgb(141,185,58); }
td.TdClassName
{
border-color: #8DB93A;
}
.TagClassName
{
border-color: #8DB93A;
}
</style>