Shades of Chartreuse Yellow #DDFD0F
Tints of Chartreuse Yellow #DDFD0F
RGB
CMYK
RGB Variations
Color information
#DDFD0F (or 0xDDFD0F) is known color: Chartreuse Yellow. HEX triplet: DD, FD and 0F. RGB value is (221,253,15). Sum of RGB (Red+Green+Blue) = 221+253+15=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 253 (99.22% from 255 or 51.74% from 489); Blue value is 15 (6.25% from 255 or 3.07% from 489); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFD0F is #2202F0. Grayscale: #D9D9D9. Windows color (decimal): -2228977 or 1048029. OLE color: 1048029.
HSL color Cylindrical-coordinate representation of color #DDFD0F: hue angle of 68.07º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDFD0F is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 15 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.01 |
| HSL | 68.07º | 0.98% | 0.53% | - |
| HSV(B) | 68.07º | 0.94% | 0.99% | - |
| XYZ | 65.03 | 85.66 | 13.56 | - |
| YUV | 216.3 | 14.4 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 15 | 0.13 | 0 | 0.94 | 0.01 | 68.07 | 0.98 | 0.53 |
| Hex | DD | FD | F | D | 0 | 5E | 1 | 44 | 62 | 35 |
| Octal | 335 | 375 | 17 | 15 | 0 | 136 | 1 | 104 | 142 | 65 |
| Binary | 11011101 | 11111101 | 1111 | 1101 | 0 | 1011110 | 1 | 1000100 | 1100010 | 110101 |
Color Harmonies of #DDFD0F
Complementary color
Monochromatic Colors of #DDFD0F
Black with #DDFD0F
Text Example
Text Example
White with #DDFD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFD0F; }
p { color: rgb(221,253,15); }
H1.HeaderClassName
{
color: #DDFD0F;
}
.AnyTagClassName
{
color: #DDFD0F;
}
</style>
background-color css
<style>
a { background-color: #DDFD0F; }
a { background-color: rgb(221,253,15); }
div.DivClassName
{
background-color: #DDFD0F;
}
.BgClassName
{
background-color: #DDFD0F;
}
</style>
border-color css
<style>
span { border-color: #DDFD0F; }
span { border-color: rgb(221,253,15); }
td.TdClassName
{
border-color: #DDFD0F;
}
.TagClassName
{
border-color: #DDFD0F;
}
</style>