Shades of Chartreuse Yellow #DCF806
Tints of Chartreuse Yellow #DCF806
RGB
CMYK
RGB Variations
Color information
#DCF806 (or 0xDCF806) is known color: Chartreuse Yellow. HEX triplet: DC, F8 and 06. RGB value is (220,248,6). Sum of RGB (Red+Green+Blue) = 220+248+6=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 248 (97.27% from 255 or 52.32% from 474); Blue value is 6 (2.73% from 255 or 1.27% from 474); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF806 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF806 is #2307F9. Grayscale: #D4D4D4. Windows color (decimal): -2295802 or 456924. OLE color: 456924.
HSL color Cylindrical-coordinate representation of color #DCF806: hue angle of 66.94º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCF806 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 6 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.03 |
| HSL | 66.94º | 0.95% | 0.5% | - |
| HSV(B) | 66.94º | 0.98% | 0.97% | - |
| XYZ | 63.12 | 82.36 | 12.74 | - |
| YUV | 212.04 | 11.72 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 6 | 0.11 | 0 | 0.98 | 0.03 | 66.94 | 0.95 | 0.5 |
| Hex | DC | F8 | 6 | B | 0 | 62 | 3 | 43 | 5F | 32 |
| Octal | 334 | 370 | 6 | 13 | 0 | 142 | 3 | 103 | 137 | 62 |
| Binary | 11011100 | 11111000 | 110 | 1011 | 0 | 1100010 | 11 | 1000011 | 1011111 | 110010 |
Color Harmonies of #DCF806
Complementary color
Monochromatic Colors of #DCF806
Black with #DCF806
Text Example
Text Example
White with #DCF806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF806; }
p { color: rgb(220,248,6); }
H1.HeaderClassName
{
color: #DCF806;
}
.AnyTagClassName
{
color: #DCF806;
}
</style>
background-color css
<style>
a { background-color: #DCF806; }
a { background-color: rgb(220,248,6); }
div.DivClassName
{
background-color: #DCF806;
}
.BgClassName
{
background-color: #DCF806;
}
</style>
border-color css
<style>
span { border-color: #DCF806; }
span { border-color: rgb(220,248,6); }
td.TdClassName
{
border-color: #DCF806;
}
.TagClassName
{
border-color: #DCF806;
}
</style>