Shades of Chartreuse Yellow #DCF70A
Tints of Chartreuse Yellow #DCF70A
RGB
CMYK
RGB Variations
Color information
#DCF70A (or 0xDCF70A) is known color: Chartreuse Yellow. HEX triplet: DC, F7 and 0A. RGB value is (220,247,10). Sum of RGB (Red+Green+Blue) = 220+247+10=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 247 (96.88% from 255 or 51.78% from 477); Blue value is 10 (4.30% from 255 or 2.10% from 477); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF70A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF70A is #2308F5. Grayscale: #D4D4D4. Windows color (decimal): -2296054 or 718812. OLE color: 718812.
HSL color Cylindrical-coordinate representation of color #DCF70A: hue angle of 66.84º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCF70A is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 10 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.03 |
| HSL | 66.84º | 0.94% | 0.5% | - |
| HSV(B) | 66.84º | 0.96% | 0.97% | - |
| XYZ | 62.83 | 81.76 | 12.76 | - |
| YUV | 211.91 | 14.05 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 10 | 0.11 | 0 | 0.96 | 0.03 | 66.84 | 0.94 | 0.5 |
| Hex | DC | F7 | A | B | 0 | 60 | 3 | 43 | 5E | 32 |
| Octal | 334 | 367 | 12 | 13 | 0 | 140 | 3 | 103 | 136 | 62 |
| Binary | 11011100 | 11110111 | 1010 | 1011 | 0 | 1100000 | 11 | 1000011 | 1011110 | 110010 |
Color Harmonies of #DCF70A
Complementary color
Monochromatic Colors of #DCF70A
Black with #DCF70A
Text Example
Text Example
White with #DCF70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF70A; }
p { color: rgb(220,247,10); }
H1.HeaderClassName
{
color: #DCF70A;
}
.AnyTagClassName
{
color: #DCF70A;
}
</style>
background-color css
<style>
a { background-color: #DCF70A; }
a { background-color: rgb(220,247,10); }
div.DivClassName
{
background-color: #DCF70A;
}
.BgClassName
{
background-color: #DCF70A;
}
</style>
border-color css
<style>
span { border-color: #DCF70A; }
span { border-color: rgb(220,247,10); }
td.TdClassName
{
border-color: #DCF70A;
}
.TagClassName
{
border-color: #DCF70A;
}
</style>