Shades of Limerick #8DB93B
Tints of Limerick #8DB93B
RGB
CMYK
RGB Variations
Color information
#8DB93B (or 0x8DB93B) is known color: Limerick. HEX triplet: 8D, B9 and 3B. RGB value is (141,185,59). Sum of RGB (Red+Green+Blue) = 141+185+59=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB93B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB93B is #7246C4. Grayscale: #9D9D9D. Windows color (decimal): -7489221 or 3914125. OLE color: 3914125.
HSL color Cylindrical-coordinate representation of color #8DB93B: hue angle of 80.95º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8DB93B is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 185 | 59 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.27 |
| HSL | 80.95º | 0.52% | 0.48% | - |
| HSV(B) | 80.95º | 0.68% | 0.73% | - |
| XYZ | 29.12 | 40.68 | 10.45 | - |
| YUV | 157.48 | 72.42 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 59 | 0.24 | 0 | 0.68 | 0.27 | 80.95 | 0.52 | 0.48 |
| Hex | 8D | B9 | 3B | 18 | 0 | 44 | 1B | 51 | 34 | 30 |
| Octal | 215 | 271 | 73 | 30 | 0 | 104 | 33 | 121 | 64 | 60 |
| Binary | 10001101 | 10111001 | 111011 | 11000 | 0 | 1000100 | 11011 | 1010001 | 110100 | 110000 |
Color Harmonies of #8DB93B
Complementary color
Monochromatic Colors of #8DB93B
Black with #8DB93B
Text Example
Text Example
White with #8DB93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB93B; }
p { color: rgb(141,185,59); }
H1.HeaderClassName
{
color: #8DB93B;
}
.AnyTagClassName
{
color: #8DB93B;
}
</style>
background-color css
<style>
a { background-color: #8DB93B; }
a { background-color: rgb(141,185,59); }
div.DivClassName
{
background-color: #8DB93B;
}
.BgClassName
{
background-color: #8DB93B;
}
</style>
border-color css
<style>
span { border-color: #8DB93B; }
span { border-color: rgb(141,185,59); }
td.TdClassName
{
border-color: #8DB93B;
}
.TagClassName
{
border-color: #8DB93B;
}
</style>