Shades of Citrus #8EC814
Tints of Citrus #8EC814
RGB
CMYK
RGB Variations
Color information
#8EC814 (or 0x8EC814) is known color: Citrus. HEX triplet: 8E, C8 and 14. RGB value is (142,200,20). Sum of RGB (Red+Green+Blue) = 142+200+20=362 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.23% from 362); Green value is 200 (78.52% from 255 or 55.25% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC814 is #7137EB. Grayscale: #A2A2A2. Windows color (decimal): -7419884 or 1362062. OLE color: 1362062.
HSL color Cylindrical-coordinate representation of color #8EC814: hue angle of 79.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8EC814 is Cyan = 0.29, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 200 | 20 | - |
| CMYK | 0.29 | 0 | 0.9 | 0.22 |
| HSL | 79.33º | 0.82% | 0.43% | - |
| HSV(B) | 79.33º | 0.9% | 0.78% | - |
| XYZ | 31.94 | 47.11 | 8.07 | - |
| YUV | 162.14 | 47.78 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 20 | 0.29 | 0 | 0.9 | 0.22 | 79.33 | 0.82 | 0.43 |
| Hex | 8E | C8 | 14 | 1D | 0 | 5A | 16 | 4F | 52 | 2B |
| Octal | 216 | 310 | 24 | 35 | 0 | 132 | 26 | 117 | 122 | 53 |
| Binary | 10001110 | 11001000 | 10100 | 11101 | 0 | 1011010 | 10110 | 1001111 | 1010010 | 101011 |
Color Harmonies of #8EC814
Complementary color
Monochromatic Colors of #8EC814
Black with #8EC814
Text Example
Text Example
White with #8EC814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC814; }
p { color: rgb(142,200,20); }
H1.HeaderClassName
{
color: #8EC814;
}
.AnyTagClassName
{
color: #8EC814;
}
</style>
background-color css
<style>
a { background-color: #8EC814; }
a { background-color: rgb(142,200,20); }
div.DivClassName
{
background-color: #8EC814;
}
.BgClassName
{
background-color: #8EC814;
}
</style>
border-color css
<style>
span { border-color: #8EC814; }
span { border-color: rgb(142,200,20); }
td.TdClassName
{
border-color: #8EC814;
}
.TagClassName
{
border-color: #8EC814;
}
</style>