Shades of Chartreuse Yellow #ECF70E
Tints of Chartreuse Yellow #ECF70E
RGB
CMYK
RGB Variations
Color information
#ECF70E (or 0xECF70E) is known color: Chartreuse Yellow. HEX triplet: EC, F7 and 0E. RGB value is (236,247,14). Sum of RGB (Red+Green+Blue) = 236+247+14=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 247 (96.88% from 255 or 49.70% from 497); Blue value is 14 (5.86% from 255 or 2.82% from 497); Max value from RGB is 247 - color contains mainly: green. Hex color #ECF70E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF70E is #1308F1. Grayscale: #DADADA. Windows color (decimal): -1247474 or 980972. OLE color: 980972.
HSL color Cylindrical-coordinate representation of color #ECF70E: hue angle of 62.83º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECF70E is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 247 | 14 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.03 |
| HSL | 62.83º | 0.94% | 0.51% | - |
| HSV(B) | 62.83º | 0.94% | 0.97% | - |
| XYZ | 67.93 | 84.39 | 13.12 | - |
| YUV | 217.15 | 13.36 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 247 | 14 | 0.04 | 0 | 0.94 | 0.03 | 62.83 | 0.94 | 0.51 |
| Hex | EC | F7 | E | 4 | 0 | 5E | 3 | 3F | 5E | 33 |
| Octal | 354 | 367 | 16 | 4 | 0 | 136 | 3 | 77 | 136 | 63 |
| Binary | 11101100 | 11110111 | 1110 | 100 | 0 | 1011110 | 11 | 111111 | 1011110 | 110011 |
Color Harmonies of #ECF70E
Complementary color
Monochromatic Colors of #ECF70E
Black with #ECF70E
Text Example
Text Example
White with #ECF70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF70E; }
p { color: rgb(236,247,14); }
H1.HeaderClassName
{
color: #ECF70E;
}
.AnyTagClassName
{
color: #ECF70E;
}
</style>
background-color css
<style>
a { background-color: #ECF70E; }
a { background-color: rgb(236,247,14); }
div.DivClassName
{
background-color: #ECF70E;
}
.BgClassName
{
background-color: #ECF70E;
}
</style>
border-color css
<style>
span { border-color: #ECF70E; }
span { border-color: rgb(236,247,14); }
td.TdClassName
{
border-color: #ECF70E;
}
.TagClassName
{
border-color: #ECF70E;
}
</style>