Shades of Citrus #8EC708
Tints of Citrus #8EC708
RGB
CMYK
RGB Variations
Color information
#8EC708 (or 0x8EC708) is known color: Citrus. HEX triplet: 8E, C7 and 08. RGB value is (142,199,8). Sum of RGB (Red+Green+Blue) = 142+199+8=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 199 (78.12% from 255 or 57.02% from 349); Blue value is 8 (3.52% from 255 or 2.29% from 349); Max value from RGB is 199 - color contains mainly: green. Hex color #8EC708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC708 is #7138F7. Grayscale: #A0A0A0. Windows color (decimal): -7420152 or 575374. OLE color: 575374.
HSL color Cylindrical-coordinate representation of color #8EC708: hue angle of 77.91º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8EC708 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 199 | 8 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.22 |
| HSL | 77.91º | 0.92% | 0.41% | - |
| HSV(B) | 77.91º | 0.96% | 0.78% | - |
| XYZ | 31.62 | 46.62 | 7.56 | - |
| YUV | 160.18 | 42.12 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 8 | 0.29 | 0 | 0.96 | 0.22 | 77.91 | 0.92 | 0.41 |
| Hex | 8E | C7 | 8 | 1D | 0 | 60 | 16 | 4E | 5C | 29 |
| Octal | 216 | 307 | 10 | 35 | 0 | 140 | 26 | 116 | 134 | 51 |
| Binary | 10001110 | 11000111 | 1000 | 11101 | 0 | 1100000 | 10110 | 1001110 | 1011100 | 101001 |
Color Harmonies of #8EC708
Complementary color
Monochromatic Colors of #8EC708
Black with #8EC708
Text Example
Text Example
White with #8EC708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC708; }
p { color: rgb(142,199,8); }
H1.HeaderClassName
{
color: #8EC708;
}
.AnyTagClassName
{
color: #8EC708;
}
</style>
background-color css
<style>
a { background-color: #8EC708; }
a { background-color: rgb(142,199,8); }
div.DivClassName
{
background-color: #8EC708;
}
.BgClassName
{
background-color: #8EC708;
}
</style>
border-color css
<style>
span { border-color: #8EC708; }
span { border-color: rgb(142,199,8); }
td.TdClassName
{
border-color: #8EC708;
}
.TagClassName
{
border-color: #8EC708;
}
</style>