Shades of Chartreuse Yellow #DCDF05
Tints of Chartreuse Yellow #DCDF05
RGB
CMYK
RGB Variations
Color information
#DCDF05 (or 0xDCDF05) is known color: Chartreuse Yellow. HEX triplet: DC, DF and 05. RGB value is (220,223,5). Sum of RGB (Red+Green+Blue) = 220+223+5=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 5 (2.34% from 255 or 1.12% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDF05 is #2320FA. Grayscale: #C6C6C6. Windows color (decimal): -2302203 or 384988. OLE color: 384988.
HSL color Cylindrical-coordinate representation of color #DCDF05: hue angle of 60.83º 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 #DCDF05 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 5 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.13 |
| HSL | 60.83º | 0.96% | 0.45% | - |
| HSV(B) | 60.83º | 0.98% | 0.87% | - |
| XYZ | 55.93 | 68 | 10.32 | - |
| YUV | 197.25 | 19.51 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 5 | 0.01 | 0 | 0.98 | 0.13 | 60.83 | 0.96 | 0.45 |
| Hex | DC | DF | 5 | 1 | 0 | 62 | D | 3D | 60 | 2D |
| Octal | 334 | 337 | 5 | 1 | 0 | 142 | 15 | 75 | 140 | 55 |
| Binary | 11011100 | 11011111 | 101 | 1 | 0 | 1100010 | 1101 | 111101 | 1100000 | 101101 |
Color Harmonies of #DCDF05
Complementary color
Monochromatic Colors of #DCDF05
Black with #DCDF05
Text Example
Text Example
White with #DCDF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF05; }
p { color: rgb(220,223,5); }
H1.HeaderClassName
{
color: #DCDF05;
}
.AnyTagClassName
{
color: #DCDF05;
}
</style>
background-color css
<style>
a { background-color: #DCDF05; }
a { background-color: rgb(220,223,5); }
div.DivClassName
{
background-color: #DCDF05;
}
.BgClassName
{
background-color: #DCDF05;
}
</style>
border-color css
<style>
span { border-color: #DCDF05; }
span { border-color: rgb(220,223,5); }
td.TdClassName
{
border-color: #DCDF05;
}
.TagClassName
{
border-color: #DCDF05;
}
</style>