Shades of Chartreuse Yellow #DEE001
Tints of Chartreuse Yellow #DEE001
RGB
CMYK
RGB Variations
Color information
#DEE001 (or 0xDEE001) is known color: Chartreuse Yellow. HEX triplet: DE, E0 and 01. RGB value is (222,224,1). Sum of RGB (Red+Green+Blue) = 222+224+1=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 1 (0.78% from 255 or 0.22% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE001 is #211FFE. Grayscale: #C6C6C6. Windows color (decimal): -2170879 or 123102. OLE color: 123102.
HSL color Cylindrical-coordinate representation of color #DEE001: hue angle of 60.54º 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 #DEE001 is Cyan = 0.01, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 1 | - |
| CMYK | 0.01 | 0 | 1.00 | 0.12 |
| HSL | 60.54º | 0.99% | 0.44% | - |
| HSV(B) | 60.54º | 1% | 0.88% | - |
| XYZ | 56.79 | 68.84 | 10.32 | - |
| YUV | 197.98 | 16.84 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 1 | 0.01 | 0 | 1.00 | 0.12 | 60.54 | 0.99 | 0.44 |
| Hex | DE | E0 | 1 | 1 | 0 | 64 | C | 3D | 63 | 2C |
| Octal | 336 | 340 | 1 | 1 | 0 | 144 | 14 | 75 | 143 | 54 |
| Binary | 11011110 | 11100000 | 1 | 1 | 0 | 1100100 | 1100 | 111101 | 1100011 | 101100 |
Color Harmonies of #DEE001
Complementary color
Monochromatic Colors of #DEE001
Black with #DEE001
Text Example
Text Example
White with #DEE001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE001; }
p { color: rgb(222,224,1); }
H1.HeaderClassName
{
color: #DEE001;
}
.AnyTagClassName
{
color: #DEE001;
}
</style>
background-color css
<style>
a { background-color: #DEE001; }
a { background-color: rgb(222,224,1); }
div.DivClassName
{
background-color: #DEE001;
}
.BgClassName
{
background-color: #DEE001;
}
</style>
border-color css
<style>
span { border-color: #DEE001; }
span { border-color: rgb(222,224,1); }
td.TdClassName
{
border-color: #DEE001;
}
.TagClassName
{
border-color: #DEE001;
}
</style>