Shades of Limerick #8DBE20
Tints of Limerick #8DBE20
RGB
CMYK
RGB Variations
Color information
#8DBE20 (or 0x8DBE20) is known color: Limerick. HEX triplet: 8D, BE and 20. RGB value is (141,190,32). Sum of RGB (Red+Green+Blue) = 141+190+32=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 190 (74.61% from 255 or 52.34% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBE20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBE20 is #7241DF. Grayscale: #9D9D9D. Windows color (decimal): -7487968 or 2145933. OLE color: 2145933.
HSL color Cylindrical-coordinate representation of color #8DBE20: hue angle of 78.61º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8DBE20 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 190 | 32 | - |
| CMYK | 0.26 | 0 | 0.83 | 0.25 |
| HSL | 78.61º | 0.71% | 0.44% | - |
| HSV(B) | 78.61º | 0.83% | 0.75% | - |
| XYZ | 29.66 | 42.59 | 8.02 | - |
| YUV | 157.34 | 57.27 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 32 | 0.26 | 0 | 0.83 | 0.25 | 78.61 | 0.71 | 0.44 |
| Hex | 8D | BE | 20 | 1A | 0 | 53 | 19 | 4F | 47 | 2C |
| Octal | 215 | 276 | 40 | 32 | 0 | 123 | 31 | 117 | 107 | 54 |
| Binary | 10001101 | 10111110 | 100000 | 11010 | 0 | 1010011 | 11001 | 1001111 | 1000111 | 101100 |
Color Harmonies of #8DBE20
Complementary color
Monochromatic Colors of #8DBE20
Black with #8DBE20
Text Example
Text Example
White with #8DBE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBE20; }
p { color: rgb(141,190,32); }
H1.HeaderClassName
{
color: #8DBE20;
}
.AnyTagClassName
{
color: #8DBE20;
}
</style>
background-color css
<style>
a { background-color: #8DBE20; }
a { background-color: rgb(141,190,32); }
div.DivClassName
{
background-color: #8DBE20;
}
.BgClassName
{
background-color: #8DBE20;
}
</style>
border-color css
<style>
span { border-color: #8DBE20; }
span { border-color: rgb(141,190,32); }
td.TdClassName
{
border-color: #8DBE20;
}
.TagClassName
{
border-color: #8DBE20;
}
</style>