Shades of Chartreuse Yellow #DCF401
Tints of Chartreuse Yellow #DCF401
RGB
CMYK
RGB Variations
Color information
#DCF401 (or 0xDCF401) is known color: Chartreuse Yellow. HEX triplet: DC, F4 and 01. RGB value is (220,244,1). Sum of RGB (Red+Green+Blue) = 220+244+1=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 244 (95.70% from 255 or 52.47% from 465); Blue value is 1 (0.78% from 255 or 0.22% from 465); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF401 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF401 is #230BFE. Grayscale: #D2D2D2. Windows color (decimal): -2296831 or 128220. OLE color: 128220.
HSL color Cylindrical-coordinate representation of color #DCF401: hue angle of 65.93º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCF401 is Cyan = 0.10, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 1 | - |
| CMYK | 0.10 | 0 | 1.00 | 0.04 |
| HSL | 65.93º | 0.99% | 0.48% | - |
| HSV(B) | 65.93º | 1% | 0.96% | - |
| XYZ | 61.87 | 79.92 | 12.19 | - |
| YUV | 209.12 | 10.55 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 1 | 0.10 | 0 | 1.00 | 0.04 | 65.93 | 0.99 | 0.48 |
| Hex | DC | F4 | 1 | A | 0 | 64 | 4 | 42 | 63 | 30 |
| Octal | 334 | 364 | 1 | 12 | 0 | 144 | 4 | 102 | 143 | 60 |
| Binary | 11011100 | 11110100 | 1 | 1010 | 0 | 1100100 | 100 | 1000010 | 1100011 | 110000 |
Color Harmonies of #DCF401
Complementary color
Monochromatic Colors of #DCF401
Black with #DCF401
Text Example
Text Example
White with #DCF401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF401; }
p { color: rgb(220,244,1); }
H1.HeaderClassName
{
color: #DCF401;
}
.AnyTagClassName
{
color: #DCF401;
}
</style>
background-color css
<style>
a { background-color: #DCF401; }
a { background-color: rgb(220,244,1); }
div.DivClassName
{
background-color: #DCF401;
}
.BgClassName
{
background-color: #DCF401;
}
</style>
border-color css
<style>
span { border-color: #DCF401; }
span { border-color: rgb(220,244,1); }
td.TdClassName
{
border-color: #DCF401;
}
.TagClassName
{
border-color: #DCF401;
}
</style>