Shades of Chartreuse Yellow #DCFF06
Tints of Chartreuse Yellow #DCFF06
RGB
CMYK
RGB Variations
Color information
#DCFF06 (or 0xDCFF06) is known color: Chartreuse Yellow. HEX triplet: DC, FF and 06. RGB value is (220,255,6). Sum of RGB (Red+Green+Blue) = 220+255+6=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 6 (2.73% from 255 or 1.25% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFF06 is #2300F9. Grayscale: #D9D9D9. Windows color (decimal): -2294010 or 458716. OLE color: 458716.
HSL color Cylindrical-coordinate representation of color #DCFF06: hue angle of 68.43º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCFF06 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 6 | - |
| CMYK | 0.14 | 0 | 0.98 | 0 |
| HSL | 68.43º | 1% | 0.51% | - |
| HSV(B) | 68.43º | 0.98% | 1% | - |
| XYZ | 65.31 | 86.75 | 13.47 | - |
| YUV | 216.15 | 9.4 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 6 | 0.14 | 0 | 0.98 | 0 | 68.43 | 1 | 0.51 |
| Hex | DC | FF | 6 | E | 0 | 62 | 0 | 44 | 64 | 33 |
| Octal | 334 | 377 | 6 | 16 | 0 | 142 | 0 | 104 | 144 | 63 |
| Binary | 11011100 | 11111111 | 110 | 1110 | 0 | 1100010 | 0 | 1000100 | 1100100 | 110011 |
Color Harmonies of #DCFF06
Complementary color
Monochromatic Colors of #DCFF06
Black with #DCFF06
Text Example
Text Example
White with #DCFF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF06; }
p { color: rgb(220,255,6); }
H1.HeaderClassName
{
color: #DCFF06;
}
.AnyTagClassName
{
color: #DCFF06;
}
</style>
background-color css
<style>
a { background-color: #DCFF06; }
a { background-color: rgb(220,255,6); }
div.DivClassName
{
background-color: #DCFF06;
}
.BgClassName
{
background-color: #DCFF06;
}
</style>
border-color css
<style>
span { border-color: #DCFF06; }
span { border-color: rgb(220,255,6); }
td.TdClassName
{
border-color: #DCFF06;
}
.TagClassName
{
border-color: #DCFF06;
}
</style>