Shades of Limerick #8DB03C
Tints of Limerick #8DB03C
RGB
CMYK
RGB Variations
Color information
#8DB03C (or 0x8DB03C) is known color: Limerick. HEX triplet: 8D, B0 and 3C. RGB value is (141,176,60). Sum of RGB (Red+Green+Blue) = 141+176+60=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 176 (69.14% from 255 or 46.68% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB03C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB03C is #724FC3. Grayscale: #989898. Windows color (decimal): -7491524 or 3977357. OLE color: 3977357.
HSL color Cylindrical-coordinate representation of color #8DB03C: hue angle of 78.1º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DB03C is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 176 | 60 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.31 |
| HSL | 78.1º | 0.49% | 0.46% | - |
| HSV(B) | 78.1º | 0.66% | 0.69% | - |
| XYZ | 27.33 | 37.04 | 9.98 | - |
| YUV | 152.31 | 75.9 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 60 | 0.20 | 0 | 0.66 | 0.31 | 78.1 | 0.49 | 0.46 |
| Hex | 8D | B0 | 3C | 14 | 0 | 42 | 1F | 4E | 31 | 2E |
| Octal | 215 | 260 | 74 | 24 | 0 | 102 | 37 | 116 | 61 | 56 |
| Binary | 10001101 | 10110000 | 111100 | 10100 | 0 | 1000010 | 11111 | 1001110 | 110001 | 101110 |
Color Harmonies of #8DB03C
Complementary color
Monochromatic Colors of #8DB03C
Black with #8DB03C
Text Example
Text Example
White with #8DB03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB03C; }
p { color: rgb(141,176,60); }
H1.HeaderClassName
{
color: #8DB03C;
}
.AnyTagClassName
{
color: #8DB03C;
}
</style>
background-color css
<style>
a { background-color: #8DB03C; }
a { background-color: rgb(141,176,60); }
div.DivClassName
{
background-color: #8DB03C;
}
.BgClassName
{
background-color: #8DB03C;
}
</style>
border-color css
<style>
span { border-color: #8DB03C; }
span { border-color: rgb(141,176,60); }
td.TdClassName
{
border-color: #8DB03C;
}
.TagClassName
{
border-color: #8DB03C;
}
</style>