Shades of Citrus #8EC701
Tints of Citrus #8EC701
RGB
CMYK
RGB Variations
Color information
#8EC701 (or 0x8EC701) is known color: Citrus. HEX triplet: 8E, C7 and 01. RGB value is (142,199,1). Sum of RGB (Red+Green+Blue) = 142+199+1=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 199 (78.12% from 255 or 58.19% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 199 - color contains mainly: green. Hex color #8EC701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC701 is #7138FE. Grayscale: #A0A0A0. Windows color (decimal): -7420159 or 116622. OLE color: 116622.
HSL color Cylindrical-coordinate representation of color #8EC701: hue angle of 77.27º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8EC701 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 199 | 1 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.22 |
| HSL | 77.27º | 0.99% | 0.39% | - |
| HSV(B) | 77.27º | 0.99% | 0.78% | - |
| XYZ | 31.58 | 46.6 | 7.36 | - |
| YUV | 159.39 | 38.62 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 1 | 0.29 | 0 | 0.99 | 0.22 | 77.27 | 0.99 | 0.39 |
| Hex | 8E | C7 | 1 | 1D | 0 | 63 | 16 | 4D | 63 | 27 |
| Octal | 216 | 307 | 1 | 35 | 0 | 143 | 26 | 115 | 143 | 47 |
| Binary | 10001110 | 11000111 | 1 | 11101 | 0 | 1100011 | 10110 | 1001101 | 1100011 | 100111 |
Color Harmonies of #8EC701
Complementary color
Monochromatic Colors of #8EC701
Black with #8EC701
Text Example
Text Example
White with #8EC701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC701; }
p { color: rgb(142,199,1); }
H1.HeaderClassName
{
color: #8EC701;
}
.AnyTagClassName
{
color: #8EC701;
}
</style>
background-color css
<style>
a { background-color: #8EC701; }
a { background-color: rgb(142,199,1); }
div.DivClassName
{
background-color: #8EC701;
}
.BgClassName
{
background-color: #8EC701;
}
</style>
border-color css
<style>
span { border-color: #8EC701; }
span { border-color: rgb(142,199,1); }
td.TdClassName
{
border-color: #8EC701;
}
.TagClassName
{
border-color: #8EC701;
}
</style>