Shades of Chartreuse Yellow #DCDF04
Tints of Chartreuse Yellow #DCDF04
RGB
CMYK
RGB Variations
Color information
#DCDF04 (or 0xDCDF04) is known color: Chartreuse Yellow. HEX triplet: DC, DF and 04. RGB value is (220,223,4). Sum of RGB (Red+Green+Blue) = 220+223+4=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 4 (1.95% from 255 or 0.89% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDF04 is #2320FB. Grayscale: #C6C6C6. Windows color (decimal): -2302204 or 319452. OLE color: 319452.
HSL color Cylindrical-coordinate representation of color #DCDF04: hue angle of 60.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCDF04 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 4 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.13 |
| HSL | 60.82º | 0.96% | 0.45% | - |
| HSV(B) | 60.82º | 0.98% | 0.87% | - |
| XYZ | 55.92 | 68 | 10.29 | - |
| YUV | 197.14 | 19.01 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 4 | 0.01 | 0 | 0.98 | 0.13 | 60.82 | 0.96 | 0.45 |
| Hex | DC | DF | 4 | 1 | 0 | 62 | D | 3D | 60 | 2D |
| Octal | 334 | 337 | 4 | 1 | 0 | 142 | 15 | 75 | 140 | 55 |
| Binary | 11011100 | 11011111 | 100 | 1 | 0 | 1100010 | 1101 | 111101 | 1100000 | 101101 |
Color Harmonies of #DCDF04
Complementary color
Monochromatic Colors of #DCDF04
Black with #DCDF04
Text Example
Text Example
White with #DCDF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF04; }
p { color: rgb(220,223,4); }
H1.HeaderClassName
{
color: #DCDF04;
}
.AnyTagClassName
{
color: #DCDF04;
}
</style>
background-color css
<style>
a { background-color: #DCDF04; }
a { background-color: rgb(220,223,4); }
div.DivClassName
{
background-color: #DCDF04;
}
.BgClassName
{
background-color: #DCDF04;
}
</style>
border-color css
<style>
span { border-color: #DCDF04; }
span { border-color: rgb(220,223,4); }
td.TdClassName
{
border-color: #DCDF04;
}
.TagClassName
{
border-color: #DCDF04;
}
</style>