Shades of Limerick #8DB21C
Tints of Limerick #8DB21C
RGB
CMYK
RGB Variations
Color information
#8DB21C (or 0x8DB21C) is known color: Limerick. HEX triplet: 8D, B2 and 1C. RGB value is (141,178,28). Sum of RGB (Red+Green+Blue) = 141+178+28=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 178 (69.92% from 255 or 51.30% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB21C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB21C is #724DE3. Grayscale: #969696. Windows color (decimal): -7491044 or 1880717. OLE color: 1880717.
HSL color Cylindrical-coordinate representation of color #8DB21C: hue angle of 74.8º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8DB21C is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 178 | 28 | - |
| CMYK | 0.21 | 0 | 0.84 | 0.30 |
| HSL | 74.8º | 0.73% | 0.4% | - |
| HSV(B) | 74.8º | 0.84% | 0.7% | - |
| XYZ | 27.11 | 37.59 | 6.92 | - |
| YUV | 149.84 | 59.24 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 28 | 0.21 | 0 | 0.84 | 0.30 | 74.8 | 0.73 | 0.4 |
| Hex | 8D | B2 | 1C | 15 | 0 | 54 | 1E | 4B | 49 | 28 |
| Octal | 215 | 262 | 34 | 25 | 0 | 124 | 36 | 113 | 111 | 50 |
| Binary | 10001101 | 10110010 | 11100 | 10101 | 0 | 1010100 | 11110 | 1001011 | 1001001 | 101000 |
Color Harmonies of #8DB21C
Complementary color
Monochromatic Colors of #8DB21C
Black with #8DB21C
Text Example
Text Example
White with #8DB21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB21C; }
p { color: rgb(141,178,28); }
H1.HeaderClassName
{
color: #8DB21C;
}
.AnyTagClassName
{
color: #8DB21C;
}
</style>
background-color css
<style>
a { background-color: #8DB21C; }
a { background-color: rgb(141,178,28); }
div.DivClassName
{
background-color: #8DB21C;
}
.BgClassName
{
background-color: #8DB21C;
}
</style>
border-color css
<style>
span { border-color: #8DB21C; }
span { border-color: rgb(141,178,28); }
td.TdClassName
{
border-color: #8DB21C;
}
.TagClassName
{
border-color: #8DB21C;
}
</style>