Shades of Limerick #8EB73C
Tints of Limerick #8EB73C
RGB
CMYK
RGB Variations
Color information
#8EB73C (or 0x8EB73C) is known color: Limerick. HEX triplet: 8E, B7 and 3C. RGB value is (142,183,60). Sum of RGB (Red+Green+Blue) = 142+183+60=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #8EB73C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB73C is #7148C3. Grayscale: #9D9D9D. Windows color (decimal): -7424196 or 3979150. OLE color: 3979150.
HSL color Cylindrical-coordinate representation of color #8EB73C: hue angle of 80º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8EB73C is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 142 | 183 | 60 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.28 |
| HSL | 80º | 0.51% | 0.48% | - |
| HSV(B) | 80º | 0.67% | 0.72% | - |
| XYZ | 28.9 | 39.94 | 10.46 | - |
| YUV | 156.72 | 73.42 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 183 | 60 | 0.22 | 0 | 0.67 | 0.28 | 80 | 0.51 | 0.48 |
| Hex | 8E | B7 | 3C | 16 | 0 | 43 | 1C | 50 | 33 | 30 |
| Octal | 216 | 267 | 74 | 26 | 0 | 103 | 34 | 120 | 63 | 60 |
| Binary | 10001110 | 10110111 | 111100 | 10110 | 0 | 1000011 | 11100 | 1010000 | 110011 | 110000 |
Color Harmonies of #8EB73C
Complementary color
Monochromatic Colors of #8EB73C
Black with #8EB73C
Text Example
Text Example
White with #8EB73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB73C; }
p { color: rgb(142,183,60); }
H1.HeaderClassName
{
color: #8EB73C;
}
.AnyTagClassName
{
color: #8EB73C;
}
</style>
background-color css
<style>
a { background-color: #8EB73C; }
a { background-color: rgb(142,183,60); }
div.DivClassName
{
background-color: #8EB73C;
}
.BgClassName
{
background-color: #8EB73C;
}
</style>
border-color css
<style>
span { border-color: #8EB73C; }
span { border-color: rgb(142,183,60); }
td.TdClassName
{
border-color: #8EB73C;
}
.TagClassName
{
border-color: #8EB73C;
}
</style>