Shades of Chartreuse Yellow #DDF40E
Tints of Chartreuse Yellow #DDF40E
RGB
CMYK
RGB Variations
Color information
#DDF40E (or 0xDDF40E) is known color: Chartreuse Yellow. HEX triplet: DD, F4 and 0E. RGB value is (221,244,14). Sum of RGB (Red+Green+Blue) = 221+244+14=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 244 (95.70% from 255 or 50.94% from 479); Blue value is 14 (5.86% from 255 or 2.92% from 479); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF40E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF40E is #220BF1. Grayscale: #D3D3D3. Windows color (decimal): -2231282 or 980189. OLE color: 980189.
HSL color Cylindrical-coordinate representation of color #DDF40E: hue angle of 66º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDF40E is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 244 | 14 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.04 |
| HSL | 66º | 0.91% | 0.51% | - |
| HSV(B) | 66º | 0.94% | 0.96% | - |
| XYZ | 62.25 | 80.11 | 12.6 | - |
| YUV | 210.9 | 16.88 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 244 | 14 | 0.09 | 0 | 0.94 | 0.04 | 66 | 0.91 | 0.51 |
| Hex | DD | F4 | E | 9 | 0 | 5E | 4 | 42 | 5B | 33 |
| Octal | 335 | 364 | 16 | 11 | 0 | 136 | 4 | 102 | 133 | 63 |
| Binary | 11011101 | 11110100 | 1110 | 1001 | 0 | 1011110 | 100 | 1000010 | 1011011 | 110011 |
Color Harmonies of #DDF40E
Complementary color
Monochromatic Colors of #DDF40E
Black with #DDF40E
Text Example
Text Example
White with #DDF40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF40E; }
p { color: rgb(221,244,14); }
H1.HeaderClassName
{
color: #DDF40E;
}
.AnyTagClassName
{
color: #DDF40E;
}
</style>
background-color css
<style>
a { background-color: #DDF40E; }
a { background-color: rgb(221,244,14); }
div.DivClassName
{
background-color: #DDF40E;
}
.BgClassName
{
background-color: #DDF40E;
}
</style>
border-color css
<style>
span { border-color: #DDF40E; }
span { border-color: rgb(221,244,14); }
td.TdClassName
{
border-color: #DDF40E;
}
.TagClassName
{
border-color: #DDF40E;
}
</style>