Shades of Chartreuse Yellow #DCFD20
Tints of Chartreuse Yellow #DCFD20
RGB
CMYK
RGB Variations
Color information
#DCFD20 (or 0xDCFD20) is known color: Chartreuse Yellow. HEX triplet: DC, FD and 20. RGB value is (220,253,32). Sum of RGB (Red+Green+Blue) = 220+253+32=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 32 (12.89% from 255 or 6.34% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFD20 is #2302DF. Grayscale: #DADADA. Windows color (decimal): -2294496 or 2162140. OLE color: 2162140.
HSL color Cylindrical-coordinate representation of color #DCFD20: hue angle of 68.96º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCFD20 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 32 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.01 |
| HSL | 68.96º | 0.98% | 0.56% | - |
| HSV(B) | 68.96º | 0.87% | 0.99% | - |
| XYZ | 64.9 | 85.57 | 14.46 | - |
| YUV | 217.94 | 23.07 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 32 | 0.13 | 0 | 0.87 | 0.01 | 68.96 | 0.98 | 0.56 |
| Hex | DC | FD | 20 | D | 0 | 57 | 1 | 45 | 62 | 38 |
| Octal | 334 | 375 | 40 | 15 | 0 | 127 | 1 | 105 | 142 | 70 |
| Binary | 11011100 | 11111101 | 100000 | 1101 | 0 | 1010111 | 1 | 1000101 | 1100010 | 111000 |
Color Harmonies of #DCFD20
Complementary color
Monochromatic Colors of #DCFD20
Black with #DCFD20
Text Example
Text Example
White with #DCFD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD20; }
p { color: rgb(220,253,32); }
H1.HeaderClassName
{
color: #DCFD20;
}
.AnyTagClassName
{
color: #DCFD20;
}
</style>
background-color css
<style>
a { background-color: #DCFD20; }
a { background-color: rgb(220,253,32); }
div.DivClassName
{
background-color: #DCFD20;
}
.BgClassName
{
background-color: #DCFD20;
}
</style>
border-color css
<style>
span { border-color: #DCFD20; }
span { border-color: rgb(220,253,32); }
td.TdClassName
{
border-color: #DCFD20;
}
.TagClassName
{
border-color: #DCFD20;
}
</style>