Shades of Citrus #8ECB00
Tints of Citrus #8ECB00
RGB
CMYK
RGB Variations
Color information
#8ECB00 (or 0x8ECB00) is known color: Citrus. HEX triplet: 8E, CB and 00. RGB value is (142,203,0). Sum of RGB (Red+Green+Blue) = 142+203+0=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 203 (79.69% from 255 or 58.84% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECB00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ECB00 is #7134FF. Grayscale: #A2A2A2. Windows color (decimal): -7419136 or 52110. OLE color: 52110.
HSL color Cylindrical-coordinate representation of color #8ECB00: hue angle of 78.03º 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 #8ECB00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 203 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.20 |
| HSL | 78.03º | 1% | 0.4% | - |
| HSV(B) | 78.03º | 1% | 0.8% | - |
| XYZ | 32.51 | 48.46 | 7.64 | - |
| YUV | 161.62 | 36.79 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 203 | 0 | 0.30 | 0 | 1 | 0.20 | 78.03 | 1 | 0.4 |
| Hex | 8E | CB | 0 | 1E | 0 | 64 | 14 | 4E | 64 | 28 |
| Octal | 216 | 313 | 0 | 36 | 0 | 144 | 24 | 116 | 144 | 50 |
| Binary | 10001110 | 11001011 | 0 | 11110 | 0 | 1100100 | 10100 | 1001110 | 1100100 | 101000 |
Color Harmonies of #8ECB00
Complementary color
Monochromatic Colors of #8ECB00
Black with #8ECB00
Text Example
Text Example
White with #8ECB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECB00; }
p { color: rgb(142,203,0); }
H1.HeaderClassName
{
color: #8ECB00;
}
.AnyTagClassName
{
color: #8ECB00;
}
</style>
background-color css
<style>
a { background-color: #8ECB00; }
a { background-color: rgb(142,203,0); }
div.DivClassName
{
background-color: #8ECB00;
}
.BgClassName
{
background-color: #8ECB00;
}
</style>
border-color css
<style>
span { border-color: #8ECB00; }
span { border-color: rgb(142,203,0); }
td.TdClassName
{
border-color: #8ECB00;
}
.TagClassName
{
border-color: #8ECB00;
}
</style>