Shades of Chartreuse Yellow #DDF70A
Tints of Chartreuse Yellow #DDF70A
RGB
CMYK
RGB Variations
Color information
#DDF70A (or 0xDDF70A) is known color: Chartreuse Yellow. HEX triplet: DD, F7 and 0A. RGB value is (221,247,10). Sum of RGB (Red+Green+Blue) = 221+247+10=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 247 (96.88% from 255 or 51.67% from 478); Blue value is 10 (4.30% from 255 or 2.09% from 478); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF70A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF70A is #2208F5. Grayscale: #D5D5D5. Windows color (decimal): -2230518 or 718813. OLE color: 718813.
HSL color Cylindrical-coordinate representation of color #DDF70A: hue angle of 66.58º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DDF70A is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 10 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.03 |
| HSL | 66.58º | 0.94% | 0.5% | - |
| HSV(B) | 66.58º | 0.96% | 0.97% | - |
| XYZ | 63.13 | 81.92 | 12.77 | - |
| YUV | 212.21 | 13.89 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 10 | 0.11 | 0 | 0.96 | 0.03 | 66.58 | 0.94 | 0.5 |
| Hex | DD | F7 | A | B | 0 | 60 | 3 | 43 | 5E | 32 |
| Octal | 335 | 367 | 12 | 13 | 0 | 140 | 3 | 103 | 136 | 62 |
| Binary | 11011101 | 11110111 | 1010 | 1011 | 0 | 1100000 | 11 | 1000011 | 1011110 | 110010 |
Color Harmonies of #DDF70A
Complementary color
Monochromatic Colors of #DDF70A
Black with #DDF70A
Text Example
Text Example
White with #DDF70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF70A; }
p { color: rgb(221,247,10); }
H1.HeaderClassName
{
color: #DDF70A;
}
.AnyTagClassName
{
color: #DDF70A;
}
</style>
background-color css
<style>
a { background-color: #DDF70A; }
a { background-color: rgb(221,247,10); }
div.DivClassName
{
background-color: #DDF70A;
}
.BgClassName
{
background-color: #DDF70A;
}
</style>
border-color css
<style>
span { border-color: #DDF70A; }
span { border-color: rgb(221,247,10); }
td.TdClassName
{
border-color: #DDF70A;
}
.TagClassName
{
border-color: #DDF70A;
}
</style>