Shades of Chartreuse Yellow #DCFD0A
Tints of Chartreuse Yellow #DCFD0A
RGB
CMYK
RGB Variations
Color information
#DCFD0A (or 0xDCFD0A) is known color: Chartreuse Yellow. HEX triplet: DC, FD and 0A. RGB value is (220,253,10). Sum of RGB (Red+Green+Blue) = 220+253+10=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 253 (99.22% from 255 or 52.38% from 483); Blue value is 10 (4.30% from 255 or 2.07% from 483); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFD0A is #2302F5. Grayscale: #D8D8D8. Windows color (decimal): -2294518 or 720348. OLE color: 720348.
HSL color Cylindrical-coordinate representation of color #DCFD0A: hue angle of 68.15º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCFD0A is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 10 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.01 |
| HSL | 68.15º | 0.98% | 0.52% | - |
| HSV(B) | 68.15º | 0.96% | 0.99% | - |
| XYZ | 64.7 | 85.49 | 13.38 | - |
| YUV | 215.43 | 12.07 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 10 | 0.13 | 0 | 0.96 | 0.01 | 68.15 | 0.98 | 0.52 |
| Hex | DC | FD | A | D | 0 | 60 | 1 | 44 | 62 | 34 |
| Octal | 334 | 375 | 12 | 15 | 0 | 140 | 1 | 104 | 142 | 64 |
| Binary | 11011100 | 11111101 | 1010 | 1101 | 0 | 1100000 | 1 | 1000100 | 1100010 | 110100 |
Color Harmonies of #DCFD0A
Complementary color
Monochromatic Colors of #DCFD0A
Black with #DCFD0A
Text Example
Text Example
White with #DCFD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD0A; }
p { color: rgb(220,253,10); }
H1.HeaderClassName
{
color: #DCFD0A;
}
.AnyTagClassName
{
color: #DCFD0A;
}
</style>
background-color css
<style>
a { background-color: #DCFD0A; }
a { background-color: rgb(220,253,10); }
div.DivClassName
{
background-color: #DCFD0A;
}
.BgClassName
{
background-color: #DCFD0A;
}
</style>
border-color css
<style>
span { border-color: #DCFD0A; }
span { border-color: rgb(220,253,10); }
td.TdClassName
{
border-color: #DCFD0A;
}
.TagClassName
{
border-color: #DCFD0A;
}
</style>