Shades of Chartreuse Yellow #DCF60C
Tints of Chartreuse Yellow #DCF60C
RGB
CMYK
RGB Variations
Color information
#DCF60C (or 0xDCF60C) is known color: Chartreuse Yellow. HEX triplet: DC, F6 and 0C. RGB value is (220,246,12). Sum of RGB (Red+Green+Blue) = 220+246+12=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 246 (96.48% from 255 or 51.46% from 478); Blue value is 12 (5.08% from 255 or 2.51% from 478); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF60C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF60C is #2309F3. Grayscale: #D4D4D4. Windows color (decimal): -2296308 or 849628. OLE color: 849628.
HSL color Cylindrical-coordinate representation of color #DCF60C: hue angle of 66.67º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCF60C is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 12 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.04 |
| HSL | 66.67º | 0.93% | 0.51% | - |
| HSV(B) | 66.67º | 0.95% | 0.96% | - |
| XYZ | 62.54 | 81.15 | 12.72 | - |
| YUV | 211.55 | 15.39 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 12 | 0.11 | 0 | 0.95 | 0.04 | 66.67 | 0.93 | 0.51 |
| Hex | DC | F6 | C | B | 0 | 5F | 4 | 43 | 5D | 33 |
| Octal | 334 | 366 | 14 | 13 | 0 | 137 | 4 | 103 | 135 | 63 |
| Binary | 11011100 | 11110110 | 1100 | 1011 | 0 | 1011111 | 100 | 1000011 | 1011101 | 110011 |
Color Harmonies of #DCF60C
Complementary color
Monochromatic Colors of #DCF60C
Black with #DCF60C
Text Example
Text Example
White with #DCF60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF60C; }
p { color: rgb(220,246,12); }
H1.HeaderClassName
{
color: #DCF60C;
}
.AnyTagClassName
{
color: #DCF60C;
}
</style>
background-color css
<style>
a { background-color: #DCF60C; }
a { background-color: rgb(220,246,12); }
div.DivClassName
{
background-color: #DCF60C;
}
.BgClassName
{
background-color: #DCF60C;
}
</style>
border-color css
<style>
span { border-color: #DCF60C; }
span { border-color: rgb(220,246,12); }
td.TdClassName
{
border-color: #DCF60C;
}
.TagClassName
{
border-color: #DCF60C;
}
</style>