Shades of Citrus #8ECD00
Tints of Citrus #8ECD00
RGB
CMYK
RGB Variations
Color information
#8ECD00 (or 0x8ECD00) is known color: Citrus. HEX triplet: 8E, CD and 00. RGB value is (142,205,0). Sum of RGB (Red+Green+Blue) = 142+205+0=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 205 (80.47% from 255 or 59.08% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ECD00 is #7132FF. Grayscale: #A3A3A3. Windows color (decimal): -7418624 or 52622. OLE color: 52622.
HSL color Cylindrical-coordinate representation of color #8ECD00: hue angle of 78.44º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8ECD00 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 205 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.20 |
| HSL | 78.44º | 1% | 0.4% | - |
| HSV(B) | 78.44º | 1% | 0.8% | - |
| XYZ | 32.99 | 49.41 | 7.8 | - |
| YUV | 162.79 | 36.13 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 0 | 0.31 | 0 | 1 | 0.20 | 78.44 | 1 | 0.4 |
| Hex | 8E | CD | 0 | 1F | 0 | 64 | 14 | 4E | 64 | 28 |
| Octal | 216 | 315 | 0 | 37 | 0 | 144 | 24 | 116 | 144 | 50 |
| Binary | 10001110 | 11001101 | 0 | 11111 | 0 | 1100100 | 10100 | 1001110 | 1100100 | 101000 |
Color Harmonies of #8ECD00
Complementary color
Monochromatic Colors of #8ECD00
Black with #8ECD00
Text Example
Text Example
White with #8ECD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECD00; }
p { color: rgb(142,205,0); }
H1.HeaderClassName
{
color: #8ECD00;
}
.AnyTagClassName
{
color: #8ECD00;
}
</style>
background-color css
<style>
a { background-color: #8ECD00; }
a { background-color: rgb(142,205,0); }
div.DivClassName
{
background-color: #8ECD00;
}
.BgClassName
{
background-color: #8ECD00;
}
</style>
border-color css
<style>
span { border-color: #8ECD00; }
span { border-color: rgb(142,205,0); }
td.TdClassName
{
border-color: #8ECD00;
}
.TagClassName
{
border-color: #8ECD00;
}
</style>