Shades of Citrus #8EC80D
Tints of Citrus #8EC80D
RGB
CMYK
RGB Variations
Color information
#8EC80D (or 0x8EC80D) is known color: Citrus. HEX triplet: 8E, C8 and 0D. RGB value is (142,200,13). Sum of RGB (Red+Green+Blue) = 142+200+13=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 200 (78.52% from 255 or 56.34% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC80D is #7137F2. Grayscale: #A2A2A2. Windows color (decimal): -7419891 or 903310. OLE color: 903310.
HSL color Cylindrical-coordinate representation of color #8EC80D: hue angle of 78.61º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8EC80D is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 200 | 13 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.22 |
| HSL | 78.61º | 0.88% | 0.42% | - |
| HSV(B) | 78.61º | 0.94% | 0.78% | - |
| XYZ | 31.88 | 47.09 | 7.79 | - |
| YUV | 161.34 | 44.28 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 13 | 0.29 | 0 | 0.94 | 0.22 | 78.61 | 0.88 | 0.42 |
| Hex | 8E | C8 | D | 1D | 0 | 5E | 16 | 4F | 58 | 2A |
| Octal | 216 | 310 | 15 | 35 | 0 | 136 | 26 | 117 | 130 | 52 |
| Binary | 10001110 | 11001000 | 1101 | 11101 | 0 | 1011110 | 10110 | 1001111 | 1011000 | 101010 |
Color Harmonies of #8EC80D
Complementary color
Monochromatic Colors of #8EC80D
Black with #8EC80D
Text Example
Text Example
White with #8EC80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC80D; }
p { color: rgb(142,200,13); }
H1.HeaderClassName
{
color: #8EC80D;
}
.AnyTagClassName
{
color: #8EC80D;
}
</style>
background-color css
<style>
a { background-color: #8EC80D; }
a { background-color: rgb(142,200,13); }
div.DivClassName
{
background-color: #8EC80D;
}
.BgClassName
{
background-color: #8EC80D;
}
</style>
border-color css
<style>
span { border-color: #8EC80D; }
span { border-color: rgb(142,200,13); }
td.TdClassName
{
border-color: #8EC80D;
}
.TagClassName
{
border-color: #8EC80D;
}
</style>