Shades of Chartreuse Yellow #ECFC14
Tints of Chartreuse Yellow #ECFC14
RGB
CMYK
RGB Variations
Color information
#ECFC14 (or 0xECFC14) is known color: Chartreuse Yellow. HEX triplet: EC, FC and 14. RGB value is (236,252,20). Sum of RGB (Red+Green+Blue) = 236+252+20=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 20 (8.20% from 255 or 3.94% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFC14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECFC14 is #1303EB. Grayscale: #DDDDDD. Windows color (decimal): -1246188 or 1375468. OLE color: 1375468.
HSL color Cylindrical-coordinate representation of color #ECFC14: hue angle of 64.14º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECFC14 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 252 | 20 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.01 |
| HSL | 64.14º | 0.97% | 0.53% | - |
| HSV(B) | 64.14º | 0.92% | 0.99% | - |
| XYZ | 69.53 | 87.5 | 13.89 | - |
| YUV | 220.77 | 14.7 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 252 | 20 | 0.06 | 0 | 0.92 | 0.01 | 64.14 | 0.97 | 0.53 |
| Hex | EC | FC | 14 | 6 | 0 | 5C | 1 | 40 | 61 | 35 |
| Octal | 354 | 374 | 24 | 6 | 0 | 134 | 1 | 100 | 141 | 65 |
| Binary | 11101100 | 11111100 | 10100 | 110 | 0 | 1011100 | 1 | 1000000 | 1100001 | 110101 |
Color Harmonies of #ECFC14
Complementary color
Monochromatic Colors of #ECFC14
Black with #ECFC14
Text Example
Text Example
White with #ECFC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFC14; }
p { color: rgb(236,252,20); }
H1.HeaderClassName
{
color: #ECFC14;
}
.AnyTagClassName
{
color: #ECFC14;
}
</style>
background-color css
<style>
a { background-color: #ECFC14; }
a { background-color: rgb(236,252,20); }
div.DivClassName
{
background-color: #ECFC14;
}
.BgClassName
{
background-color: #ECFC14;
}
</style>
border-color css
<style>
span { border-color: #ECFC14; }
span { border-color: rgb(236,252,20); }
td.TdClassName
{
border-color: #ECFC14;
}
.TagClassName
{
border-color: #ECFC14;
}
</style>