Shades of Chartreuse Yellow #DCF004
Tints of Chartreuse Yellow #DCF004
RGB
CMYK
RGB Variations
Color information
#DCF004 (or 0xDCF004) is known color: Chartreuse Yellow. HEX triplet: DC, F0 and 04. RGB value is (220,240,4). Sum of RGB (Red+Green+Blue) = 220+240+4=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 240 (94.14% from 255 or 51.72% from 464); Blue value is 4 (1.95% from 255 or 0.86% from 464); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF004 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF004 is #230FFB. Grayscale: #D0D0D0. Windows color (decimal): -2297852 or 323804. OLE color: 323804.
HSL color Cylindrical-coordinate representation of color #DCF004: hue angle of 65.08º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCF004 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 4 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.06 |
| HSL | 65.08º | 0.97% | 0.48% | - |
| HSV(B) | 65.08º | 0.98% | 0.94% | - |
| XYZ | 60.7 | 77.54 | 11.88 | - |
| YUV | 207.12 | 13.37 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 4 | 0.08 | 0 | 0.98 | 0.06 | 65.08 | 0.97 | 0.48 |
| Hex | DC | F0 | 4 | 8 | 0 | 62 | 6 | 41 | 61 | 30 |
| Octal | 334 | 360 | 4 | 10 | 0 | 142 | 6 | 101 | 141 | 60 |
| Binary | 11011100 | 11110000 | 100 | 1000 | 0 | 1100010 | 110 | 1000001 | 1100001 | 110000 |
Color Harmonies of #DCF004
Complementary color
Monochromatic Colors of #DCF004
Black with #DCF004
Text Example
Text Example
White with #DCF004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF004; }
p { color: rgb(220,240,4); }
H1.HeaderClassName
{
color: #DCF004;
}
.AnyTagClassName
{
color: #DCF004;
}
</style>
background-color css
<style>
a { background-color: #DCF004; }
a { background-color: rgb(220,240,4); }
div.DivClassName
{
background-color: #DCF004;
}
.BgClassName
{
background-color: #DCF004;
}
</style>
border-color css
<style>
span { border-color: #DCF004; }
span { border-color: rgb(220,240,4); }
td.TdClassName
{
border-color: #DCF004;
}
.TagClassName
{
border-color: #DCF004;
}
</style>