Shades of Chartreuse Yellow #DCEC14
Tints of Chartreuse Yellow #DCEC14
RGB
CMYK
RGB Variations
Color information
#DCEC14 (or 0xDCEC14) is known color: Chartreuse Yellow. HEX triplet: DC, EC and 14. RGB value is (220,236,20). Sum of RGB (Red+Green+Blue) = 220+236+20=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 20 (8.20% from 255 or 4.20% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEC14 is #2313EB. Grayscale: #CFCFCF. Windows color (decimal): -2298860 or 1371356. OLE color: 1371356.
HSL color Cylindrical-coordinate representation of color #DCEC14: hue angle of 64.44º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCEC14 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 20 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.07 |
| HSL | 64.44º | 0.85% | 0.5% | - |
| HSV(B) | 64.44º | 0.92% | 0.93% | - |
| XYZ | 59.64 | 75.26 | 12.04 | - |
| YUV | 206.59 | 22.7 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 20 | 0.07 | 0 | 0.92 | 0.07 | 64.44 | 0.85 | 0.5 |
| Hex | DC | EC | 14 | 7 | 0 | 5C | 7 | 40 | 55 | 32 |
| Octal | 334 | 354 | 24 | 7 | 0 | 134 | 7 | 100 | 125 | 62 |
| Binary | 11011100 | 11101100 | 10100 | 111 | 0 | 1011100 | 111 | 1000000 | 1010101 | 110010 |
Color Harmonies of #DCEC14
Complementary color
Monochromatic Colors of #DCEC14
Black with #DCEC14
Text Example
Text Example
White with #DCEC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC14; }
p { color: rgb(220,236,20); }
H1.HeaderClassName
{
color: #DCEC14;
}
.AnyTagClassName
{
color: #DCEC14;
}
</style>
background-color css
<style>
a { background-color: #DCEC14; }
a { background-color: rgb(220,236,20); }
div.DivClassName
{
background-color: #DCEC14;
}
.BgClassName
{
background-color: #DCEC14;
}
</style>
border-color css
<style>
span { border-color: #DCEC14; }
span { border-color: rgb(220,236,20); }
td.TdClassName
{
border-color: #DCEC14;
}
.TagClassName
{
border-color: #DCEC14;
}
</style>