Shades of Chartreuse Yellow #DDF207
Tints of Chartreuse Yellow #DDF207
RGB
CMYK
RGB Variations
Color information
#DDF207 (or 0xDDF207) is known color: Chartreuse Yellow. HEX triplet: DD, F2 and 07. RGB value is (221,242,7). Sum of RGB (Red+Green+Blue) = 221+242+7=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 242 (94.92% from 255 or 51.49% from 470); Blue value is 7 (3.12% from 255 or 1.49% from 470); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF207 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF207 is #220DF8. Grayscale: #D1D1D1. Windows color (decimal): -2231801 or 520925. OLE color: 520925.
HSL color Cylindrical-coordinate representation of color #DDF207: hue angle of 65.36º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDF207 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 7 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.05 |
| HSL | 65.36º | 0.94% | 0.49% | - |
| HSV(B) | 65.36º | 0.97% | 0.95% | - |
| XYZ | 61.61 | 78.89 | 12.18 | - |
| YUV | 208.93 | 14.04 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 7 | 0.09 | 0 | 0.97 | 0.05 | 65.36 | 0.94 | 0.49 |
| Hex | DD | F2 | 7 | 9 | 0 | 61 | 5 | 41 | 5E | 31 |
| Octal | 335 | 362 | 7 | 11 | 0 | 141 | 5 | 101 | 136 | 61 |
| Binary | 11011101 | 11110010 | 111 | 1001 | 0 | 1100001 | 101 | 1000001 | 1011110 | 110001 |
Color Harmonies of #DDF207
Complementary color
Monochromatic Colors of #DDF207
Black with #DDF207
Text Example
Text Example
White with #DDF207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF207; }
p { color: rgb(221,242,7); }
H1.HeaderClassName
{
color: #DDF207;
}
.AnyTagClassName
{
color: #DDF207;
}
</style>
background-color css
<style>
a { background-color: #DDF207; }
a { background-color: rgb(221,242,7); }
div.DivClassName
{
background-color: #DDF207;
}
.BgClassName
{
background-color: #DDF207;
}
</style>
border-color css
<style>
span { border-color: #DDF207; }
span { border-color: rgb(221,242,7); }
td.TdClassName
{
border-color: #DDF207;
}
.TagClassName
{
border-color: #DDF207;
}
</style>