Shades of Chartreuse Yellow #DCED0D
Tints of Chartreuse Yellow #DCED0D
RGB
CMYK
RGB Variations
Color information
#DCED0D (or 0xDCED0D) is known color: Chartreuse Yellow. HEX triplet: DC, ED and 0D. RGB value is (220,237,13). Sum of RGB (Red+Green+Blue) = 220+237+13=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 13 (5.47% from 255 or 2.77% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCED0D is #2312F2. Grayscale: #CFCFCF. Windows color (decimal): -2298611 or 912860. OLE color: 912860.
HSL color Cylindrical-coordinate representation of color #DCED0D: hue angle of 64.55º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCED0D is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 13 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.07 |
| HSL | 64.55º | 0.9% | 0.49% | - |
| HSV(B) | 64.55º | 0.95% | 0.93% | - |
| XYZ | 59.87 | 75.81 | 11.86 | - |
| YUV | 206.38 | 18.87 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 13 | 0.07 | 0 | 0.95 | 0.07 | 64.55 | 0.9 | 0.49 |
| Hex | DC | ED | D | 7 | 0 | 5F | 7 | 41 | 5A | 31 |
| Octal | 334 | 355 | 15 | 7 | 0 | 137 | 7 | 101 | 132 | 61 |
| Binary | 11011100 | 11101101 | 1101 | 111 | 0 | 1011111 | 111 | 1000001 | 1011010 | 110001 |
Color Harmonies of #DCED0D
Complementary color
Monochromatic Colors of #DCED0D
Black with #DCED0D
Text Example
Text Example
White with #DCED0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED0D; }
p { color: rgb(220,237,13); }
H1.HeaderClassName
{
color: #DCED0D;
}
.AnyTagClassName
{
color: #DCED0D;
}
</style>
background-color css
<style>
a { background-color: #DCED0D; }
a { background-color: rgb(220,237,13); }
div.DivClassName
{
background-color: #DCED0D;
}
.BgClassName
{
background-color: #DCED0D;
}
</style>
border-color css
<style>
span { border-color: #DCED0D; }
span { border-color: rgb(220,237,13); }
td.TdClassName
{
border-color: #DCED0D;
}
.TagClassName
{
border-color: #DCED0D;
}
</style>