Shades of Chartreuse Yellow #DDF40C
Tints of Chartreuse Yellow #DDF40C
RGB
CMYK
RGB Variations
Color information
#DDF40C (or 0xDDF40C) is known color: Chartreuse Yellow. HEX triplet: DD, F4 and 0C. RGB value is (221,244,12). Sum of RGB (Red+Green+Blue) = 221+244+12=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 244 (95.70% from 255 or 51.15% from 477); Blue value is 12 (5.08% from 255 or 2.52% from 477); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF40C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF40C is #220BF3. Grayscale: #D3D3D3. Windows color (decimal): -2231284 or 849117. OLE color: 849117.
HSL color Cylindrical-coordinate representation of color #DDF40C: hue angle of 65.95º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDF40C is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 244 | 12 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.04 |
| HSL | 65.95º | 0.91% | 0.5% | - |
| HSV(B) | 65.95º | 0.95% | 0.96% | - |
| XYZ | 62.24 | 80.1 | 12.53 | - |
| YUV | 210.68 | 15.88 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 244 | 12 | 0.09 | 0 | 0.95 | 0.04 | 65.95 | 0.91 | 0.5 |
| Hex | DD | F4 | C | 9 | 0 | 5F | 4 | 42 | 5B | 32 |
| Octal | 335 | 364 | 14 | 11 | 0 | 137 | 4 | 102 | 133 | 62 |
| Binary | 11011101 | 11110100 | 1100 | 1001 | 0 | 1011111 | 100 | 1000010 | 1011011 | 110010 |
Color Harmonies of #DDF40C
Complementary color
Monochromatic Colors of #DDF40C
Black with #DDF40C
Text Example
Text Example
White with #DDF40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF40C; }
p { color: rgb(221,244,12); }
H1.HeaderClassName
{
color: #DDF40C;
}
.AnyTagClassName
{
color: #DDF40C;
}
</style>
background-color css
<style>
a { background-color: #DDF40C; }
a { background-color: rgb(221,244,12); }
div.DivClassName
{
background-color: #DDF40C;
}
.BgClassName
{
background-color: #DDF40C;
}
</style>
border-color css
<style>
span { border-color: #DDF40C; }
span { border-color: rgb(221,244,12); }
td.TdClassName
{
border-color: #DDF40C;
}
.TagClassName
{
border-color: #DDF40C;
}
</style>