Shades of Citrus #8ECD01
Tints of Citrus #8ECD01
RGB
CMYK
RGB Variations
Color information
#8ECD01 (or 0x8ECD01) is known color: Citrus. HEX triplet: 8E, CD and 01. RGB value is (142,205,1). Sum of RGB (Red+Green+Blue) = 142+205+1=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 205 (80.47% from 255 or 58.91% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ECD01 is #7132FE. Grayscale: #A3A3A3. Windows color (decimal): -7418623 or 118158. OLE color: 118158.
HSL color Cylindrical-coordinate representation of color #8ECD01: hue angle of 78.53º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8ECD01 is Cyan = 0.31, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 205 | 1 | - |
| CMYK | 0.31 | 0 | 1.00 | 0.20 |
| HSL | 78.53º | 0.99% | 0.4% | - |
| HSV(B) | 78.53º | 1% | 0.8% | - |
| XYZ | 32.99 | 49.42 | 7.83 | - |
| YUV | 162.91 | 36.63 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 1 | 0.31 | 0 | 1.00 | 0.20 | 78.53 | 0.99 | 0.4 |
| Hex | 8E | CD | 1 | 1F | 0 | 64 | 14 | 4F | 63 | 28 |
| Octal | 216 | 315 | 1 | 37 | 0 | 144 | 24 | 117 | 143 | 50 |
| Binary | 10001110 | 11001101 | 1 | 11111 | 0 | 1100100 | 10100 | 1001111 | 1100011 | 101000 |
Color Harmonies of #8ECD01
Complementary color
Monochromatic Colors of #8ECD01
Black with #8ECD01
Text Example
Text Example
White with #8ECD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECD01; }
p { color: rgb(142,205,1); }
H1.HeaderClassName
{
color: #8ECD01;
}
.AnyTagClassName
{
color: #8ECD01;
}
</style>
background-color css
<style>
a { background-color: #8ECD01; }
a { background-color: rgb(142,205,1); }
div.DivClassName
{
background-color: #8ECD01;
}
.BgClassName
{
background-color: #8ECD01;
}
</style>
border-color css
<style>
span { border-color: #8ECD01; }
span { border-color: rgb(142,205,1); }
td.TdClassName
{
border-color: #8ECD01;
}
.TagClassName
{
border-color: #8ECD01;
}
</style>