Shades of Chartreuse Yellow #ECF001
Tints of Chartreuse Yellow #ECF001
RGB
CMYK
RGB Variations
Color information
#ECF001 (or 0xECF001) is known color: Chartreuse Yellow. HEX triplet: EC, F0 and 01. RGB value is (236,240,1). Sum of RGB (Red+Green+Blue) = 236+240+1=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 1 (0.78% from 255 or 0.21% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF001 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF001 is #130FFE. Grayscale: #D4D4D4. Windows color (decimal): -1249279 or 127212. OLE color: 127212.
HSL color Cylindrical-coordinate representation of color #ECF001: hue angle of 61º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECF001 is Cyan = 0.02, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 1 | - |
| CMYK | 0.02 | 0 | 1.00 | 0.06 |
| HSL | 61º | 0.99% | 0.47% | - |
| HSV(B) | 61º | 1% | 0.94% | - |
| XYZ | 65.76 | 80.16 | 12.03 | - |
| YUV | 211.56 | 9.17 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 1 | 0.02 | 0 | 1.00 | 0.06 | 61 | 0.99 | 0.47 |
| Hex | EC | F0 | 1 | 2 | 0 | 64 | 6 | 3D | 63 | 2F |
| Octal | 354 | 360 | 1 | 2 | 0 | 144 | 6 | 75 | 143 | 57 |
| Binary | 11101100 | 11110000 | 1 | 10 | 0 | 1100100 | 110 | 111101 | 1100011 | 101111 |
Color Harmonies of #ECF001
Complementary color
Monochromatic Colors of #ECF001
Black with #ECF001
Text Example
Text Example
White with #ECF001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF001; }
p { color: rgb(236,240,1); }
H1.HeaderClassName
{
color: #ECF001;
}
.AnyTagClassName
{
color: #ECF001;
}
</style>
background-color css
<style>
a { background-color: #ECF001; }
a { background-color: rgb(236,240,1); }
div.DivClassName
{
background-color: #ECF001;
}
.BgClassName
{
background-color: #ECF001;
}
</style>
border-color css
<style>
span { border-color: #ECF001; }
span { border-color: rgb(236,240,1); }
td.TdClassName
{
border-color: #ECF001;
}
.TagClassName
{
border-color: #ECF001;
}
</style>