Shades of Chartreuse Yellow #DCEC0A
Tints of Chartreuse Yellow #DCEC0A
RGB
CMYK
RGB Variations
Color information
#DCEC0A (or 0xDCEC0A) is known color: Chartreuse Yellow. HEX triplet: DC, EC and 0A. RGB value is (220,236,10). Sum of RGB (Red+Green+Blue) = 220+236+10=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 236 (92.58% from 255 or 50.64% from 466); Blue value is 10 (4.30% from 255 or 2.15% from 466); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEC0A is #2313F5. Grayscale: #CECECE. Windows color (decimal): -2298870 or 715996. OLE color: 715996.
HSL color Cylindrical-coordinate representation of color #DCEC0A: hue angle of 64.25º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCEC0A is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 10 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.07 |
| HSL | 64.25º | 0.92% | 0.48% | - |
| HSV(B) | 64.25º | 0.96% | 0.93% | - |
| XYZ | 59.57 | 75.23 | 11.67 | - |
| YUV | 205.45 | 17.7 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 10 | 0.07 | 0 | 0.96 | 0.07 | 64.25 | 0.92 | 0.48 |
| Hex | DC | EC | A | 7 | 0 | 60 | 7 | 40 | 5C | 30 |
| Octal | 334 | 354 | 12 | 7 | 0 | 140 | 7 | 100 | 134 | 60 |
| Binary | 11011100 | 11101100 | 1010 | 111 | 0 | 1100000 | 111 | 1000000 | 1011100 | 110000 |
Color Harmonies of #DCEC0A
Complementary color
Monochromatic Colors of #DCEC0A
Black with #DCEC0A
Text Example
Text Example
White with #DCEC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC0A; }
p { color: rgb(220,236,10); }
H1.HeaderClassName
{
color: #DCEC0A;
}
.AnyTagClassName
{
color: #DCEC0A;
}
</style>
background-color css
<style>
a { background-color: #DCEC0A; }
a { background-color: rgb(220,236,10); }
div.DivClassName
{
background-color: #DCEC0A;
}
.BgClassName
{
background-color: #DCEC0A;
}
</style>
border-color css
<style>
span { border-color: #DCEC0A; }
span { border-color: rgb(220,236,10); }
td.TdClassName
{
border-color: #DCEC0A;
}
.TagClassName
{
border-color: #DCEC0A;
}
</style>