Shades of Citrus #8EC806
Tints of Citrus #8EC806
RGB
CMYK
RGB Variations
Color information
#8EC806 (or 0x8EC806) is known color: Citrus. HEX triplet: 8E, C8 and 06. RGB value is (142,200,6). Sum of RGB (Red+Green+Blue) = 142+200+6=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 200 (78.52% from 255 or 57.47% from 348); Blue value is 6 (2.73% from 255 or 1.72% from 348); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC806 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC806 is #7137F9. Grayscale: #A1A1A1. Windows color (decimal): -7419898 or 444558. OLE color: 444558.
HSL color Cylindrical-coordinate representation of color #8EC806: hue angle of 77.94º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8EC806 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 200 | 6 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.22 |
| HSL | 77.94º | 0.94% | 0.4% | - |
| HSV(B) | 77.94º | 0.97% | 0.78% | - |
| XYZ | 31.84 | 47.07 | 7.58 | - |
| YUV | 160.54 | 40.78 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 6 | 0.29 | 0 | 0.97 | 0.22 | 77.94 | 0.94 | 0.4 |
| Hex | 8E | C8 | 6 | 1D | 0 | 61 | 16 | 4E | 5E | 28 |
| Octal | 216 | 310 | 6 | 35 | 0 | 141 | 26 | 116 | 136 | 50 |
| Binary | 10001110 | 11001000 | 110 | 11101 | 0 | 1100001 | 10110 | 1001110 | 1011110 | 101000 |
Color Harmonies of #8EC806
Complementary color
Monochromatic Colors of #8EC806
Black with #8EC806
Text Example
Text Example
White with #8EC806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC806; }
p { color: rgb(142,200,6); }
H1.HeaderClassName
{
color: #8EC806;
}
.AnyTagClassName
{
color: #8EC806;
}
</style>
background-color css
<style>
a { background-color: #8EC806; }
a { background-color: rgb(142,200,6); }
div.DivClassName
{
background-color: #8EC806;
}
.BgClassName
{
background-color: #8EC806;
}
</style>
border-color css
<style>
span { border-color: #8EC806; }
span { border-color: rgb(142,200,6); }
td.TdClassName
{
border-color: #8EC806;
}
.TagClassName
{
border-color: #8EC806;
}
</style>