Shades of Chartreuse Yellow #DDFB04
Tints of Chartreuse Yellow #DDFB04
RGB
CMYK
RGB Variations
Color information
#DDFB04 (or 0xDDFB04) is known color: Chartreuse Yellow. HEX triplet: DD, FB and 04. RGB value is (221,251,4). Sum of RGB (Red+Green+Blue) = 221+251+4=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 251 (98.44% from 255 or 52.73% from 476); Blue value is 4 (1.95% from 255 or 0.84% from 476); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFB04 is #2204FB. Grayscale: #D6D6D6. Windows color (decimal): -2229500 or 326621. OLE color: 326621.
HSL color Cylindrical-coordinate representation of color #DDFB04: hue angle of 67.29º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDFB04 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 4 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.02 |
| HSL | 67.29º | 0.97% | 0.5% | - |
| HSV(B) | 67.29º | 0.98% | 0.98% | - |
| XYZ | 64.34 | 84.38 | 13.01 | - |
| YUV | 213.87 | 9.56 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 4 | 0.12 | 0 | 0.98 | 0.02 | 67.29 | 0.97 | 0.5 |
| Hex | DD | FB | 4 | C | 0 | 62 | 2 | 43 | 61 | 32 |
| Octal | 335 | 373 | 4 | 14 | 0 | 142 | 2 | 103 | 141 | 62 |
| Binary | 11011101 | 11111011 | 100 | 1100 | 0 | 1100010 | 10 | 1000011 | 1100001 | 110010 |
Color Harmonies of #DDFB04
Complementary color
Monochromatic Colors of #DDFB04
Black with #DDFB04
Text Example
Text Example
White with #DDFB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFB04; }
p { color: rgb(221,251,4); }
H1.HeaderClassName
{
color: #DDFB04;
}
.AnyTagClassName
{
color: #DDFB04;
}
</style>
background-color css
<style>
a { background-color: #DDFB04; }
a { background-color: rgb(221,251,4); }
div.DivClassName
{
background-color: #DDFB04;
}
.BgClassName
{
background-color: #DDFB04;
}
</style>
border-color css
<style>
span { border-color: #DDFB04; }
span { border-color: rgb(221,251,4); }
td.TdClassName
{
border-color: #DDFB04;
}
.TagClassName
{
border-color: #DDFB04;
}
</style>