Shades of Chartreuse Yellow #DCFD21
Tints of Chartreuse Yellow #DCFD21
RGB
CMYK
RGB Variations
Color information
#DCFD21 (or 0xDCFD21) is known color: Chartreuse Yellow. HEX triplet: DC, FD and 21. RGB value is (220,253,33). Sum of RGB (Red+Green+Blue) = 220+253+33=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 33 (13.28% from 255 or 6.52% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFD21 is #2302DE. Grayscale: #DADADA. Windows color (decimal): -2294495 or 2227676. OLE color: 2227676.
HSL color Cylindrical-coordinate representation of color #DCFD21: hue angle of 69º 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 #DCFD21 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 33 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.01 |
| HSL | 69º | 0.98% | 0.56% | - |
| HSV(B) | 69º | 0.87% | 0.99% | - |
| XYZ | 64.91 | 85.58 | 14.54 | - |
| YUV | 218.05 | 23.57 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 33 | 0.13 | 0 | 0.87 | 0.01 | 69 | 0.98 | 0.56 |
| Hex | DC | FD | 21 | D | 0 | 57 | 1 | 45 | 62 | 38 |
| Octal | 334 | 375 | 41 | 15 | 0 | 127 | 1 | 105 | 142 | 70 |
| Binary | 11011100 | 11111101 | 100001 | 1101 | 0 | 1010111 | 1 | 1000101 | 1100010 | 111000 |
Color Harmonies of #DCFD21
Complementary color
Monochromatic Colors of #DCFD21
Black with #DCFD21
Text Example
Text Example
White with #DCFD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD21; }
p { color: rgb(220,253,33); }
H1.HeaderClassName
{
color: #DCFD21;
}
.AnyTagClassName
{
color: #DCFD21;
}
</style>
background-color css
<style>
a { background-color: #DCFD21; }
a { background-color: rgb(220,253,33); }
div.DivClassName
{
background-color: #DCFD21;
}
.BgClassName
{
background-color: #DCFD21;
}
</style>
border-color css
<style>
span { border-color: #DCFD21; }
span { border-color: rgb(220,253,33); }
td.TdClassName
{
border-color: #DCFD21;
}
.TagClassName
{
border-color: #DCFD21;
}
</style>