Shades of Chartreuse Yellow #DCF616
Tints of Chartreuse Yellow #DCF616
RGB
CMYK
RGB Variations
Color information
#DCF616 (or 0xDCF616) is known color: Chartreuse Yellow. HEX triplet: DC, F6 and 16. RGB value is (220,246,22). Sum of RGB (Red+Green+Blue) = 220+246+22=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 246 (96.48% from 255 or 50.41% from 488); Blue value is 22 (8.98% from 255 or 4.51% from 488); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF616 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF616 is #2309E9. Grayscale: #D5D5D5. Windows color (decimal): -2296298 or 1504988. OLE color: 1504988.
HSL color Cylindrical-coordinate representation of color #DCF616: hue angle of 66.96º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCF616 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 22 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.04 |
| HSL | 66.96º | 0.93% | 0.53% | - |
| HSV(B) | 66.96º | 0.91% | 0.96% | - |
| XYZ | 62.62 | 81.19 | 13.13 | - |
| YUV | 212.69 | 20.39 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 22 | 0.11 | 0 | 0.91 | 0.04 | 66.96 | 0.93 | 0.53 |
| Hex | DC | F6 | 16 | B | 0 | 5B | 4 | 43 | 5D | 35 |
| Octal | 334 | 366 | 26 | 13 | 0 | 133 | 4 | 103 | 135 | 65 |
| Binary | 11011100 | 11110110 | 10110 | 1011 | 0 | 1011011 | 100 | 1000011 | 1011101 | 110101 |
Color Harmonies of #DCF616
Complementary color
Monochromatic Colors of #DCF616
Black with #DCF616
Text Example
Text Example
White with #DCF616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF616; }
p { color: rgb(220,246,22); }
H1.HeaderClassName
{
color: #DCF616;
}
.AnyTagClassName
{
color: #DCF616;
}
</style>
background-color css
<style>
a { background-color: #DCF616; }
a { background-color: rgb(220,246,22); }
div.DivClassName
{
background-color: #DCF616;
}
.BgClassName
{
background-color: #DCF616;
}
</style>
border-color css
<style>
span { border-color: #DCF616; }
span { border-color: rgb(220,246,22); }
td.TdClassName
{
border-color: #DCF616;
}
.TagClassName
{
border-color: #DCF616;
}
</style>