Shades of Citrus #8EC710
Tints of Citrus #8EC710
RGB
CMYK
RGB Variations
Color information
#8EC710 (or 0x8EC710) is known color: Citrus. HEX triplet: 8E, C7 and 10. RGB value is (142,199,16). Sum of RGB (Red+Green+Blue) = 142+199+16=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 199 (78.12% from 255 or 55.74% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 199 - color contains mainly: green. Hex color #8EC710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC710 is #7138EF. Grayscale: #A1A1A1. Windows color (decimal): -7420144 or 1099662. OLE color: 1099662.
HSL color Cylindrical-coordinate representation of color #8EC710: hue angle of 78.69º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8EC710 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 199 | 16 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.22 |
| HSL | 78.69º | 0.85% | 0.42% | - |
| HSV(B) | 78.69º | 0.92% | 0.78% | - |
| XYZ | 31.67 | 46.64 | 7.82 | - |
| YUV | 161.1 | 46.12 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 16 | 0.29 | 0 | 0.92 | 0.22 | 78.69 | 0.85 | 0.42 |
| Hex | 8E | C7 | 10 | 1D | 0 | 5C | 16 | 4F | 55 | 2A |
| Octal | 216 | 307 | 20 | 35 | 0 | 134 | 26 | 117 | 125 | 52 |
| Binary | 10001110 | 11000111 | 10000 | 11101 | 0 | 1011100 | 10110 | 1001111 | 1010101 | 101010 |
Color Harmonies of #8EC710
Complementary color
Monochromatic Colors of #8EC710
Black with #8EC710
Text Example
Text Example
White with #8EC710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC710; }
p { color: rgb(142,199,16); }
H1.HeaderClassName
{
color: #8EC710;
}
.AnyTagClassName
{
color: #8EC710;
}
</style>
background-color css
<style>
a { background-color: #8EC710; }
a { background-color: rgb(142,199,16); }
div.DivClassName
{
background-color: #8EC710;
}
.BgClassName
{
background-color: #8EC710;
}
</style>
border-color css
<style>
span { border-color: #8EC710; }
span { border-color: rgb(142,199,16); }
td.TdClassName
{
border-color: #8EC710;
}
.TagClassName
{
border-color: #8EC710;
}
</style>