Shades of Chartreuse Yellow #DCF208
Tints of Chartreuse Yellow #DCF208
RGB
CMYK
RGB Variations
Color information
#DCF208 (or 0xDCF208) is known color: Chartreuse Yellow. HEX triplet: DC, F2 and 08. RGB value is (220,242,8). Sum of RGB (Red+Green+Blue) = 220+242+8=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 242 (94.92% from 255 or 51.49% from 470); Blue value is 8 (3.52% from 255 or 1.70% from 470); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF208 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF208 is #230DF7. Grayscale: #D1D1D1. Windows color (decimal): -2297336 or 586460. OLE color: 586460.
HSL color Cylindrical-coordinate representation of color #DCF208: hue angle of 65.64º 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 #DCF208 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 8 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.05 |
| HSL | 65.64º | 0.94% | 0.49% | - |
| HSV(B) | 65.64º | 0.97% | 0.95% | - |
| XYZ | 61.31 | 78.74 | 12.2 | - |
| YUV | 208.75 | 14.71 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 8 | 0.09 | 0 | 0.97 | 0.05 | 65.64 | 0.94 | 0.49 |
| Hex | DC | F2 | 8 | 9 | 0 | 61 | 5 | 42 | 5E | 31 |
| Octal | 334 | 362 | 10 | 11 | 0 | 141 | 5 | 102 | 136 | 61 |
| Binary | 11011100 | 11110010 | 1000 | 1001 | 0 | 1100001 | 101 | 1000010 | 1011110 | 110001 |
Color Harmonies of #DCF208
Complementary color
Monochromatic Colors of #DCF208
Black with #DCF208
Text Example
Text Example
White with #DCF208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF208; }
p { color: rgb(220,242,8); }
H1.HeaderClassName
{
color: #DCF208;
}
.AnyTagClassName
{
color: #DCF208;
}
</style>
background-color css
<style>
a { background-color: #DCF208; }
a { background-color: rgb(220,242,8); }
div.DivClassName
{
background-color: #DCF208;
}
.BgClassName
{
background-color: #DCF208;
}
</style>
border-color css
<style>
span { border-color: #DCF208; }
span { border-color: rgb(220,242,8); }
td.TdClassName
{
border-color: #DCF208;
}
.TagClassName
{
border-color: #DCF208;
}
</style>