Shades of Chartreuse Yellow #DCF209
Tints of Chartreuse Yellow #DCF209
RGB
CMYK
RGB Variations
Color information
#DCF209 (or 0xDCF209) is known color: Chartreuse Yellow. HEX triplet: DC, F2 and 09. RGB value is (220,242,9). Sum of RGB (Red+Green+Blue) = 220+242+9=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 242 (94.92% from 255 or 51.38% from 471); Blue value is 9 (3.91% from 255 or 1.91% from 471); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF209 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF209 is #230DF6. Grayscale: #D1D1D1. Windows color (decimal): -2297335 or 651996. OLE color: 651996.
HSL color Cylindrical-coordinate representation of color #DCF209: hue angle of 65.67º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCF209 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 9 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.05 |
| HSL | 65.67º | 0.93% | 0.49% | - |
| HSV(B) | 65.67º | 0.96% | 0.95% | - |
| XYZ | 61.32 | 78.74 | 12.22 | - |
| YUV | 208.86 | 15.21 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 9 | 0.09 | 0 | 0.96 | 0.05 | 65.67 | 0.93 | 0.49 |
| Hex | DC | F2 | 9 | 9 | 0 | 60 | 5 | 42 | 5D | 31 |
| Octal | 334 | 362 | 11 | 11 | 0 | 140 | 5 | 102 | 135 | 61 |
| Binary | 11011100 | 11110010 | 1001 | 1001 | 0 | 1100000 | 101 | 1000010 | 1011101 | 110001 |
Color Harmonies of #DCF209
Complementary color
Monochromatic Colors of #DCF209
Black with #DCF209
Text Example
Text Example
White with #DCF209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF209; }
p { color: rgb(220,242,9); }
H1.HeaderClassName
{
color: #DCF209;
}
.AnyTagClassName
{
color: #DCF209;
}
</style>
background-color css
<style>
a { background-color: #DCF209; }
a { background-color: rgb(220,242,9); }
div.DivClassName
{
background-color: #DCF209;
}
.BgClassName
{
background-color: #DCF209;
}
</style>
border-color css
<style>
span { border-color: #DCF209; }
span { border-color: rgb(220,242,9); }
td.TdClassName
{
border-color: #DCF209;
}
.TagClassName
{
border-color: #DCF209;
}
</style>