Shades of Chartreuse Yellow #DCF601
Tints of Chartreuse Yellow #DCF601
RGB
CMYK
RGB Variations
Color information
#DCF601 (or 0xDCF601) is known color: Chartreuse Yellow. HEX triplet: DC, F6 and 01. RGB value is (220,246,1). Sum of RGB (Red+Green+Blue) = 220+246+1=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 246 (96.48% from 255 or 52.68% from 467); Blue value is 1 (0.78% from 255 or 0.21% from 467); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF601 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF601 is #2309FE. Grayscale: #D3D3D3. Windows color (decimal): -2296319 or 128732. OLE color: 128732.
HSL color Cylindrical-coordinate representation of color #DCF601: hue angle of 66.37º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCF601 is Cyan = 0.11, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 1 | - |
| CMYK | 0.11 | 0 | 1.00 | 0.04 |
| HSL | 66.37º | 0.99% | 0.48% | - |
| HSV(B) | 66.37º | 1% | 0.96% | - |
| XYZ | 62.48 | 81.13 | 12.4 | - |
| YUV | 210.3 | 9.89 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 1 | 0.11 | 0 | 1.00 | 0.04 | 66.37 | 0.99 | 0.48 |
| Hex | DC | F6 | 1 | B | 0 | 64 | 4 | 42 | 63 | 30 |
| Octal | 334 | 366 | 1 | 13 | 0 | 144 | 4 | 102 | 143 | 60 |
| Binary | 11011100 | 11110110 | 1 | 1011 | 0 | 1100100 | 100 | 1000010 | 1100011 | 110000 |
Color Harmonies of #DCF601
Complementary color
Monochromatic Colors of #DCF601
Black with #DCF601
Text Example
Text Example
White with #DCF601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF601; }
p { color: rgb(220,246,1); }
H1.HeaderClassName
{
color: #DCF601;
}
.AnyTagClassName
{
color: #DCF601;
}
</style>
background-color css
<style>
a { background-color: #DCF601; }
a { background-color: rgb(220,246,1); }
div.DivClassName
{
background-color: #DCF601;
}
.BgClassName
{
background-color: #DCF601;
}
</style>
border-color css
<style>
span { border-color: #DCF601; }
span { border-color: rgb(220,246,1); }
td.TdClassName
{
border-color: #DCF601;
}
.TagClassName
{
border-color: #DCF601;
}
</style>