Shades of Chartreuse Yellow #DCF104
Tints of Chartreuse Yellow #DCF104
RGB
CMYK
RGB Variations
Color information
#DCF104 (or 0xDCF104) is known color: Chartreuse Yellow. HEX triplet: DC, F1 and 04. RGB value is (220,241,4). Sum of RGB (Red+Green+Blue) = 220+241+4=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 4 (1.95% from 255 or 0.86% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF104 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF104 is #230EFB. Grayscale: #D0D0D0. Windows color (decimal): -2297596 or 324060. OLE color: 324060.
HSL color Cylindrical-coordinate representation of color #DCF104: hue angle of 65.32º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCF104 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 4 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.05 |
| HSL | 65.32º | 0.97% | 0.48% | - |
| HSV(B) | 65.32º | 0.98% | 0.95% | - |
| XYZ | 60.99 | 78.14 | 11.98 | - |
| YUV | 207.7 | 13.04 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 4 | 0.09 | 0 | 0.98 | 0.05 | 65.32 | 0.97 | 0.48 |
| Hex | DC | F1 | 4 | 9 | 0 | 62 | 5 | 41 | 61 | 30 |
| Octal | 334 | 361 | 4 | 11 | 0 | 142 | 5 | 101 | 141 | 60 |
| Binary | 11011100 | 11110001 | 100 | 1001 | 0 | 1100010 | 101 | 1000001 | 1100001 | 110000 |
Color Harmonies of #DCF104
Complementary color
Monochromatic Colors of #DCF104
Black with #DCF104
Text Example
Text Example
White with #DCF104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF104; }
p { color: rgb(220,241,4); }
H1.HeaderClassName
{
color: #DCF104;
}
.AnyTagClassName
{
color: #DCF104;
}
</style>
background-color css
<style>
a { background-color: #DCF104; }
a { background-color: rgb(220,241,4); }
div.DivClassName
{
background-color: #DCF104;
}
.BgClassName
{
background-color: #DCF104;
}
</style>
border-color css
<style>
span { border-color: #DCF104; }
span { border-color: rgb(220,241,4); }
td.TdClassName
{
border-color: #DCF104;
}
.TagClassName
{
border-color: #DCF104;
}
</style>