Shades of Chartreuse Yellow #DDE001
Tints of Chartreuse Yellow #DDE001
RGB
CMYK
RGB Variations
Color information
#DDE001 (or 0xDDE001) is known color: Chartreuse Yellow. HEX triplet: DD, E0 and 01. RGB value is (221,224,1). Sum of RGB (Red+Green+Blue) = 221+224+1=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 224 (87.89% from 255 or 50.22% from 446); Blue value is 1 (0.78% from 255 or 0.22% from 446); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE001 is #221FFE. Grayscale: #C6C6C6. Windows color (decimal): -2236415 or 123101. OLE color: 123101.
HSL color Cylindrical-coordinate representation of color #DDE001: hue angle of 60.81º 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 #DDE001 is Cyan = 0.01, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 1 | - |
| CMYK | 0.01 | 0 | 1.00 | 0.12 |
| HSL | 60.81º | 0.99% | 0.44% | - |
| HSV(B) | 60.81º | 1% | 0.88% | - |
| XYZ | 56.48 | 68.69 | 10.31 | - |
| YUV | 197.68 | 17.01 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 1 | 0.01 | 0 | 1.00 | 0.12 | 60.81 | 0.99 | 0.44 |
| Hex | DD | E0 | 1 | 1 | 0 | 64 | C | 3D | 63 | 2C |
| Octal | 335 | 340 | 1 | 1 | 0 | 144 | 14 | 75 | 143 | 54 |
| Binary | 11011101 | 11100000 | 1 | 1 | 0 | 1100100 | 1100 | 111101 | 1100011 | 101100 |
Color Harmonies of #DDE001
Complementary color
Monochromatic Colors of #DDE001
Black with #DDE001
Text Example
Text Example
White with #DDE001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE001; }
p { color: rgb(221,224,1); }
H1.HeaderClassName
{
color: #DDE001;
}
.AnyTagClassName
{
color: #DDE001;
}
</style>
background-color css
<style>
a { background-color: #DDE001; }
a { background-color: rgb(221,224,1); }
div.DivClassName
{
background-color: #DDE001;
}
.BgClassName
{
background-color: #DDE001;
}
</style>
border-color css
<style>
span { border-color: #DDE001; }
span { border-color: rgb(221,224,1); }
td.TdClassName
{
border-color: #DDE001;
}
.TagClassName
{
border-color: #DDE001;
}
</style>