Shades of Chartreuse Yellow #ECF201
Tints of Chartreuse Yellow #ECF201
RGB
CMYK
RGB Variations
Color information
#ECF201 (or 0xECF201) is known color: Chartreuse Yellow. HEX triplet: EC, F2 and 01. RGB value is (236,242,1). Sum of RGB (Red+Green+Blue) = 236+242+1=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 1 (0.78% from 255 or 0.21% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF201 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF201 is #130DFE. Grayscale: #D5D5D5. Windows color (decimal): -1248767 or 127724. OLE color: 127724.
HSL color Cylindrical-coordinate representation of color #ECF201: hue angle of 61.49º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECF201 is Cyan = 0.02, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 1 | - |
| CMYK | 0.02 | 0 | 1.00 | 0.05 |
| HSL | 61.49º | 0.99% | 0.48% | - |
| HSV(B) | 61.49º | 1% | 0.95% | - |
| XYZ | 66.35 | 81.34 | 12.23 | - |
| YUV | 212.73 | 8.51 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 1 | 0.02 | 0 | 1.00 | 0.05 | 61.49 | 0.99 | 0.48 |
| Hex | EC | F2 | 1 | 2 | 0 | 64 | 5 | 3D | 63 | 30 |
| Octal | 354 | 362 | 1 | 2 | 0 | 144 | 5 | 75 | 143 | 60 |
| Binary | 11101100 | 11110010 | 1 | 10 | 0 | 1100100 | 101 | 111101 | 1100011 | 110000 |
Color Harmonies of #ECF201
Complementary color
Monochromatic Colors of #ECF201
Black with #ECF201
Text Example
Text Example
White with #ECF201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF201; }
p { color: rgb(236,242,1); }
H1.HeaderClassName
{
color: #ECF201;
}
.AnyTagClassName
{
color: #ECF201;
}
</style>
background-color css
<style>
a { background-color: #ECF201; }
a { background-color: rgb(236,242,1); }
div.DivClassName
{
background-color: #ECF201;
}
.BgClassName
{
background-color: #ECF201;
}
</style>
border-color css
<style>
span { border-color: #ECF201; }
span { border-color: rgb(236,242,1); }
td.TdClassName
{
border-color: #ECF201;
}
.TagClassName
{
border-color: #ECF201;
}
</style>