Shades of Chartreuse Yellow #DCED0A
Tints of Chartreuse Yellow #DCED0A
RGB
CMYK
RGB Variations
Color information
#DCED0A (or 0xDCED0A) is known color: Chartreuse Yellow. HEX triplet: DC, ED and 0A. RGB value is (220,237,10). Sum of RGB (Red+Green+Blue) = 220+237+10=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 10 (4.30% from 255 or 2.14% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCED0A is #2312F5. Grayscale: #CECECE. Windows color (decimal): -2298614 or 716252. OLE color: 716252.
HSL color Cylindrical-coordinate representation of color #DCED0A: hue angle of 64.49º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCED0A is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 10 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.07 |
| HSL | 64.49º | 0.92% | 0.48% | - |
| HSV(B) | 64.49º | 0.96% | 0.93% | - |
| XYZ | 59.85 | 75.81 | 11.76 | - |
| YUV | 206.04 | 17.37 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 10 | 0.07 | 0 | 0.96 | 0.07 | 64.49 | 0.92 | 0.48 |
| Hex | DC | ED | A | 7 | 0 | 60 | 7 | 40 | 5C | 30 |
| Octal | 334 | 355 | 12 | 7 | 0 | 140 | 7 | 100 | 134 | 60 |
| Binary | 11011100 | 11101101 | 1010 | 111 | 0 | 1100000 | 111 | 1000000 | 1011100 | 110000 |
Color Harmonies of #DCED0A
Complementary color
Monochromatic Colors of #DCED0A
Black with #DCED0A
Text Example
Text Example
White with #DCED0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED0A; }
p { color: rgb(220,237,10); }
H1.HeaderClassName
{
color: #DCED0A;
}
.AnyTagClassName
{
color: #DCED0A;
}
</style>
background-color css
<style>
a { background-color: #DCED0A; }
a { background-color: rgb(220,237,10); }
div.DivClassName
{
background-color: #DCED0A;
}
.BgClassName
{
background-color: #DCED0A;
}
</style>
border-color css
<style>
span { border-color: #DCED0A; }
span { border-color: rgb(220,237,10); }
td.TdClassName
{
border-color: #DCED0A;
}
.TagClassName
{
border-color: #DCED0A;
}
</style>