Shades of Chartreuse Yellow #DCF006
Tints of Chartreuse Yellow #DCF006
RGB
CMYK
RGB Variations
Color information
#DCF006 (or 0xDCF006) is known color: Chartreuse Yellow. HEX triplet: DC, F0 and 06. RGB value is (220,240,6). Sum of RGB (Red+Green+Blue) = 220+240+6=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 6 (2.73% from 255 or 1.29% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF006 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF006 is #230FF9. Grayscale: #D0D0D0. Windows color (decimal): -2297850 or 454876. OLE color: 454876.
HSL color Cylindrical-coordinate representation of color #DCF006: hue angle of 65.13º degrees, saturation: 0.95, 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 #DCF006 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 6 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.06 |
| HSL | 65.13º | 0.95% | 0.48% | - |
| HSV(B) | 65.13º | 0.98% | 0.94% | - |
| XYZ | 60.71 | 77.55 | 11.94 | - |
| YUV | 207.34 | 14.37 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 6 | 0.08 | 0 | 0.98 | 0.06 | 65.13 | 0.95 | 0.48 |
| Hex | DC | F0 | 6 | 8 | 0 | 62 | 6 | 41 | 5F | 30 |
| Octal | 334 | 360 | 6 | 10 | 0 | 142 | 6 | 101 | 137 | 60 |
| Binary | 11011100 | 11110000 | 110 | 1000 | 0 | 1100010 | 110 | 1000001 | 1011111 | 110000 |
Color Harmonies of #DCF006
Complementary color
Monochromatic Colors of #DCF006
Black with #DCF006
Text Example
Text Example
White with #DCF006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF006; }
p { color: rgb(220,240,6); }
H1.HeaderClassName
{
color: #DCF006;
}
.AnyTagClassName
{
color: #DCF006;
}
</style>
background-color css
<style>
a { background-color: #DCF006; }
a { background-color: rgb(220,240,6); }
div.DivClassName
{
background-color: #DCF006;
}
.BgClassName
{
background-color: #DCF006;
}
</style>
border-color css
<style>
span { border-color: #DCF006; }
span { border-color: rgb(220,240,6); }
td.TdClassName
{
border-color: #DCF006;
}
.TagClassName
{
border-color: #DCF006;
}
</style>