Shades of Chartreuse Yellow #DCF702
Tints of Chartreuse Yellow #DCF702
RGB
CMYK
RGB Variations
Color information
#DCF702 (or 0xDCF702) is known color: Chartreuse Yellow. HEX triplet: DC, F7 and 02. RGB value is (220,247,2). Sum of RGB (Red+Green+Blue) = 220+247+2=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 247 (96.88% from 255 or 52.67% from 469); Blue value is 2 (1.17% from 255 or 0.43% from 469); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF702 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF702 is #2308FD. Grayscale: #D3D3D3. Windows color (decimal): -2296062 or 194524. OLE color: 194524.
HSL color Cylindrical-coordinate representation of color #DCF702: hue angle of 66.61º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCF702 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 2 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.03 |
| HSL | 66.61º | 0.98% | 0.49% | - |
| HSV(B) | 66.61º | 0.99% | 0.97% | - |
| XYZ | 62.79 | 81.74 | 12.53 | - |
| YUV | 211 | 10.05 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 2 | 0.11 | 0 | 0.99 | 0.03 | 66.61 | 0.98 | 0.49 |
| Hex | DC | F7 | 2 | B | 0 | 63 | 3 | 43 | 62 | 31 |
| Octal | 334 | 367 | 2 | 13 | 0 | 143 | 3 | 103 | 142 | 61 |
| Binary | 11011100 | 11110111 | 10 | 1011 | 0 | 1100011 | 11 | 1000011 | 1100010 | 110001 |
Color Harmonies of #DCF702
Complementary color
Monochromatic Colors of #DCF702
Black with #DCF702
Text Example
Text Example
White with #DCF702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF702; }
p { color: rgb(220,247,2); }
H1.HeaderClassName
{
color: #DCF702;
}
.AnyTagClassName
{
color: #DCF702;
}
</style>
background-color css
<style>
a { background-color: #DCF702; }
a { background-color: rgb(220,247,2); }
div.DivClassName
{
background-color: #DCF702;
}
.BgClassName
{
background-color: #DCF702;
}
</style>
border-color css
<style>
span { border-color: #DCF702; }
span { border-color: rgb(220,247,2); }
td.TdClassName
{
border-color: #DCF702;
}
.TagClassName
{
border-color: #DCF702;
}
</style>