Shades of Chartreuse Yellow #DCF504
Tints of Chartreuse Yellow #DCF504
RGB
CMYK
RGB Variations
Color information
#DCF504 (or 0xDCF504) is known color: Chartreuse Yellow. HEX triplet: DC, F5 and 04. RGB value is (220,245,4). Sum of RGB (Red+Green+Blue) = 220+245+4=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 245 (96.09% from 255 or 52.24% from 469); Blue value is 4 (1.95% from 255 or 0.85% from 469); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF504 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF504 is #230AFB. Grayscale: #D2D2D2. Windows color (decimal): -2296572 or 325084. OLE color: 325084.
HSL color Cylindrical-coordinate representation of color #DCF504: hue angle of 66.22º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCF504 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 4 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.04 |
| HSL | 66.22º | 0.97% | 0.49% | - |
| HSV(B) | 66.22º | 0.98% | 0.96% | - |
| XYZ | 62.19 | 80.53 | 12.38 | - |
| YUV | 210.05 | 11.72 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 4 | 0.10 | 0 | 0.98 | 0.04 | 66.22 | 0.97 | 0.49 |
| Hex | DC | F5 | 4 | A | 0 | 62 | 4 | 42 | 61 | 31 |
| Octal | 334 | 365 | 4 | 12 | 0 | 142 | 4 | 102 | 141 | 61 |
| Binary | 11011100 | 11110101 | 100 | 1010 | 0 | 1100010 | 100 | 1000010 | 1100001 | 110001 |
Color Harmonies of #DCF504
Complementary color
Monochromatic Colors of #DCF504
Black with #DCF504
Text Example
Text Example
White with #DCF504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF504; }
p { color: rgb(220,245,4); }
H1.HeaderClassName
{
color: #DCF504;
}
.AnyTagClassName
{
color: #DCF504;
}
</style>
background-color css
<style>
a { background-color: #DCF504; }
a { background-color: rgb(220,245,4); }
div.DivClassName
{
background-color: #DCF504;
}
.BgClassName
{
background-color: #DCF504;
}
</style>
border-color css
<style>
span { border-color: #DCF504; }
span { border-color: rgb(220,245,4); }
td.TdClassName
{
border-color: #DCF504;
}
.TagClassName
{
border-color: #DCF504;
}
</style>