Shades of Chartreuse Yellow #DDFC04
Tints of Chartreuse Yellow #DDFC04
RGB
CMYK
RGB Variations
Color information
#DDFC04 (or 0xDDFC04) is known color: Chartreuse Yellow. HEX triplet: DD, FC and 04. RGB value is (221,252,4). Sum of RGB (Red+Green+Blue) = 221+252+4=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 252 (98.83% from 255 or 52.83% from 477); Blue value is 4 (1.95% from 255 or 0.84% from 477); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFC04 is #2203FB. Grayscale: #D7D7D7. Windows color (decimal): -2229244 or 326877. OLE color: 326877.
HSL color Cylindrical-coordinate representation of color #DDFC04: hue angle of 67.5º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDFC04 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 4 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.01 |
| HSL | 67.5º | 0.98% | 0.5% | - |
| HSV(B) | 67.5º | 0.98% | 0.99% | - |
| XYZ | 64.65 | 85 | 13.11 | - |
| YUV | 214.46 | 9.23 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 4 | 0.12 | 0 | 0.98 | 0.01 | 67.5 | 0.98 | 0.5 |
| Hex | DD | FC | 4 | C | 0 | 62 | 1 | 44 | 62 | 32 |
| Octal | 335 | 374 | 4 | 14 | 0 | 142 | 1 | 104 | 142 | 62 |
| Binary | 11011101 | 11111100 | 100 | 1100 | 0 | 1100010 | 1 | 1000100 | 1100010 | 110010 |
Color Harmonies of #DDFC04
Complementary color
Monochromatic Colors of #DDFC04
Black with #DDFC04
Text Example
Text Example
White with #DDFC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC04; }
p { color: rgb(221,252,4); }
H1.HeaderClassName
{
color: #DDFC04;
}
.AnyTagClassName
{
color: #DDFC04;
}
</style>
background-color css
<style>
a { background-color: #DDFC04; }
a { background-color: rgb(221,252,4); }
div.DivClassName
{
background-color: #DDFC04;
}
.BgClassName
{
background-color: #DDFC04;
}
</style>
border-color css
<style>
span { border-color: #DDFC04; }
span { border-color: rgb(221,252,4); }
td.TdClassName
{
border-color: #DDFC04;
}
.TagClassName
{
border-color: #DDFC04;
}
</style>