Shades of Chartreuse Yellow #DCEC12
Tints of Chartreuse Yellow #DCEC12
RGB
CMYK
RGB Variations
Color information
#DCEC12 (or 0xDCEC12) is known color: Chartreuse Yellow. HEX triplet: DC, EC and 12. RGB value is (220,236,18). Sum of RGB (Red+Green+Blue) = 220+236+18=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 18 (7.42% from 255 or 3.80% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEC12 is #2313ED. Grayscale: #CFCFCF. Windows color (decimal): -2298862 or 1240284. OLE color: 1240284.
HSL color Cylindrical-coordinate representation of color #DCEC12: hue angle of 64.4º degrees, saturation: 0.86, 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 #DCEC12 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 18 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.07 |
| HSL | 64.4º | 0.86% | 0.5% | - |
| HSV(B) | 64.4º | 0.92% | 0.93% | - |
| XYZ | 59.62 | 75.25 | 11.95 | - |
| YUV | 206.36 | 21.7 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 18 | 0.07 | 0 | 0.92 | 0.07 | 64.4 | 0.86 | 0.5 |
| Hex | DC | EC | 12 | 7 | 0 | 5C | 7 | 40 | 56 | 32 |
| Octal | 334 | 354 | 22 | 7 | 0 | 134 | 7 | 100 | 126 | 62 |
| Binary | 11011100 | 11101100 | 10010 | 111 | 0 | 1011100 | 111 | 1000000 | 1010110 | 110010 |
Color Harmonies of #DCEC12
Complementary color
Monochromatic Colors of #DCEC12
Black with #DCEC12
Text Example
Text Example
White with #DCEC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC12; }
p { color: rgb(220,236,18); }
H1.HeaderClassName
{
color: #DCEC12;
}
.AnyTagClassName
{
color: #DCEC12;
}
</style>
background-color css
<style>
a { background-color: #DCEC12; }
a { background-color: rgb(220,236,18); }
div.DivClassName
{
background-color: #DCEC12;
}
.BgClassName
{
background-color: #DCEC12;
}
</style>
border-color css
<style>
span { border-color: #DCEC12; }
span { border-color: rgb(220,236,18); }
td.TdClassName
{
border-color: #DCEC12;
}
.TagClassName
{
border-color: #DCEC12;
}
</style>