Shades of Citrus #8EC40D
Tints of Citrus #8EC40D
RGB
CMYK
RGB Variations
Color information
#8EC40D (or 0x8EC40D) is known color: Citrus. HEX triplet: 8E, C4 and 0D. RGB value is (142,196,13). Sum of RGB (Red+Green+Blue) = 142+196+13=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 196 (76.95% from 255 or 55.84% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC40D is #713BF2. Grayscale: #9F9F9F. Windows color (decimal): -7420915 or 902286. OLE color: 902286.
HSL color Cylindrical-coordinate representation of color #8EC40D: hue angle of 77.7º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8EC40D is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 196 | 13 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.23 |
| HSL | 77.7º | 0.88% | 0.41% | - |
| HSV(B) | 77.7º | 0.93% | 0.77% | - |
| XYZ | 30.97 | 45.26 | 7.48 | - |
| YUV | 158.99 | 45.61 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 196 | 13 | 0.28 | 0 | 0.93 | 0.23 | 77.7 | 0.88 | 0.41 |
| Hex | 8E | C4 | D | 1C | 0 | 5D | 17 | 4E | 58 | 29 |
| Octal | 216 | 304 | 15 | 34 | 0 | 135 | 27 | 116 | 130 | 51 |
| Binary | 10001110 | 11000100 | 1101 | 11100 | 0 | 1011101 | 10111 | 1001110 | 1011000 | 101001 |
Color Harmonies of #8EC40D
Complementary color
Monochromatic Colors of #8EC40D
Black with #8EC40D
Text Example
Text Example
White with #8EC40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC40D; }
p { color: rgb(142,196,13); }
H1.HeaderClassName
{
color: #8EC40D;
}
.AnyTagClassName
{
color: #8EC40D;
}
</style>
background-color css
<style>
a { background-color: #8EC40D; }
a { background-color: rgb(142,196,13); }
div.DivClassName
{
background-color: #8EC40D;
}
.BgClassName
{
background-color: #8EC40D;
}
</style>
border-color css
<style>
span { border-color: #8EC40D; }
span { border-color: rgb(142,196,13); }
td.TdClassName
{
border-color: #8EC40D;
}
.TagClassName
{
border-color: #8EC40D;
}
</style>