Shades of Chartreuse Yellow #DDFC0E
Tints of Chartreuse Yellow #DDFC0E
RGB
CMYK
RGB Variations
Color information
#DDFC0E (or 0xDDFC0E) is known color: Chartreuse Yellow. HEX triplet: DD, FC and 0E. RGB value is (221,252,14). Sum of RGB (Red+Green+Blue) = 221+252+14=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 252 (98.83% from 255 or 51.75% from 487); Blue value is 14 (5.86% from 255 or 2.87% from 487); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFC0E is #2203F1. Grayscale: #D8D8D8. Windows color (decimal): -2229234 or 982237. OLE color: 982237.
HSL color Cylindrical-coordinate representation of color #DDFC0E: hue angle of 67.82º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDFC0E is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 14 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.01 |
| HSL | 67.82º | 0.98% | 0.52% | - |
| HSV(B) | 67.82º | 0.94% | 0.99% | - |
| XYZ | 64.71 | 85.02 | 13.42 | - |
| YUV | 215.6 | 14.23 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 14 | 0.12 | 0 | 0.94 | 0.01 | 67.82 | 0.98 | 0.52 |
| Hex | DD | FC | E | C | 0 | 5E | 1 | 44 | 62 | 34 |
| Octal | 335 | 374 | 16 | 14 | 0 | 136 | 1 | 104 | 142 | 64 |
| Binary | 11011101 | 11111100 | 1110 | 1100 | 0 | 1011110 | 1 | 1000100 | 1100010 | 110100 |
Color Harmonies of #DDFC0E
Complementary color
Monochromatic Colors of #DDFC0E
Black with #DDFC0E
Text Example
Text Example
White with #DDFC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC0E; }
p { color: rgb(221,252,14); }
H1.HeaderClassName
{
color: #DDFC0E;
}
.AnyTagClassName
{
color: #DDFC0E;
}
</style>
background-color css
<style>
a { background-color: #DDFC0E; }
a { background-color: rgb(221,252,14); }
div.DivClassName
{
background-color: #DDFC0E;
}
.BgClassName
{
background-color: #DDFC0E;
}
</style>
border-color css
<style>
span { border-color: #DDFC0E; }
span { border-color: rgb(221,252,14); }
td.TdClassName
{
border-color: #DDFC0E;
}
.TagClassName
{
border-color: #DDFC0E;
}
</style>