Shades of Limerick #8DB43D
Tints of Limerick #8DB43D
RGB
CMYK
RGB Variations
Color information
#8DB43D (or 0x8DB43D) is known color: Limerick. HEX triplet: 8D, B4 and 3D. RGB value is (141,180,61). Sum of RGB (Red+Green+Blue) = 141+180+61=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB43D is #724BC2. Grayscale: #9B9B9B. Windows color (decimal): -7490499 or 4043917. OLE color: 4043917.
HSL color Cylindrical-coordinate representation of color #8DB43D: hue angle of 79.66º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DB43D is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 61 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.29 |
| HSL | 79.66º | 0.49% | 0.47% | - |
| HSV(B) | 79.66º | 0.66% | 0.71% | - |
| XYZ | 28.15 | 38.64 | 10.39 | - |
| YUV | 154.77 | 75.08 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 61 | 0.22 | 0 | 0.66 | 0.29 | 79.66 | 0.49 | 0.47 |
| Hex | 8D | B4 | 3D | 16 | 0 | 42 | 1D | 50 | 31 | 2F |
| Octal | 215 | 264 | 75 | 26 | 0 | 102 | 35 | 120 | 61 | 57 |
| Binary | 10001101 | 10110100 | 111101 | 10110 | 0 | 1000010 | 11101 | 1010000 | 110001 | 101111 |
Color Harmonies of #8DB43D
Complementary color
Monochromatic Colors of #8DB43D
Black with #8DB43D
Text Example
Text Example
White with #8DB43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB43D; }
p { color: rgb(141,180,61); }
H1.HeaderClassName
{
color: #8DB43D;
}
.AnyTagClassName
{
color: #8DB43D;
}
</style>
background-color css
<style>
a { background-color: #8DB43D; }
a { background-color: rgb(141,180,61); }
div.DivClassName
{
background-color: #8DB43D;
}
.BgClassName
{
background-color: #8DB43D;
}
</style>
border-color css
<style>
span { border-color: #8DB43D; }
span { border-color: rgb(141,180,61); }
td.TdClassName
{
border-color: #8DB43D;
}
.TagClassName
{
border-color: #8DB43D;
}
</style>