Shades of Chartreuse Yellow #DCFD00
Tints of Chartreuse Yellow #DCFD00
RGB
CMYK
RGB Variations
Color information
#DCFD00 (or 0xDCFD00) is known color: Chartreuse Yellow. HEX triplet: DC, FD and 00. RGB value is (220,253,0). Sum of RGB (Red+Green+Blue) = 220+253+0=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 253 (99.22% from 255 or 53.49% from 473); Blue value is 0 (0.39% from 255 or 0% from 473); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFD00 is #2302FF. Grayscale: #D7D7D7. Windows color (decimal): -2294528 or 64988. OLE color: 64988.
HSL color Cylindrical-coordinate representation of color #DCFD00: hue angle of 67.83º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCFD00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.01 |
| HSL | 67.83º | 1% | 0.5% | - |
| HSV(B) | 67.83º | 1% | 0.99% | - |
| XYZ | 64.64 | 85.47 | 13.09 | - |
| YUV | 214.29 | 7.07 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 0 | 0.13 | 0 | 1 | 0.01 | 67.83 | 1 | 0.5 |
| Hex | DC | FD | 0 | D | 0 | 64 | 1 | 44 | 64 | 32 |
| Octal | 334 | 375 | 0 | 15 | 0 | 144 | 1 | 104 | 144 | 62 |
| Binary | 11011100 | 11111101 | 0 | 1101 | 0 | 1100100 | 1 | 1000100 | 1100100 | 110010 |
Color Harmonies of #DCFD00
Complementary color
Monochromatic Colors of #DCFD00
Black with #DCFD00
Text Example
Text Example
White with #DCFD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD00; }
p { color: rgb(220,253,0); }
H1.HeaderClassName
{
color: #DCFD00;
}
.AnyTagClassName
{
color: #DCFD00;
}
</style>
background-color css
<style>
a { background-color: #DCFD00; }
a { background-color: rgb(220,253,0); }
div.DivClassName
{
background-color: #DCFD00;
}
.BgClassName
{
background-color: #DCFD00;
}
</style>
border-color css
<style>
span { border-color: #DCFD00; }
span { border-color: rgb(220,253,0); }
td.TdClassName
{
border-color: #DCFD00;
}
.TagClassName
{
border-color: #DCFD00;
}
</style>