Shades of Citrus #8EC007
Tints of Citrus #8EC007
RGB
CMYK
RGB Variations
Color information
#8EC007 (or 0x8EC007) is known color: Citrus. HEX triplet: 8E, C0 and 07. RGB value is (142,192,7). Sum of RGB (Red+Green+Blue) = 142+192+7=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 7 (3.12% from 255 or 2.05% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC007 is #713FF8. Grayscale: #9C9C9C. Windows color (decimal): -7421945 or 508046. OLE color: 508046.
HSL color Cylindrical-coordinate representation of color #8EC007: hue angle of 76.22º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8EC007 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 192 | 7 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.25 |
| HSL | 76.22º | 0.93% | 0.39% | - |
| HSV(B) | 76.22º | 0.96% | 0.75% | - |
| XYZ | 30.04 | 43.47 | 7.01 | - |
| YUV | 155.96 | 43.94 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 192 | 7 | 0.26 | 0 | 0.96 | 0.25 | 76.22 | 0.93 | 0.39 |
| Hex | 8E | C0 | 7 | 1A | 0 | 60 | 19 | 4C | 5D | 27 |
| Octal | 216 | 300 | 7 | 32 | 0 | 140 | 31 | 114 | 135 | 47 |
| Binary | 10001110 | 11000000 | 111 | 11010 | 0 | 1100000 | 11001 | 1001100 | 1011101 | 100111 |
Color Harmonies of #8EC007
Complementary color
Monochromatic Colors of #8EC007
Black with #8EC007
Text Example
Text Example
White with #8EC007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC007; }
p { color: rgb(142,192,7); }
H1.HeaderClassName
{
color: #8EC007;
}
.AnyTagClassName
{
color: #8EC007;
}
</style>
background-color css
<style>
a { background-color: #8EC007; }
a { background-color: rgb(142,192,7); }
div.DivClassName
{
background-color: #8EC007;
}
.BgClassName
{
background-color: #8EC007;
}
</style>
border-color css
<style>
span { border-color: #8EC007; }
span { border-color: rgb(142,192,7); }
td.TdClassName
{
border-color: #8EC007;
}
.TagClassName
{
border-color: #8EC007;
}
</style>