Shades of Chartreuse Yellow #DCF70C
Tints of Chartreuse Yellow #DCF70C
RGB
CMYK
RGB Variations
Color information
#DCF70C (or 0xDCF70C) is known color: Chartreuse Yellow. HEX triplet: DC, F7 and 0C. RGB value is (220,247,12). Sum of RGB (Red+Green+Blue) = 220+247+12=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 247 (96.88% from 255 or 51.57% from 479); Blue value is 12 (5.08% from 255 or 2.51% from 479); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF70C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF70C is #2308F3. Grayscale: #D5D5D5. Windows color (decimal): -2296052 or 849884. OLE color: 849884.
HSL color Cylindrical-coordinate representation of color #DCF70C: hue angle of 66.89º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCF70C is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 12 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.03 |
| HSL | 66.89º | 0.94% | 0.51% | - |
| HSV(B) | 66.89º | 0.95% | 0.97% | - |
| XYZ | 62.84 | 81.76 | 12.82 | - |
| YUV | 212.14 | 15.05 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 12 | 0.11 | 0 | 0.95 | 0.03 | 66.89 | 0.94 | 0.51 |
| Hex | DC | F7 | C | B | 0 | 5F | 3 | 43 | 5E | 33 |
| Octal | 334 | 367 | 14 | 13 | 0 | 137 | 3 | 103 | 136 | 63 |
| Binary | 11011100 | 11110111 | 1100 | 1011 | 0 | 1011111 | 11 | 1000011 | 1011110 | 110011 |
Color Harmonies of #DCF70C
Complementary color
Monochromatic Colors of #DCF70C
Black with #DCF70C
Text Example
Text Example
White with #DCF70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF70C; }
p { color: rgb(220,247,12); }
H1.HeaderClassName
{
color: #DCF70C;
}
.AnyTagClassName
{
color: #DCF70C;
}
</style>
background-color css
<style>
a { background-color: #DCF70C; }
a { background-color: rgb(220,247,12); }
div.DivClassName
{
background-color: #DCF70C;
}
.BgClassName
{
background-color: #DCF70C;
}
</style>
border-color css
<style>
span { border-color: #DCF70C; }
span { border-color: rgb(220,247,12); }
td.TdClassName
{
border-color: #DCF70C;
}
.TagClassName
{
border-color: #DCF70C;
}
</style>