Shades of Chartreuse Yellow #DCED16
Tints of Chartreuse Yellow #DCED16
RGB
CMYK
RGB Variations
Color information
#DCED16 (or 0xDCED16) is known color: Chartreuse Yellow. HEX triplet: DC, ED and 16. RGB value is (220,237,22). Sum of RGB (Red+Green+Blue) = 220+237+22=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 22 (8.98% from 255 or 4.59% from 479); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCED16 is #2312E9. Grayscale: #D0D0D0. Windows color (decimal): -2298602 or 1502684. OLE color: 1502684.
HSL color Cylindrical-coordinate representation of color #DCED16: hue angle of 64.74º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCED16 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 22 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.07 |
| HSL | 64.74º | 0.86% | 0.51% | - |
| HSV(B) | 64.74º | 0.91% | 0.93% | - |
| XYZ | 59.94 | 75.84 | 12.24 | - |
| YUV | 207.41 | 23.37 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 22 | 0.07 | 0 | 0.91 | 0.07 | 64.74 | 0.86 | 0.51 |
| Hex | DC | ED | 16 | 7 | 0 | 5B | 7 | 41 | 56 | 33 |
| Octal | 334 | 355 | 26 | 7 | 0 | 133 | 7 | 101 | 126 | 63 |
| Binary | 11011100 | 11101101 | 10110 | 111 | 0 | 1011011 | 111 | 1000001 | 1010110 | 110011 |
Color Harmonies of #DCED16
Complementary color
Monochromatic Colors of #DCED16
Black with #DCED16
Text Example
Text Example
White with #DCED16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED16; }
p { color: rgb(220,237,22); }
H1.HeaderClassName
{
color: #DCED16;
}
.AnyTagClassName
{
color: #DCED16;
}
</style>
background-color css
<style>
a { background-color: #DCED16; }
a { background-color: rgb(220,237,22); }
div.DivClassName
{
background-color: #DCED16;
}
.BgClassName
{
background-color: #DCED16;
}
</style>
border-color css
<style>
span { border-color: #DCED16; }
span { border-color: rgb(220,237,22); }
td.TdClassName
{
border-color: #DCED16;
}
.TagClassName
{
border-color: #DCED16;
}
</style>