Shades of Chartreuse Yellow #DDE40E
Tints of Chartreuse Yellow #DDE40E
RGB
CMYK
RGB Variations
Color information
#DDE40E (or 0xDDE40E) is known color: Chartreuse Yellow. HEX triplet: DD, E4 and 0E. RGB value is (221,228,14). Sum of RGB (Red+Green+Blue) = 221+228+14=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 228 (89.45% from 255 or 49.24% from 463); Blue value is 14 (5.86% from 255 or 3.02% from 463); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE40E is #221BF1. Grayscale: #CACACA. Windows color (decimal): -2235378 or 976093. OLE color: 976093.
HSL color Cylindrical-coordinate representation of color #DDE40E: hue angle of 61.96º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDE40E is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 14 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.11 |
| HSL | 61.96º | 0.88% | 0.47% | - |
| HSV(B) | 61.96º | 0.94% | 0.89% | - |
| XYZ | 57.64 | 70.89 | 11.06 | - |
| YUV | 201.51 | 22.18 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 14 | 0.03 | 0 | 0.94 | 0.11 | 61.96 | 0.88 | 0.47 |
| Hex | DD | E4 | E | 3 | 0 | 5E | B | 3E | 58 | 2F |
| Octal | 335 | 344 | 16 | 3 | 0 | 136 | 13 | 76 | 130 | 57 |
| Binary | 11011101 | 11100100 | 1110 | 11 | 0 | 1011110 | 1011 | 111110 | 1011000 | 101111 |
Color Harmonies of #DDE40E
Complementary color
Monochromatic Colors of #DDE40E
Black with #DDE40E
Text Example
Text Example
White with #DDE40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE40E; }
p { color: rgb(221,228,14); }
H1.HeaderClassName
{
color: #DDE40E;
}
.AnyTagClassName
{
color: #DDE40E;
}
</style>
background-color css
<style>
a { background-color: #DDE40E; }
a { background-color: rgb(221,228,14); }
div.DivClassName
{
background-color: #DDE40E;
}
.BgClassName
{
background-color: #DDE40E;
}
</style>
border-color css
<style>
span { border-color: #DDE40E; }
span { border-color: rgb(221,228,14); }
td.TdClassName
{
border-color: #DDE40E;
}
.TagClassName
{
border-color: #DDE40E;
}
</style>