Shades of Citrus #8EC711
Tints of Citrus #8EC711
RGB
CMYK
RGB Variations
Color information
#8EC711 (or 0x8EC711) is known color: Citrus. HEX triplet: 8E, C7 and 11. RGB value is (142,199,17). Sum of RGB (Red+Green+Blue) = 142+199+17=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 199 (78.12% from 255 or 55.59% from 358); Blue value is 17 (7.03% from 255 or 4.75% from 358); Max value from RGB is 199 - color contains mainly: green. Hex color #8EC711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC711 is #7138EE. Grayscale: #A1A1A1. Windows color (decimal): -7420143 or 1165198. OLE color: 1165198.
HSL color Cylindrical-coordinate representation of color #8EC711: hue angle of 78.79º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8EC711 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 199 | 17 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.22 |
| HSL | 78.79º | 0.84% | 0.42% | - |
| HSV(B) | 78.79º | 0.91% | 0.78% | - |
| XYZ | 31.68 | 46.64 | 7.86 | - |
| YUV | 161.21 | 46.62 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 17 | 0.29 | 0 | 0.91 | 0.22 | 78.79 | 0.84 | 0.42 |
| Hex | 8E | C7 | 11 | 1D | 0 | 5B | 16 | 4F | 54 | 2A |
| Octal | 216 | 307 | 21 | 35 | 0 | 133 | 26 | 117 | 124 | 52 |
| Binary | 10001110 | 11000111 | 10001 | 11101 | 0 | 1011011 | 10110 | 1001111 | 1010100 | 101010 |
Color Harmonies of #8EC711
Complementary color
Monochromatic Colors of #8EC711
Black with #8EC711
Text Example
Text Example
White with #8EC711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC711; }
p { color: rgb(142,199,17); }
H1.HeaderClassName
{
color: #8EC711;
}
.AnyTagClassName
{
color: #8EC711;
}
</style>
background-color css
<style>
a { background-color: #8EC711; }
a { background-color: rgb(142,199,17); }
div.DivClassName
{
background-color: #8EC711;
}
.BgClassName
{
background-color: #8EC711;
}
</style>
border-color css
<style>
span { border-color: #8EC711; }
span { border-color: rgb(142,199,17); }
td.TdClassName
{
border-color: #8EC711;
}
.TagClassName
{
border-color: #8EC711;
}
</style>