Shades of Limerick #8EB83B
Tints of Limerick #8EB83B
RGB
CMYK
RGB Variations
Color information
#8EB83B (or 0x8EB83B) is known color: Limerick. HEX triplet: 8E, B8 and 3B. RGB value is (142,184,59). Sum of RGB (Red+Green+Blue) = 142+184+59=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #8EB83B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB83B is #7147C4. Grayscale: #9D9D9D. Windows color (decimal): -7423941 or 3913870. OLE color: 3913870.
HSL color Cylindrical-coordinate representation of color #8EB83B: hue angle of 80.16º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8EB83B is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 142 | 184 | 59 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.28 |
| HSL | 80.16º | 0.51% | 0.48% | - |
| HSV(B) | 80.16º | 0.68% | 0.72% | - |
| XYZ | 29.09 | 40.35 | 10.39 | - |
| YUV | 157.19 | 72.59 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 184 | 59 | 0.23 | 0 | 0.68 | 0.28 | 80.16 | 0.51 | 0.48 |
| Hex | 8E | B8 | 3B | 17 | 0 | 44 | 1C | 50 | 33 | 30 |
| Octal | 216 | 270 | 73 | 27 | 0 | 104 | 34 | 120 | 63 | 60 |
| Binary | 10001110 | 10111000 | 111011 | 10111 | 0 | 1000100 | 11100 | 1010000 | 110011 | 110000 |
Color Harmonies of #8EB83B
Complementary color
Monochromatic Colors of #8EB83B
Black with #8EB83B
Text Example
Text Example
White with #8EB83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB83B; }
p { color: rgb(142,184,59); }
H1.HeaderClassName
{
color: #8EB83B;
}
.AnyTagClassName
{
color: #8EB83B;
}
</style>
background-color css
<style>
a { background-color: #8EB83B; }
a { background-color: rgb(142,184,59); }
div.DivClassName
{
background-color: #8EB83B;
}
.BgClassName
{
background-color: #8EB83B;
}
</style>
border-color css
<style>
span { border-color: #8EB83B; }
span { border-color: rgb(142,184,59); }
td.TdClassName
{
border-color: #8EB83B;
}
.TagClassName
{
border-color: #8EB83B;
}
</style>