Shades of Chartreuse Yellow #DDF007
Tints of Chartreuse Yellow #DDF007
RGB
CMYK
RGB Variations
Color information
#DDF007 (or 0xDDF007) is known color: Chartreuse Yellow. HEX triplet: DD, F0 and 07. RGB value is (221,240,7). Sum of RGB (Red+Green+Blue) = 221+240+7=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 240 (94.14% from 255 or 51.28% from 468); Blue value is 7 (3.12% from 255 or 1.50% from 468); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF007 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF007 is #220FF8. Grayscale: #D0D0D0. Windows color (decimal): -2232313 or 520413. OLE color: 520413.
HSL color Cylindrical-coordinate representation of color #DDF007: hue angle of 64.89º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDF007 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 7 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.06 |
| HSL | 64.89º | 0.94% | 0.48% | - |
| HSV(B) | 64.89º | 0.97% | 0.94% | - |
| XYZ | 61.02 | 77.71 | 11.98 | - |
| YUV | 207.76 | 14.71 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 7 | 0.08 | 0 | 0.97 | 0.06 | 64.89 | 0.94 | 0.48 |
| Hex | DD | F0 | 7 | 8 | 0 | 61 | 6 | 41 | 5E | 30 |
| Octal | 335 | 360 | 7 | 10 | 0 | 141 | 6 | 101 | 136 | 60 |
| Binary | 11011101 | 11110000 | 111 | 1000 | 0 | 1100001 | 110 | 1000001 | 1011110 | 110000 |
Color Harmonies of #DDF007
Complementary color
Monochromatic Colors of #DDF007
Black with #DDF007
Text Example
Text Example
White with #DDF007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF007; }
p { color: rgb(221,240,7); }
H1.HeaderClassName
{
color: #DDF007;
}
.AnyTagClassName
{
color: #DDF007;
}
</style>
background-color css
<style>
a { background-color: #DDF007; }
a { background-color: rgb(221,240,7); }
div.DivClassName
{
background-color: #DDF007;
}
.BgClassName
{
background-color: #DDF007;
}
</style>
border-color css
<style>
span { border-color: #DDF007; }
span { border-color: rgb(221,240,7); }
td.TdClassName
{
border-color: #DDF007;
}
.TagClassName
{
border-color: #DDF007;
}
</style>