Shades of Chartreuse Yellow #DCF207
Tints of Chartreuse Yellow #DCF207
RGB
CMYK
RGB Variations
Color information
#DCF207 (or 0xDCF207) is known color: Chartreuse Yellow. HEX triplet: DC, F2 and 07. RGB value is (220,242,7). Sum of RGB (Red+Green+Blue) = 220+242+7=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 242 (94.92% from 255 or 51.60% from 469); Blue value is 7 (3.12% from 255 or 1.49% from 469); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF207 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF207 is #230DF8. Grayscale: #D1D1D1. Windows color (decimal): -2297337 or 520924. OLE color: 520924.
HSL color Cylindrical-coordinate representation of color #DCF207: hue angle of 65.62º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCF207 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 7 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.05 |
| HSL | 65.62º | 0.94% | 0.49% | - |
| HSV(B) | 65.62º | 0.97% | 0.95% | - |
| XYZ | 61.31 | 78.74 | 12.17 | - |
| YUV | 208.63 | 14.21 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 7 | 0.09 | 0 | 0.97 | 0.05 | 65.62 | 0.94 | 0.49 |
| Hex | DC | F2 | 7 | 9 | 0 | 61 | 5 | 42 | 5E | 31 |
| Octal | 334 | 362 | 7 | 11 | 0 | 141 | 5 | 102 | 136 | 61 |
| Binary | 11011100 | 11110010 | 111 | 1001 | 0 | 1100001 | 101 | 1000010 | 1011110 | 110001 |
Color Harmonies of #DCF207
Complementary color
Monochromatic Colors of #DCF207
Black with #DCF207
Text Example
Text Example
White with #DCF207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF207; }
p { color: rgb(220,242,7); }
H1.HeaderClassName
{
color: #DCF207;
}
.AnyTagClassName
{
color: #DCF207;
}
</style>
background-color css
<style>
a { background-color: #DCF207; }
a { background-color: rgb(220,242,7); }
div.DivClassName
{
background-color: #DCF207;
}
.BgClassName
{
background-color: #DCF207;
}
</style>
border-color css
<style>
span { border-color: #DCF207; }
span { border-color: rgb(220,242,7); }
td.TdClassName
{
border-color: #DCF207;
}
.TagClassName
{
border-color: #DCF207;
}
</style>