Shades of Chartreuse Yellow #ECFC12
Tints of Chartreuse Yellow #ECFC12
RGB
CMYK
RGB Variations
Color information
#ECFC12 (or 0xECFC12) is known color: Chartreuse Yellow. HEX triplet: EC, FC and 12. RGB value is (236,252,18). Sum of RGB (Red+Green+Blue) = 236+252+18=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 18 (7.42% from 255 or 3.56% from 506); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFC12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECFC12 is #1303ED. Grayscale: #DDDDDD. Windows color (decimal): -1246190 or 1244396. OLE color: 1244396.
HSL color Cylindrical-coordinate representation of color #ECFC12: hue angle of 64.1º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECFC12 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 252 | 18 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.01 |
| HSL | 64.1º | 0.98% | 0.53% | - |
| HSV(B) | 64.1º | 0.93% | 0.99% | - |
| XYZ | 69.51 | 87.5 | 13.8 | - |
| YUV | 220.54 | 13.7 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 252 | 18 | 0.06 | 0 | 0.93 | 0.01 | 64.1 | 0.98 | 0.53 |
| Hex | EC | FC | 12 | 6 | 0 | 5D | 1 | 40 | 62 | 35 |
| Octal | 354 | 374 | 22 | 6 | 0 | 135 | 1 | 100 | 142 | 65 |
| Binary | 11101100 | 11111100 | 10010 | 110 | 0 | 1011101 | 1 | 1000000 | 1100010 | 110101 |
Color Harmonies of #ECFC12
Complementary color
Monochromatic Colors of #ECFC12
Black with #ECFC12
Text Example
Text Example
White with #ECFC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFC12; }
p { color: rgb(236,252,18); }
H1.HeaderClassName
{
color: #ECFC12;
}
.AnyTagClassName
{
color: #ECFC12;
}
</style>
background-color css
<style>
a { background-color: #ECFC12; }
a { background-color: rgb(236,252,18); }
div.DivClassName
{
background-color: #ECFC12;
}
.BgClassName
{
background-color: #ECFC12;
}
</style>
border-color css
<style>
span { border-color: #ECFC12; }
span { border-color: rgb(236,252,18); }
td.TdClassName
{
border-color: #ECFC12;
}
.TagClassName
{
border-color: #ECFC12;
}
</style>