Shades of Chartreuse Yellow #DCF406
Tints of Chartreuse Yellow #DCF406
RGB
CMYK
RGB Variations
Color information
#DCF406 (or 0xDCF406) is known color: Chartreuse Yellow. HEX triplet: DC, F4 and 06. RGB value is (220,244,6). Sum of RGB (Red+Green+Blue) = 220+244+6=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 244 (95.70% from 255 or 51.91% from 470); Blue value is 6 (2.73% from 255 or 1.28% from 470); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF406 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF406 is #230BF9. Grayscale: #D2D2D2. Windows color (decimal): -2296826 or 455900. OLE color: 455900.
HSL color Cylindrical-coordinate representation of color #DCF406: hue angle of 66.05º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCF406 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 6 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.04 |
| HSL | 66.05º | 0.95% | 0.49% | - |
| HSV(B) | 66.05º | 0.98% | 0.96% | - |
| XYZ | 61.9 | 79.93 | 12.34 | - |
| YUV | 209.69 | 13.05 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 6 | 0.10 | 0 | 0.98 | 0.04 | 66.05 | 0.95 | 0.49 |
| Hex | DC | F4 | 6 | A | 0 | 62 | 4 | 42 | 5F | 31 |
| Octal | 334 | 364 | 6 | 12 | 0 | 142 | 4 | 102 | 137 | 61 |
| Binary | 11011100 | 11110100 | 110 | 1010 | 0 | 1100010 | 100 | 1000010 | 1011111 | 110001 |
Color Harmonies of #DCF406
Complementary color
Monochromatic Colors of #DCF406
Black with #DCF406
Text Example
Text Example
White with #DCF406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF406; }
p { color: rgb(220,244,6); }
H1.HeaderClassName
{
color: #DCF406;
}
.AnyTagClassName
{
color: #DCF406;
}
</style>
background-color css
<style>
a { background-color: #DCF406; }
a { background-color: rgb(220,244,6); }
div.DivClassName
{
background-color: #DCF406;
}
.BgClassName
{
background-color: #DCF406;
}
</style>
border-color css
<style>
span { border-color: #DCF406; }
span { border-color: rgb(220,244,6); }
td.TdClassName
{
border-color: #DCF406;
}
.TagClassName
{
border-color: #DCF406;
}
</style>