Shades of Limerick #8DB216
Tints of Limerick #8DB216
RGB
CMYK
RGB Variations
Color information
#8DB216 (or 0x8DB216) is known color: Limerick. HEX triplet: 8D, B2 and 16. RGB value is (141,178,22). Sum of RGB (Red+Green+Blue) = 141+178+22=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 178 (69.92% from 255 or 52.20% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DB216 is #724DE9. Grayscale: #959595. Windows color (decimal): -7491050 or 1487501. OLE color: 1487501.
HSL color Cylindrical-coordinate representation of color #8DB216: hue angle of 74.23º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8DB216 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 178 | 22 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.30 |
| HSL | 74.23º | 0.78% | 0.39% | - |
| HSV(B) | 74.23º | 0.88% | 0.7% | - |
| XYZ | 27.05 | 37.56 | 6.58 | - |
| YUV | 149.15 | 56.24 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 22 | 0.21 | 0 | 0.88 | 0.30 | 74.23 | 0.78 | 0.39 |
| Hex | 8D | B2 | 16 | 15 | 0 | 58 | 1E | 4A | 4E | 27 |
| Octal | 215 | 262 | 26 | 25 | 0 | 130 | 36 | 112 | 116 | 47 |
| Binary | 10001101 | 10110010 | 10110 | 10101 | 0 | 1011000 | 11110 | 1001010 | 1001110 | 100111 |
Color Harmonies of #8DB216
Complementary color
Monochromatic Colors of #8DB216
Black with #8DB216
Text Example
Text Example
White with #8DB216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB216; }
p { color: rgb(141,178,22); }
H1.HeaderClassName
{
color: #8DB216;
}
.AnyTagClassName
{
color: #8DB216;
}
</style>
background-color css
<style>
a { background-color: #8DB216; }
a { background-color: rgb(141,178,22); }
div.DivClassName
{
background-color: #8DB216;
}
.BgClassName
{
background-color: #8DB216;
}
</style>
border-color css
<style>
span { border-color: #8DB216; }
span { border-color: rgb(141,178,22); }
td.TdClassName
{
border-color: #8DB216;
}
.TagClassName
{
border-color: #8DB216;
}
</style>