Shades of Chartreuse Yellow #DCEC0E
Tints of Chartreuse Yellow #DCEC0E
RGB
CMYK
RGB Variations
Color information
#DCEC0E (or 0xDCEC0E) is known color: Chartreuse Yellow. HEX triplet: DC, EC and 0E. RGB value is (220,236,14). Sum of RGB (Red+Green+Blue) = 220+236+14=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 236 (92.58% from 255 or 50.21% from 470); Blue value is 14 (5.86% from 255 or 2.98% from 470); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEC0E is #2313F1. Grayscale: #CECECE. Windows color (decimal): -2298866 or 978140. OLE color: 978140.
HSL color Cylindrical-coordinate representation of color #DCEC0E: hue angle of 64.32º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCEC0E is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 14 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.07 |
| HSL | 64.32º | 0.89% | 0.49% | - |
| HSV(B) | 64.32º | 0.94% | 0.93% | - |
| XYZ | 59.59 | 75.24 | 11.8 | - |
| YUV | 205.91 | 19.7 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 14 | 0.07 | 0 | 0.94 | 0.07 | 64.32 | 0.89 | 0.49 |
| Hex | DC | EC | E | 7 | 0 | 5E | 7 | 40 | 59 | 31 |
| Octal | 334 | 354 | 16 | 7 | 0 | 136 | 7 | 100 | 131 | 61 |
| Binary | 11011100 | 11101100 | 1110 | 111 | 0 | 1011110 | 111 | 1000000 | 1011001 | 110001 |
Color Harmonies of #DCEC0E
Complementary color
Monochromatic Colors of #DCEC0E
Black with #DCEC0E
Text Example
Text Example
White with #DCEC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC0E; }
p { color: rgb(220,236,14); }
H1.HeaderClassName
{
color: #DCEC0E;
}
.AnyTagClassName
{
color: #DCEC0E;
}
</style>
background-color css
<style>
a { background-color: #DCEC0E; }
a { background-color: rgb(220,236,14); }
div.DivClassName
{
background-color: #DCEC0E;
}
.BgClassName
{
background-color: #DCEC0E;
}
</style>
border-color css
<style>
span { border-color: #DCEC0E; }
span { border-color: rgb(220,236,14); }
td.TdClassName
{
border-color: #DCEC0E;
}
.TagClassName
{
border-color: #DCEC0E;
}
</style>