Shades of Limerick #8EBD22
Tints of Limerick #8EBD22
RGB
CMYK
RGB Variations
Color information
#8EBD22 (or 0x8EBD22) is known color: Limerick. HEX triplet: 8E, BD and 22. RGB value is (142,189,34). Sum of RGB (Red+Green+Blue) = 142+189+34=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 34 (13.67% from 255 or 9.32% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBD22 is #7142DD. Grayscale: #9D9D9D. Windows color (decimal): -7422686 or 2276750. OLE color: 2276750.
HSL color Cylindrical-coordinate representation of color #8EBD22: hue angle of 78.19º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8EBD22 is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 189 | 34 | - |
| CMYK | 0.25 | 0 | 0.82 | 0.26 |
| HSL | 78.19º | 0.7% | 0.44% | - |
| HSV(B) | 78.19º | 0.82% | 0.74% | - |
| XYZ | 29.64 | 42.26 | 8.11 | - |
| YUV | 157.28 | 58.43 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 189 | 34 | 0.25 | 0 | 0.82 | 0.26 | 78.19 | 0.7 | 0.44 |
| Hex | 8E | BD | 22 | 19 | 0 | 52 | 1A | 4E | 46 | 2C |
| Octal | 216 | 275 | 42 | 31 | 0 | 122 | 32 | 116 | 106 | 54 |
| Binary | 10001110 | 10111101 | 100010 | 11001 | 0 | 1010010 | 11010 | 1001110 | 1000110 | 101100 |
Color Harmonies of #8EBD22
Complementary color
Monochromatic Colors of #8EBD22
Black with #8EBD22
Text Example
Text Example
White with #8EBD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBD22; }
p { color: rgb(142,189,34); }
H1.HeaderClassName
{
color: #8EBD22;
}
.AnyTagClassName
{
color: #8EBD22;
}
</style>
background-color css
<style>
a { background-color: #8EBD22; }
a { background-color: rgb(142,189,34); }
div.DivClassName
{
background-color: #8EBD22;
}
.BgClassName
{
background-color: #8EBD22;
}
</style>
border-color css
<style>
span { border-color: #8EBD22; }
span { border-color: rgb(142,189,34); }
td.TdClassName
{
border-color: #8EBD22;
}
.TagClassName
{
border-color: #8EBD22;
}
</style>