Shades of Chartreuse Yellow #DCF418
Tints of Chartreuse Yellow #DCF418
RGB
CMYK
RGB Variations
Color information
#DCF418 (or 0xDCF418) is known color: Chartreuse Yellow. HEX triplet: DC, F4 and 18. RGB value is (220,244,24). Sum of RGB (Red+Green+Blue) = 220+244+24=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 244 (95.70% from 255 or 50% from 488); Blue value is 24 (9.77% from 255 or 4.92% from 488); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF418 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF418 is #230BE7. Grayscale: #D4D4D4. Windows color (decimal): -2296808 or 1635548. OLE color: 1635548.
HSL color Cylindrical-coordinate representation of color #DCF418: hue angle of 66.55º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCF418 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 24 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.04 |
| HSL | 66.55º | 0.91% | 0.53% | - |
| HSV(B) | 66.55º | 0.9% | 0.96% | - |
| XYZ | 62.03 | 79.98 | 13.03 | - |
| YUV | 211.74 | 22.05 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 24 | 0.10 | 0 | 0.90 | 0.04 | 66.55 | 0.91 | 0.53 |
| Hex | DC | F4 | 18 | A | 0 | 5A | 4 | 43 | 5B | 35 |
| Octal | 334 | 364 | 30 | 12 | 0 | 132 | 4 | 103 | 133 | 65 |
| Binary | 11011100 | 11110100 | 11000 | 1010 | 0 | 1011010 | 100 | 1000011 | 1011011 | 110101 |
Color Harmonies of #DCF418
Complementary color
Monochromatic Colors of #DCF418
Black with #DCF418
Text Example
Text Example
White with #DCF418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF418; }
p { color: rgb(220,244,24); }
H1.HeaderClassName
{
color: #DCF418;
}
.AnyTagClassName
{
color: #DCF418;
}
</style>
background-color css
<style>
a { background-color: #DCF418; }
a { background-color: rgb(220,244,24); }
div.DivClassName
{
background-color: #DCF418;
}
.BgClassName
{
background-color: #DCF418;
}
</style>
border-color css
<style>
span { border-color: #DCF418; }
span { border-color: rgb(220,244,24); }
td.TdClassName
{
border-color: #DCF418;
}
.TagClassName
{
border-color: #DCF418;
}
</style>