Shades of Chartreuse Yellow #DCED13
Tints of Chartreuse Yellow #DCED13
RGB
CMYK
RGB Variations
Color information
#DCED13 (or 0xDCED13) is known color: Chartreuse Yellow. HEX triplet: DC, ED and 13. RGB value is (220,237,19). Sum of RGB (Red+Green+Blue) = 220+237+19=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 237 (92.97% from 255 or 49.79% from 476); Blue value is 19 (7.81% from 255 or 3.99% from 476); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCED13 is #2312EC. Grayscale: #CFCFCF. Windows color (decimal): -2298605 or 1306076. OLE color: 1306076.
HSL color Cylindrical-coordinate representation of color #DCED13: hue angle of 64.68º 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 #DCED13 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 19 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.07 |
| HSL | 64.68º | 0.86% | 0.5% | - |
| HSV(B) | 64.68º | 0.92% | 0.93% | - |
| XYZ | 59.92 | 75.83 | 12.09 | - |
| YUV | 207.07 | 21.87 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 19 | 0.07 | 0 | 0.92 | 0.07 | 64.68 | 0.86 | 0.5 |
| Hex | DC | ED | 13 | 7 | 0 | 5C | 7 | 41 | 56 | 32 |
| Octal | 334 | 355 | 23 | 7 | 0 | 134 | 7 | 101 | 126 | 62 |
| Binary | 11011100 | 11101101 | 10011 | 111 | 0 | 1011100 | 111 | 1000001 | 1010110 | 110010 |
Color Harmonies of #DCED13
Complementary color
Monochromatic Colors of #DCED13
Black with #DCED13
Text Example
Text Example
White with #DCED13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED13; }
p { color: rgb(220,237,19); }
H1.HeaderClassName
{
color: #DCED13;
}
.AnyTagClassName
{
color: #DCED13;
}
</style>
background-color css
<style>
a { background-color: #DCED13; }
a { background-color: rgb(220,237,19); }
div.DivClassName
{
background-color: #DCED13;
}
.BgClassName
{
background-color: #DCED13;
}
</style>
border-color css
<style>
span { border-color: #DCED13; }
span { border-color: rgb(220,237,19); }
td.TdClassName
{
border-color: #DCED13;
}
.TagClassName
{
border-color: #DCED13;
}
</style>