Shades of Chartreuse Yellow #DCFF01
Tints of Chartreuse Yellow #DCFF01
RGB
CMYK
RGB Variations
Color information
#DCFF01 (or 0xDCFF01) is known color: Chartreuse Yellow. HEX triplet: DC, FF and 01. RGB value is (220,255,1). Sum of RGB (Red+Green+Blue) = 220+255+1=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 1 (0.78% from 255 or 0.21% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFF01 is #2300FE. Grayscale: #D8D8D8. Windows color (decimal): -2294015 or 131036. OLE color: 131036.
HSL color Cylindrical-coordinate representation of color #DCFF01: hue angle of 68.27º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCFF01 is Cyan = 0.14, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 1 | - |
| CMYK | 0.14 | 0 | 1.00 | 0 |
| HSL | 68.27º | 1% | 0.5% | - |
| HSV(B) | 68.27º | 1% | 1% | - |
| XYZ | 65.28 | 86.74 | 13.33 | - |
| YUV | 215.58 | 6.9 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 1 | 0.14 | 0 | 1.00 | 0 | 68.27 | 1 | 0.5 |
| Hex | DC | FF | 1 | E | 0 | 64 | 0 | 44 | 64 | 32 |
| Octal | 334 | 377 | 1 | 16 | 0 | 144 | 0 | 104 | 144 | 62 |
| Binary | 11011100 | 11111111 | 1 | 1110 | 0 | 1100100 | 0 | 1000100 | 1100100 | 110010 |
Color Harmonies of #DCFF01
Complementary color
Monochromatic Colors of #DCFF01
Black with #DCFF01
Text Example
Text Example
White with #DCFF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF01; }
p { color: rgb(220,255,1); }
H1.HeaderClassName
{
color: #DCFF01;
}
.AnyTagClassName
{
color: #DCFF01;
}
</style>
background-color css
<style>
a { background-color: #DCFF01; }
a { background-color: rgb(220,255,1); }
div.DivClassName
{
background-color: #DCFF01;
}
.BgClassName
{
background-color: #DCFF01;
}
</style>
border-color css
<style>
span { border-color: #DCFF01; }
span { border-color: rgb(220,255,1); }
td.TdClassName
{
border-color: #DCFF01;
}
.TagClassName
{
border-color: #DCFF01;
}
</style>