Shades of Chartreuse Yellow #DCEC13
Tints of Chartreuse Yellow #DCEC13
RGB
CMYK
RGB Variations
Color information
#DCEC13 (or 0xDCEC13) is known color: Chartreuse Yellow. HEX triplet: DC, EC and 13. RGB value is (220,236,19). Sum of RGB (Red+Green+Blue) = 220+236+19=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 19 (7.81% from 255 or 4% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEC13 is #2313EC. Grayscale: #CFCFCF. Windows color (decimal): -2298861 or 1305820. OLE color: 1305820.
HSL color Cylindrical-coordinate representation of color #DCEC13: hue angle of 64.42º 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 #DCEC13 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 19 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.07 |
| HSL | 64.42º | 0.85% | 0.5% | - |
| HSV(B) | 64.42º | 0.92% | 0.93% | - |
| XYZ | 59.63 | 75.25 | 12 | - |
| YUV | 206.48 | 22.2 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 19 | 0.07 | 0 | 0.92 | 0.07 | 64.42 | 0.85 | 0.5 |
| Hex | DC | EC | 13 | 7 | 0 | 5C | 7 | 40 | 55 | 32 |
| Octal | 334 | 354 | 23 | 7 | 0 | 134 | 7 | 100 | 125 | 62 |
| Binary | 11011100 | 11101100 | 10011 | 111 | 0 | 1011100 | 111 | 1000000 | 1010101 | 110010 |
Color Harmonies of #DCEC13
Complementary color
Monochromatic Colors of #DCEC13
Black with #DCEC13
Text Example
Text Example
White with #DCEC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC13; }
p { color: rgb(220,236,19); }
H1.HeaderClassName
{
color: #DCEC13;
}
.AnyTagClassName
{
color: #DCEC13;
}
</style>
background-color css
<style>
a { background-color: #DCEC13; }
a { background-color: rgb(220,236,19); }
div.DivClassName
{
background-color: #DCEC13;
}
.BgClassName
{
background-color: #DCEC13;
}
</style>
border-color css
<style>
span { border-color: #DCEC13; }
span { border-color: rgb(220,236,19); }
td.TdClassName
{
border-color: #DCEC13;
}
.TagClassName
{
border-color: #DCEC13;
}
</style>