Shades of Chartreuse Yellow #DDEF0E
Tints of Chartreuse Yellow #DDEF0E
RGB
CMYK
RGB Variations
Color information
#DDEF0E (or 0xDDEF0E) is known color: Chartreuse Yellow. HEX triplet: DD, EF and 0E. RGB value is (221,239,14). Sum of RGB (Red+Green+Blue) = 221+239+14=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 239 (93.75% from 255 or 50.42% from 474); Blue value is 14 (5.86% from 255 or 2.95% from 474); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDEF0E is #2210F1. Grayscale: #D0D0D0. Windows color (decimal): -2232562 or 978909. OLE color: 978909.
HSL color Cylindrical-coordinate representation of color #DDEF0E: hue angle of 64.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDEF0E is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 14 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.06 |
| HSL | 64.8º | 0.89% | 0.5% | - |
| HSV(B) | 64.8º | 0.94% | 0.94% | - |
| XYZ | 60.76 | 77.14 | 12.1 | - |
| YUV | 207.97 | 18.54 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 14 | 0.08 | 0 | 0.94 | 0.06 | 64.8 | 0.89 | 0.5 |
| Hex | DD | EF | E | 8 | 0 | 5E | 6 | 41 | 59 | 32 |
| Octal | 335 | 357 | 16 | 10 | 0 | 136 | 6 | 101 | 131 | 62 |
| Binary | 11011101 | 11101111 | 1110 | 1000 | 0 | 1011110 | 110 | 1000001 | 1011001 | 110010 |
Color Harmonies of #DDEF0E
Complementary color
Monochromatic Colors of #DDEF0E
Black with #DDEF0E
Text Example
Text Example
White with #DDEF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF0E; }
p { color: rgb(221,239,14); }
H1.HeaderClassName
{
color: #DDEF0E;
}
.AnyTagClassName
{
color: #DDEF0E;
}
</style>
background-color css
<style>
a { background-color: #DDEF0E; }
a { background-color: rgb(221,239,14); }
div.DivClassName
{
background-color: #DDEF0E;
}
.BgClassName
{
background-color: #DDEF0E;
}
</style>
border-color css
<style>
span { border-color: #DDEF0E; }
span { border-color: rgb(221,239,14); }
td.TdClassName
{
border-color: #DDEF0E;
}
.TagClassName
{
border-color: #DDEF0E;
}
</style>