Shades of Chartreuse Yellow #DCF007
Tints of Chartreuse Yellow #DCF007
RGB
CMYK
RGB Variations
Color information
#DCF007 (or 0xDCF007) is known color: Chartreuse Yellow. HEX triplet: DC, F0 and 07. RGB value is (220,240,7). Sum of RGB (Red+Green+Blue) = 220+240+7=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 7 (3.12% from 255 or 1.50% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF007 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF007 is #230FF8. Grayscale: #D0D0D0. Windows color (decimal): -2297849 or 520412. OLE color: 520412.
HSL color Cylindrical-coordinate representation of color #DCF007: hue angle of 65.15º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCF007 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 7 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.06 |
| HSL | 65.15º | 0.94% | 0.48% | - |
| HSV(B) | 65.15º | 0.97% | 0.94% | - |
| XYZ | 60.71 | 77.55 | 11.97 | - |
| YUV | 207.46 | 14.87 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 7 | 0.08 | 0 | 0.97 | 0.06 | 65.15 | 0.94 | 0.48 |
| Hex | DC | F0 | 7 | 8 | 0 | 61 | 6 | 41 | 5E | 30 |
| Octal | 334 | 360 | 7 | 10 | 0 | 141 | 6 | 101 | 136 | 60 |
| Binary | 11011100 | 11110000 | 111 | 1000 | 0 | 1100001 | 110 | 1000001 | 1011110 | 110000 |
Color Harmonies of #DCF007
Complementary color
Monochromatic Colors of #DCF007
Black with #DCF007
Text Example
Text Example
White with #DCF007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF007; }
p { color: rgb(220,240,7); }
H1.HeaderClassName
{
color: #DCF007;
}
.AnyTagClassName
{
color: #DCF007;
}
</style>
background-color css
<style>
a { background-color: #DCF007; }
a { background-color: rgb(220,240,7); }
div.DivClassName
{
background-color: #DCF007;
}
.BgClassName
{
background-color: #DCF007;
}
</style>
border-color css
<style>
span { border-color: #DCF007; }
span { border-color: rgb(220,240,7); }
td.TdClassName
{
border-color: #DCF007;
}
.TagClassName
{
border-color: #DCF007;
}
</style>