Shades of Limerick #8DB63A
Tints of Limerick #8DB63A
RGB
CMYK
RGB Variations
Color information
#8DB63A (or 0x8DB63A) is known color: Limerick. HEX triplet: 8D, B6 and 3A. RGB value is (141,182,58). Sum of RGB (Red+Green+Blue) = 141+182+58=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB63A is #7249C5. Grayscale: #9C9C9C. Windows color (decimal): -7489990 or 3847821. OLE color: 3847821.
HSL color Cylindrical-coordinate representation of color #8DB63A: hue angle of 79.84º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8DB63A is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 58 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.29 |
| HSL | 79.84º | 0.52% | 0.47% | - |
| HSV(B) | 79.84º | 0.68% | 0.71% | - |
| XYZ | 28.48 | 39.42 | 10.11 | - |
| YUV | 155.61 | 72.92 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 58 | 0.23 | 0 | 0.68 | 0.29 | 79.84 | 0.52 | 0.47 |
| Hex | 8D | B6 | 3A | 17 | 0 | 44 | 1D | 50 | 34 | 2F |
| Octal | 215 | 266 | 72 | 27 | 0 | 104 | 35 | 120 | 64 | 57 |
| Binary | 10001101 | 10110110 | 111010 | 10111 | 0 | 1000100 | 11101 | 1010000 | 110100 | 101111 |
Color Harmonies of #8DB63A
Complementary color
Monochromatic Colors of #8DB63A
Black with #8DB63A
Text Example
Text Example
White with #8DB63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB63A; }
p { color: rgb(141,182,58); }
H1.HeaderClassName
{
color: #8DB63A;
}
.AnyTagClassName
{
color: #8DB63A;
}
</style>
background-color css
<style>
a { background-color: #8DB63A; }
a { background-color: rgb(141,182,58); }
div.DivClassName
{
background-color: #8DB63A;
}
.BgClassName
{
background-color: #8DB63A;
}
</style>
border-color css
<style>
span { border-color: #8DB63A; }
span { border-color: rgb(141,182,58); }
td.TdClassName
{
border-color: #8DB63A;
}
.TagClassName
{
border-color: #8DB63A;
}
</style>