Shades of Chartreuse Yellow #DCFD06
Tints of Chartreuse Yellow #DCFD06
RGB
CMYK
RGB Variations
Color information
#DCFD06 (or 0xDCFD06) is known color: Chartreuse Yellow. HEX triplet: DC, FD and 06. RGB value is (220,253,6). Sum of RGB (Red+Green+Blue) = 220+253+6=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 253 (99.22% from 255 or 52.82% from 479); Blue value is 6 (2.73% from 255 or 1.25% from 479); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFD06 is #2302F9. Grayscale: #D7D7D7. Windows color (decimal): -2294522 or 458204. OLE color: 458204.
HSL color Cylindrical-coordinate representation of color #DCFD06: hue angle of 68.02º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCFD06 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 253 | 6 | - |
CMYK | 0.13 | 0 | 0.98 | 0.01 |
HSL | 68.02º | 0.98% | 0.51% | - |
HSV(B) | 68.02º | 0.98% | 0.99% | - |
XYZ | 64.67 | 85.48 | 13.26 | - |
YUV | 214.98 | 10.07 | 131.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 253 | 6 | 0.13 | 0 | 0.98 | 0.01 | 68.02 | 0.98 | 0.51 |
Hex | DC | FD | 6 | D | 0 | 62 | 1 | 44 | 62 | 33 |
Octal | 334 | 375 | 6 | 15 | 0 | 142 | 1 | 104 | 142 | 63 |
Binary | 11011100 | 11111101 | 110 | 1101 | 0 | 1100010 | 1 | 1000100 | 1100010 | 110011 |
Color Harmonies of #DCFD06
Complementary color
Monochromatic Colors of #DCFD06
Black with #DCFD06
Text Example
Text Example
White with #DCFD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD06; }
p { color: rgb(220,253,6); }
H1.HeaderClassName
{
color: #DCFD06;
}
.AnyTagClassName
{
color: #DCFD06;
}
</style>
background-color css
<style>
a { background-color: #DCFD06; }
a { background-color: rgb(220,253,6); }
div.DivClassName
{
background-color: #DCFD06;
}
.BgClassName
{
background-color: #DCFD06;
}
</style>
border-color css
<style>
span { border-color: #DCFD06; }
span { border-color: rgb(220,253,6); }
td.TdClassName
{
border-color: #DCFD06;
}
.TagClassName
{
border-color: #DCFD06;
}
</style>