Shades of Chartreuse Yellow #ECF70C
Tints of Chartreuse Yellow #ECF70C
RGB
CMYK
RGB Variations
Color information
#ECF70C (or 0xECF70C) is known color: Chartreuse Yellow. HEX triplet: EC, F7 and 0C. RGB value is (236,247,12). Sum of RGB (Red+Green+Blue) = 236+247+12=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 247 (96.88% from 255 or 49.90% from 495); Blue value is 12 (5.08% from 255 or 2.42% from 495); Max value from RGB is 247 - color contains mainly: green. Hex color #ECF70C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF70C is #1308F3. Grayscale: #D9D9D9. Windows color (decimal): -1247476 or 849900. OLE color: 849900.
HSL color Cylindrical-coordinate representation of color #ECF70C: hue angle of 62.81º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECF70C is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 247 | 12 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.03 |
| HSL | 62.81º | 0.94% | 0.51% | - |
| HSV(B) | 62.81º | 0.95% | 0.97% | - |
| XYZ | 67.92 | 84.38 | 13.06 | - |
| YUV | 216.92 | 12.36 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 247 | 12 | 0.04 | 0 | 0.95 | 0.03 | 62.81 | 0.94 | 0.51 |
| Hex | EC | F7 | C | 4 | 0 | 5F | 3 | 3F | 5E | 33 |
| Octal | 354 | 367 | 14 | 4 | 0 | 137 | 3 | 77 | 136 | 63 |
| Binary | 11101100 | 11110111 | 1100 | 100 | 0 | 1011111 | 11 | 111111 | 1011110 | 110011 |
Color Harmonies of #ECF70C
Complementary color
Monochromatic Colors of #ECF70C
Black with #ECF70C
Text Example
Text Example
White with #ECF70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF70C; }
p { color: rgb(236,247,12); }
H1.HeaderClassName
{
color: #ECF70C;
}
.AnyTagClassName
{
color: #ECF70C;
}
</style>
background-color css
<style>
a { background-color: #ECF70C; }
a { background-color: rgb(236,247,12); }
div.DivClassName
{
background-color: #ECF70C;
}
.BgClassName
{
background-color: #ECF70C;
}
</style>
border-color css
<style>
span { border-color: #ECF70C; }
span { border-color: rgb(236,247,12); }
td.TdClassName
{
border-color: #ECF70C;
}
.TagClassName
{
border-color: #ECF70C;
}
</style>