Shades of Chartreuse Yellow #ECFC01
Tints of Chartreuse Yellow #ECFC01
RGB
CMYK
RGB Variations
Color information
#ECFC01 (or 0xECFC01) is known color: Chartreuse Yellow. HEX triplet: EC, FC and 01. RGB value is (236,252,1). Sum of RGB (Red+Green+Blue) = 236+252+1=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 252 (98.83% from 255 or 51.53% from 489); Blue value is 1 (0.78% from 255 or 0.20% from 489); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFC01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECFC01 is #1303FE. Grayscale: #DBDBDB. Windows color (decimal): -1246207 or 130284. OLE color: 130284.
HSL color Cylindrical-coordinate representation of color #ECFC01: hue angle of 63.82º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECFC01 is Cyan = 0.06, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 252 | 1 | - |
| CMYK | 0.06 | 0 | 1.00 | 0.01 |
| HSL | 63.82º | 0.99% | 0.5% | - |
| HSV(B) | 63.82º | 1% | 0.99% | - |
| XYZ | 69.41 | 87.46 | 13.25 | - |
| YUV | 218.6 | 5.2 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 252 | 1 | 0.06 | 0 | 1.00 | 0.01 | 63.82 | 0.99 | 0.5 |
| Hex | EC | FC | 1 | 6 | 0 | 64 | 1 | 40 | 63 | 32 |
| Octal | 354 | 374 | 1 | 6 | 0 | 144 | 1 | 100 | 143 | 62 |
| Binary | 11101100 | 11111100 | 1 | 110 | 0 | 1100100 | 1 | 1000000 | 1100011 | 110010 |
Color Harmonies of #ECFC01
Complementary color
Monochromatic Colors of #ECFC01
Black with #ECFC01
Text Example
Text Example
White with #ECFC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFC01; }
p { color: rgb(236,252,1); }
H1.HeaderClassName
{
color: #ECFC01;
}
.AnyTagClassName
{
color: #ECFC01;
}
</style>
background-color css
<style>
a { background-color: #ECFC01; }
a { background-color: rgb(236,252,1); }
div.DivClassName
{
background-color: #ECFC01;
}
.BgClassName
{
background-color: #ECFC01;
}
</style>
border-color css
<style>
span { border-color: #ECFC01; }
span { border-color: rgb(236,252,1); }
td.TdClassName
{
border-color: #ECFC01;
}
.TagClassName
{
border-color: #ECFC01;
}
</style>