Shades of Citrus #8EC005
Tints of Citrus #8EC005
RGB
CMYK
RGB Variations
Color information
#8EC005 (or 0x8EC005) is known color: Citrus. HEX triplet: 8E, C0 and 05. RGB value is (142,192,5). Sum of RGB (Red+Green+Blue) = 142+192+5=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC005 is #713FFA. Grayscale: #9C9C9C. Windows color (decimal): -7421947 or 376974. OLE color: 376974.
HSL color Cylindrical-coordinate representation of color #8EC005: hue angle of 76.04º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8EC005 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 192 | 5 | - |
| CMYK | 0.26 | 0 | 0.97 | 0.25 |
| HSL | 76.04º | 0.95% | 0.39% | - |
| HSV(B) | 76.04º | 0.97% | 0.75% | - |
| XYZ | 30.03 | 43.46 | 6.95 | - |
| YUV | 155.73 | 42.94 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 192 | 5 | 0.26 | 0 | 0.97 | 0.25 | 76.04 | 0.95 | 0.39 |
| Hex | 8E | C0 | 5 | 1A | 0 | 61 | 19 | 4C | 5F | 27 |
| Octal | 216 | 300 | 5 | 32 | 0 | 141 | 31 | 114 | 137 | 47 |
| Binary | 10001110 | 11000000 | 101 | 11010 | 0 | 1100001 | 11001 | 1001100 | 1011111 | 100111 |
Color Harmonies of #8EC005
Complementary color
Monochromatic Colors of #8EC005
Black with #8EC005
Text Example
Text Example
White with #8EC005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC005; }
p { color: rgb(142,192,5); }
H1.HeaderClassName
{
color: #8EC005;
}
.AnyTagClassName
{
color: #8EC005;
}
</style>
background-color css
<style>
a { background-color: #8EC005; }
a { background-color: rgb(142,192,5); }
div.DivClassName
{
background-color: #8EC005;
}
.BgClassName
{
background-color: #8EC005;
}
</style>
border-color css
<style>
span { border-color: #8EC005; }
span { border-color: rgb(142,192,5); }
td.TdClassName
{
border-color: #8EC005;
}
.TagClassName
{
border-color: #8EC005;
}
</style>