Shades of Limerick #8DB03D
Tints of Limerick #8DB03D
RGB
CMYK
RGB Variations
Color information
#8DB03D (or 0x8DB03D) is known color: Limerick. HEX triplet: 8D, B0 and 3D. RGB value is (141,176,61). Sum of RGB (Red+Green+Blue) = 141+176+61=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB03D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB03D is #724FC2. Grayscale: #989898. Windows color (decimal): -7491523 or 4042893. OLE color: 4042893.
HSL color Cylindrical-coordinate representation of color #8DB03D: hue angle of 78.26º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8DB03D is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 176 | 61 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.31 |
| HSL | 78.26º | 0.49% | 0.46% | - |
| HSV(B) | 78.26º | 0.65% | 0.69% | - |
| XYZ | 27.35 | 37.05 | 10.12 | - |
| YUV | 152.43 | 76.4 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 61 | 0.20 | 0 | 0.65 | 0.31 | 78.26 | 0.49 | 0.46 |
| Hex | 8D | B0 | 3D | 14 | 0 | 41 | 1F | 4E | 31 | 2E |
| Octal | 215 | 260 | 75 | 24 | 0 | 101 | 37 | 116 | 61 | 56 |
| Binary | 10001101 | 10110000 | 111101 | 10100 | 0 | 1000001 | 11111 | 1001110 | 110001 | 101110 |
Color Harmonies of #8DB03D
Complementary color
Monochromatic Colors of #8DB03D
Black with #8DB03D
Text Example
Text Example
White with #8DB03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB03D; }
p { color: rgb(141,176,61); }
H1.HeaderClassName
{
color: #8DB03D;
}
.AnyTagClassName
{
color: #8DB03D;
}
</style>
background-color css
<style>
a { background-color: #8DB03D; }
a { background-color: rgb(141,176,61); }
div.DivClassName
{
background-color: #8DB03D;
}
.BgClassName
{
background-color: #8DB03D;
}
</style>
border-color css
<style>
span { border-color: #8DB03D; }
span { border-color: rgb(141,176,61); }
td.TdClassName
{
border-color: #8DB03D;
}
.TagClassName
{
border-color: #8DB03D;
}
</style>