Shades of Chartreuse Yellow #DCEC10
Tints of Chartreuse Yellow #DCEC10
RGB
CMYK
RGB Variations
Color information
#DCEC10 (or 0xDCEC10) is known color: Chartreuse Yellow. HEX triplet: DC, EC and 10. RGB value is (220,236,16). Sum of RGB (Red+Green+Blue) = 220+236+16=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 16 (6.64% from 255 or 3.39% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEC10 is #2313EF. Grayscale: #CECECE. Windows color (decimal): -2298864 or 1109212. OLE color: 1109212.
HSL color Cylindrical-coordinate representation of color #DCEC10: hue angle of 64.36º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCEC10 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 16 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.07 |
| HSL | 64.36º | 0.87% | 0.49% | - |
| HSV(B) | 64.36º | 0.93% | 0.93% | - |
| XYZ | 59.6 | 75.24 | 11.87 | - |
| YUV | 206.14 | 20.7 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 16 | 0.07 | 0 | 0.93 | 0.07 | 64.36 | 0.87 | 0.49 |
| Hex | DC | EC | 10 | 7 | 0 | 5D | 7 | 40 | 57 | 31 |
| Octal | 334 | 354 | 20 | 7 | 0 | 135 | 7 | 100 | 127 | 61 |
| Binary | 11011100 | 11101100 | 10000 | 111 | 0 | 1011101 | 111 | 1000000 | 1010111 | 110001 |
Color Harmonies of #DCEC10
Complementary color
Monochromatic Colors of #DCEC10
Black with #DCEC10
Text Example
Text Example
White with #DCEC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC10; }
p { color: rgb(220,236,16); }
H1.HeaderClassName
{
color: #DCEC10;
}
.AnyTagClassName
{
color: #DCEC10;
}
</style>
background-color css
<style>
a { background-color: #DCEC10; }
a { background-color: rgb(220,236,16); }
div.DivClassName
{
background-color: #DCEC10;
}
.BgClassName
{
background-color: #DCEC10;
}
</style>
border-color css
<style>
span { border-color: #DCEC10; }
span { border-color: rgb(220,236,16); }
td.TdClassName
{
border-color: #DCEC10;
}
.TagClassName
{
border-color: #DCEC10;
}
</style>