Shades of Chartreuse Yellow #DCFD02
Tints of Chartreuse Yellow #DCFD02
RGB
CMYK
RGB Variations
Color information
#DCFD02 (or 0xDCFD02) is known color: Chartreuse Yellow. HEX triplet: DC, FD and 02. RGB value is (220,253,2). Sum of RGB (Red+Green+Blue) = 220+253+2=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 253 (99.22% from 255 or 53.26% from 475); Blue value is 2 (1.17% from 255 or 0.42% from 475); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFD02 is #2302FD. Grayscale: #D7D7D7. Windows color (decimal): -2294526 or 196060. OLE color: 196060.
HSL color Cylindrical-coordinate representation of color #DCFD02: hue angle of 67.89º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCFD02 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.01 |
| HSL | 67.89º | 0.98% | 0.5% | - |
| HSV(B) | 67.89º | 0.99% | 0.99% | - |
| XYZ | 64.65 | 85.47 | 13.15 | - |
| YUV | 214.52 | 8.07 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 2 | 0.13 | 0 | 0.99 | 0.01 | 67.89 | 0.98 | 0.5 |
| Hex | DC | FD | 2 | D | 0 | 63 | 1 | 44 | 62 | 32 |
| Octal | 334 | 375 | 2 | 15 | 0 | 143 | 1 | 104 | 142 | 62 |
| Binary | 11011100 | 11111101 | 10 | 1101 | 0 | 1100011 | 1 | 1000100 | 1100010 | 110010 |
Color Harmonies of #DCFD02
Complementary color
Monochromatic Colors of #DCFD02
Black with #DCFD02
Text Example
Text Example
White with #DCFD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD02; }
p { color: rgb(220,253,2); }
H1.HeaderClassName
{
color: #DCFD02;
}
.AnyTagClassName
{
color: #DCFD02;
}
</style>
background-color css
<style>
a { background-color: #DCFD02; }
a { background-color: rgb(220,253,2); }
div.DivClassName
{
background-color: #DCFD02;
}
.BgClassName
{
background-color: #DCFD02;
}
</style>
border-color css
<style>
span { border-color: #DCFD02; }
span { border-color: rgb(220,253,2); }
td.TdClassName
{
border-color: #DCFD02;
}
.TagClassName
{
border-color: #DCFD02;
}
</style>