Shades of Chartreuse Yellow #DCF804
Tints of Chartreuse Yellow #DCF804
RGB
CMYK
RGB Variations
Color information
#DCF804 (or 0xDCF804) is known color: Chartreuse Yellow. HEX triplet: DC, F8 and 04. RGB value is (220,248,4). Sum of RGB (Red+Green+Blue) = 220+248+4=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 248 (97.27% from 255 or 52.54% from 472); Blue value is 4 (1.95% from 255 or 0.85% from 472); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF804 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF804 is #2307FB. Grayscale: #D4D4D4. Windows color (decimal): -2295804 or 325852. OLE color: 325852.
HSL color Cylindrical-coordinate representation of color #DCF804: hue angle of 66.89º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCF804 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 4 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.03 |
| HSL | 66.89º | 0.97% | 0.49% | - |
| HSV(B) | 66.89º | 0.98% | 0.97% | - |
| XYZ | 63.1 | 82.36 | 12.69 | - |
| YUV | 211.81 | 10.72 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 4 | 0.11 | 0 | 0.98 | 0.03 | 66.89 | 0.97 | 0.49 |
| Hex | DC | F8 | 4 | B | 0 | 62 | 3 | 43 | 61 | 31 |
| Octal | 334 | 370 | 4 | 13 | 0 | 142 | 3 | 103 | 141 | 61 |
| Binary | 11011100 | 11111000 | 100 | 1011 | 0 | 1100010 | 11 | 1000011 | 1100001 | 110001 |
Color Harmonies of #DCF804
Complementary color
Monochromatic Colors of #DCF804
Black with #DCF804
Text Example
Text Example
White with #DCF804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF804; }
p { color: rgb(220,248,4); }
H1.HeaderClassName
{
color: #DCF804;
}
.AnyTagClassName
{
color: #DCF804;
}
</style>
background-color css
<style>
a { background-color: #DCF804; }
a { background-color: rgb(220,248,4); }
div.DivClassName
{
background-color: #DCF804;
}
.BgClassName
{
background-color: #DCF804;
}
</style>
border-color css
<style>
span { border-color: #DCF804; }
span { border-color: rgb(220,248,4); }
td.TdClassName
{
border-color: #DCF804;
}
.TagClassName
{
border-color: #DCF804;
}
</style>