Shades of Chartreuse Yellow #DCFD0F
Tints of Chartreuse Yellow #DCFD0F
RGB
CMYK
RGB Variations
Color information
#DCFD0F (or 0xDCFD0F) is known color: Chartreuse Yellow. HEX triplet: DC, FD and 0F. RGB value is (220,253,15). Sum of RGB (Red+Green+Blue) = 220+253+15=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 253 (99.22% from 255 or 51.84% from 488); Blue value is 15 (6.25% from 255 or 3.07% from 488); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFD0F is #2302F0. Grayscale: #D8D8D8. Windows color (decimal): -2294513 or 1048028. OLE color: 1048028.
HSL color Cylindrical-coordinate representation of color #DCFD0F: hue angle of 68.32º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCFD0F is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 15 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.01 |
| HSL | 68.32º | 0.98% | 0.53% | - |
| HSV(B) | 68.32º | 0.94% | 0.99% | - |
| XYZ | 64.73 | 85.5 | 13.54 | - |
| YUV | 216 | 14.57 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 15 | 0.13 | 0 | 0.94 | 0.01 | 68.32 | 0.98 | 0.53 |
| Hex | DC | FD | F | D | 0 | 5E | 1 | 44 | 62 | 35 |
| Octal | 334 | 375 | 17 | 15 | 0 | 136 | 1 | 104 | 142 | 65 |
| Binary | 11011100 | 11111101 | 1111 | 1101 | 0 | 1011110 | 1 | 1000100 | 1100010 | 110101 |
Color Harmonies of #DCFD0F
Complementary color
Monochromatic Colors of #DCFD0F
Black with #DCFD0F
Text Example
Text Example
White with #DCFD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD0F; }
p { color: rgb(220,253,15); }
H1.HeaderClassName
{
color: #DCFD0F;
}
.AnyTagClassName
{
color: #DCFD0F;
}
</style>
background-color css
<style>
a { background-color: #DCFD0F; }
a { background-color: rgb(220,253,15); }
div.DivClassName
{
background-color: #DCFD0F;
}
.BgClassName
{
background-color: #DCFD0F;
}
</style>
border-color css
<style>
span { border-color: #DCFD0F; }
span { border-color: rgb(220,253,15); }
td.TdClassName
{
border-color: #DCFD0F;
}
.TagClassName
{
border-color: #DCFD0F;
}
</style>