Shades of Chartreuse Yellow #DCE001
Tints of Chartreuse Yellow #DCE001
RGB
CMYK
RGB Variations
Color information
#DCE001 (or 0xDCE001) is known color: Chartreuse Yellow. HEX triplet: DC, E0 and 01. RGB value is (220,224,1). Sum of RGB (Red+Green+Blue) = 220+224+1=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 1 (0.78% from 255 or 0.22% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE001 is #231FFE. Grayscale: #C6C6C6. Windows color (decimal): -2301951 or 123100. OLE color: 123100.
HSL color Cylindrical-coordinate representation of color #DCE001: hue angle of 61.08º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCE001 is Cyan = 0.02, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 1 | - |
| CMYK | 0.02 | 0 | 1.00 | 0.12 |
| HSL | 61.08º | 0.99% | 0.44% | - |
| HSV(B) | 61.08º | 1% | 0.88% | - |
| XYZ | 56.18 | 68.53 | 10.3 | - |
| YUV | 197.38 | 17.17 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 1 | 0.02 | 0 | 1.00 | 0.12 | 61.08 | 0.99 | 0.44 |
| Hex | DC | E0 | 1 | 2 | 0 | 64 | C | 3D | 63 | 2C |
| Octal | 334 | 340 | 1 | 2 | 0 | 144 | 14 | 75 | 143 | 54 |
| Binary | 11011100 | 11100000 | 1 | 10 | 0 | 1100100 | 1100 | 111101 | 1100011 | 101100 |
Color Harmonies of #DCE001
Complementary color
Monochromatic Colors of #DCE001
Black with #DCE001
Text Example
Text Example
White with #DCE001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE001; }
p { color: rgb(220,224,1); }
H1.HeaderClassName
{
color: #DCE001;
}
.AnyTagClassName
{
color: #DCE001;
}
</style>
background-color css
<style>
a { background-color: #DCE001; }
a { background-color: rgb(220,224,1); }
div.DivClassName
{
background-color: #DCE001;
}
.BgClassName
{
background-color: #DCE001;
}
</style>
border-color css
<style>
span { border-color: #DCE001; }
span { border-color: rgb(220,224,1); }
td.TdClassName
{
border-color: #DCE001;
}
.TagClassName
{
border-color: #DCE001;
}
</style>