Shades of Chartreuse Yellow #DDF70C
Tints of Chartreuse Yellow #DDF70C
RGB
CMYK
RGB Variations
Color information
#DDF70C (or 0xDDF70C) is known color: Chartreuse Yellow. HEX triplet: DD, F7 and 0C. RGB value is (221,247,12). Sum of RGB (Red+Green+Blue) = 221+247+12=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 247 (96.88% from 255 or 51.46% from 480); Blue value is 12 (5.08% from 255 or 2.5% from 480); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF70C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF70C is #2208F3. Grayscale: #D5D5D5. Windows color (decimal): -2230516 or 849885. OLE color: 849885.
HSL color Cylindrical-coordinate representation of color #DDF70C: hue angle of 66.64º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDF70C is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 12 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.03 |
| HSL | 66.64º | 0.94% | 0.51% | - |
| HSV(B) | 66.64º | 0.95% | 0.97% | - |
| XYZ | 63.15 | 81.92 | 12.83 | - |
| YUV | 212.44 | 14.89 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 12 | 0.11 | 0 | 0.95 | 0.03 | 66.64 | 0.94 | 0.51 |
| Hex | DD | F7 | C | B | 0 | 5F | 3 | 43 | 5E | 33 |
| Octal | 335 | 367 | 14 | 13 | 0 | 137 | 3 | 103 | 136 | 63 |
| Binary | 11011101 | 11110111 | 1100 | 1011 | 0 | 1011111 | 11 | 1000011 | 1011110 | 110011 |
Color Harmonies of #DDF70C
Complementary color
Monochromatic Colors of #DDF70C
Black with #DDF70C
Text Example
Text Example
White with #DDF70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF70C; }
p { color: rgb(221,247,12); }
H1.HeaderClassName
{
color: #DDF70C;
}
.AnyTagClassName
{
color: #DDF70C;
}
</style>
background-color css
<style>
a { background-color: #DDF70C; }
a { background-color: rgb(221,247,12); }
div.DivClassName
{
background-color: #DDF70C;
}
.BgClassName
{
background-color: #DDF70C;
}
</style>
border-color css
<style>
span { border-color: #DDF70C; }
span { border-color: rgb(221,247,12); }
td.TdClassName
{
border-color: #DDF70C;
}
.TagClassName
{
border-color: #DDF70C;
}
</style>