Shades of Chartreuse Yellow #DCE401
Tints of Chartreuse Yellow #DCE401
RGB
CMYK
RGB Variations
Color information
#DCE401 (or 0xDCE401) is known color: Chartreuse Yellow. HEX triplet: DC, E4 and 01. RGB value is (220,228,1). Sum of RGB (Red+Green+Blue) = 220+228+1=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 228 (89.45% from 255 or 50.78% from 449); Blue value is 1 (0.78% from 255 or 0.22% from 449); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE401 is #231BFE. Grayscale: #C8C8C8. Windows color (decimal): -2300927 or 124124. OLE color: 124124.
HSL color Cylindrical-coordinate representation of color #DCE401: hue angle of 62.11º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCE401 is Cyan = 0.04, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 1 | - |
| CMYK | 0.04 | 0 | 1.00 | 0.11 |
| HSL | 62.11º | 0.99% | 0.45% | - |
| HSV(B) | 62.11º | 1% | 0.89% | - |
| XYZ | 57.26 | 70.7 | 10.66 | - |
| YUV | 199.73 | 15.85 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 1 | 0.04 | 0 | 1.00 | 0.11 | 62.11 | 0.99 | 0.45 |
| Hex | DC | E4 | 1 | 4 | 0 | 64 | B | 3E | 63 | 2D |
| Octal | 334 | 344 | 1 | 4 | 0 | 144 | 13 | 76 | 143 | 55 |
| Binary | 11011100 | 11100100 | 1 | 100 | 0 | 1100100 | 1011 | 111110 | 1100011 | 101101 |
Color Harmonies of #DCE401
Complementary color
Monochromatic Colors of #DCE401
Black with #DCE401
Text Example
Text Example
White with #DCE401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE401; }
p { color: rgb(220,228,1); }
H1.HeaderClassName
{
color: #DCE401;
}
.AnyTagClassName
{
color: #DCE401;
}
</style>
background-color css
<style>
a { background-color: #DCE401; }
a { background-color: rgb(220,228,1); }
div.DivClassName
{
background-color: #DCE401;
}
.BgClassName
{
background-color: #DCE401;
}
</style>
border-color css
<style>
span { border-color: #DCE401; }
span { border-color: rgb(220,228,1); }
td.TdClassName
{
border-color: #DCE401;
}
.TagClassName
{
border-color: #DCE401;
}
</style>