Shades of Citrus #8EC50C
Tints of Citrus #8EC50C
RGB
CMYK
RGB Variations
Color information
#8EC50C (or 0x8EC50C) is known color: Citrus. HEX triplet: 8E, C5 and 0C. RGB value is (142,197,12). Sum of RGB (Red+Green+Blue) = 142+197+12=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 197 (77.34% from 255 or 56.13% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 197 - color contains mainly: green. Hex color #8EC50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC50C is #713AF3. Grayscale: #A0A0A0. Windows color (decimal): -7420660 or 837006. OLE color: 837006.
HSL color Cylindrical-coordinate representation of color #8EC50C: hue angle of 77.84º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8EC50C is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 197 | 12 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.23 |
| HSL | 77.84º | 0.89% | 0.41% | - |
| HSV(B) | 77.84º | 0.94% | 0.77% | - |
| XYZ | 31.19 | 45.71 | 7.53 | - |
| YUV | 159.47 | 44.78 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 197 | 12 | 0.28 | 0 | 0.94 | 0.23 | 77.84 | 0.89 | 0.41 |
| Hex | 8E | C5 | C | 1C | 0 | 5E | 17 | 4E | 59 | 29 |
| Octal | 216 | 305 | 14 | 34 | 0 | 136 | 27 | 116 | 131 | 51 |
| Binary | 10001110 | 11000101 | 1100 | 11100 | 0 | 1011110 | 10111 | 1001110 | 1011001 | 101001 |
Color Harmonies of #8EC50C
Complementary color
Monochromatic Colors of #8EC50C
Black with #8EC50C
Text Example
Text Example
White with #8EC50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC50C; }
p { color: rgb(142,197,12); }
H1.HeaderClassName
{
color: #8EC50C;
}
.AnyTagClassName
{
color: #8EC50C;
}
</style>
background-color css
<style>
a { background-color: #8EC50C; }
a { background-color: rgb(142,197,12); }
div.DivClassName
{
background-color: #8EC50C;
}
.BgClassName
{
background-color: #8EC50C;
}
</style>
border-color css
<style>
span { border-color: #8EC50C; }
span { border-color: rgb(142,197,12); }
td.TdClassName
{
border-color: #8EC50C;
}
.TagClassName
{
border-color: #8EC50C;
}
</style>