Shades of Chartreuse Yellow #DCF610
Tints of Chartreuse Yellow #DCF610
RGB
CMYK
RGB Variations
Color information
#DCF610 (or 0xDCF610) is known color: Chartreuse Yellow. HEX triplet: DC, F6 and 10. RGB value is (220,246,16). Sum of RGB (Red+Green+Blue) = 220+246+16=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 246 (96.48% from 255 or 51.04% from 482); Blue value is 16 (6.64% from 255 or 3.32% from 482); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF610 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF610 is #2309EF. Grayscale: #D4D4D4. Windows color (decimal): -2296304 or 1111772. OLE color: 1111772.
HSL color Cylindrical-coordinate representation of color #DCF610: hue angle of 66.78º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCF610 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 16 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.04 |
| HSL | 66.78º | 0.93% | 0.51% | - |
| HSV(B) | 66.78º | 0.93% | 0.96% | - |
| XYZ | 62.56 | 81.16 | 12.86 | - |
| YUV | 212.01 | 17.39 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 16 | 0.11 | 0 | 0.93 | 0.04 | 66.78 | 0.93 | 0.51 |
| Hex | DC | F6 | 10 | B | 0 | 5D | 4 | 43 | 5D | 33 |
| Octal | 334 | 366 | 20 | 13 | 0 | 135 | 4 | 103 | 135 | 63 |
| Binary | 11011100 | 11110110 | 10000 | 1011 | 0 | 1011101 | 100 | 1000011 | 1011101 | 110011 |
Color Harmonies of #DCF610
Complementary color
Monochromatic Colors of #DCF610
Black with #DCF610
Text Example
Text Example
White with #DCF610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF610; }
p { color: rgb(220,246,16); }
H1.HeaderClassName
{
color: #DCF610;
}
.AnyTagClassName
{
color: #DCF610;
}
</style>
background-color css
<style>
a { background-color: #DCF610; }
a { background-color: rgb(220,246,16); }
div.DivClassName
{
background-color: #DCF610;
}
.BgClassName
{
background-color: #DCF610;
}
</style>
border-color css
<style>
span { border-color: #DCF610; }
span { border-color: rgb(220,246,16); }
td.TdClassName
{
border-color: #DCF610;
}
.TagClassName
{
border-color: #DCF610;
}
</style>