Shades of Chartreuse Yellow #ECF002
Tints of Chartreuse Yellow #ECF002
RGB
CMYK
RGB Variations
Color information
#ECF002 (or 0xECF002) is known color: Chartreuse Yellow. HEX triplet: EC, F0 and 02. RGB value is (236,240,2). Sum of RGB (Red+Green+Blue) = 236+240+2=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 2 (1.17% from 255 or 0.42% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF002 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF002 is #130FFD. Grayscale: #D4D4D4. Windows color (decimal): -1249278 or 192748. OLE color: 192748.
HSL color Cylindrical-coordinate representation of color #ECF002: hue angle of 61.01º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ECF002 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.06 |
| HSL | 61.01º | 0.98% | 0.47% | - |
| HSV(B) | 61.01º | 0.99% | 0.94% | - |
| XYZ | 65.76 | 80.16 | 12.06 | - |
| YUV | 211.67 | 9.67 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 2 | 0.02 | 0 | 0.99 | 0.06 | 61.01 | 0.98 | 0.47 |
| Hex | EC | F0 | 2 | 2 | 0 | 63 | 6 | 3D | 62 | 2F |
| Octal | 354 | 360 | 2 | 2 | 0 | 143 | 6 | 75 | 142 | 57 |
| Binary | 11101100 | 11110000 | 10 | 10 | 0 | 1100011 | 110 | 111101 | 1100010 | 101111 |
Color Harmonies of #ECF002
Complementary color
Monochromatic Colors of #ECF002
Black with #ECF002
Text Example
Text Example
White with #ECF002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF002; }
p { color: rgb(236,240,2); }
H1.HeaderClassName
{
color: #ECF002;
}
.AnyTagClassName
{
color: #ECF002;
}
</style>
background-color css
<style>
a { background-color: #ECF002; }
a { background-color: rgb(236,240,2); }
div.DivClassName
{
background-color: #ECF002;
}
.BgClassName
{
background-color: #ECF002;
}
</style>
border-color css
<style>
span { border-color: #ECF002; }
span { border-color: rgb(236,240,2); }
td.TdClassName
{
border-color: #ECF002;
}
.TagClassName
{
border-color: #ECF002;
}
</style>