Shades of Chartreuse Yellow #DDE400
Tints of Chartreuse Yellow #DDE400
RGB
CMYK
RGB Variations
Color information
#DDE400 (or 0xDDE400) is known color: Chartreuse Yellow. HEX triplet: DD, E4 and 00. RGB value is (221,228,0). Sum of RGB (Red+Green+Blue) = 221+228+0=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 228 (89.45% from 255 or 50.78% from 449); Blue value is 0 (0.39% from 255 or 0% from 449); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE400 is #221BFF. Grayscale: #C8C8C8. Windows color (decimal): -2235392 or 58589. OLE color: 58589.
HSL color Cylindrical-coordinate representation of color #DDE400: hue angle of 61.84º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDE400 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.11 |
| HSL | 61.84º | 1% | 0.45% | - |
| HSV(B) | 61.84º | 1% | 0.89% | - |
| XYZ | 57.56 | 70.86 | 10.64 | - |
| YUV | 199.92 | 15.18 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 0 | 0.03 | 0 | 1 | 0.11 | 61.84 | 1 | 0.45 |
| Hex | DD | E4 | 0 | 3 | 0 | 64 | B | 3E | 64 | 2D |
| Octal | 335 | 344 | 0 | 3 | 0 | 144 | 13 | 76 | 144 | 55 |
| Binary | 11011101 | 11100100 | 0 | 11 | 0 | 1100100 | 1011 | 111110 | 1100100 | 101101 |
Color Harmonies of #DDE400
Complementary color
Monochromatic Colors of #DDE400
Black with #DDE400
Text Example
Text Example
White with #DDE400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE400; }
p { color: rgb(221,228,0); }
H1.HeaderClassName
{
color: #DDE400;
}
.AnyTagClassName
{
color: #DDE400;
}
</style>
background-color css
<style>
a { background-color: #DDE400; }
a { background-color: rgb(221,228,0); }
div.DivClassName
{
background-color: #DDE400;
}
.BgClassName
{
background-color: #DDE400;
}
</style>
border-color css
<style>
span { border-color: #DDE400; }
span { border-color: rgb(221,228,0); }
td.TdClassName
{
border-color: #DDE400;
}
.TagClassName
{
border-color: #DDE400;
}
</style>