Shades of Chartreuse Yellow #DDFD05
Tints of Chartreuse Yellow #DDFD05
RGB
CMYK
RGB Variations
Color information
#DDFD05 (or 0xDDFD05) is known color: Chartreuse Yellow. HEX triplet: DD, FD and 05. RGB value is (221,253,5). Sum of RGB (Red+Green+Blue) = 221+253+5=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 253 (99.22% from 255 or 52.82% from 479); Blue value is 5 (2.34% from 255 or 1.04% from 479); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFD05 is #2202FA. Grayscale: #D8D8D8. Windows color (decimal): -2228987 or 392669. OLE color: 392669.
HSL color Cylindrical-coordinate representation of color #DDFD05: hue angle of 67.74º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDFD05 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 5 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.01 |
| HSL | 67.74º | 0.98% | 0.51% | - |
| HSV(B) | 67.74º | 0.98% | 0.99% | - |
| XYZ | 64.97 | 85.63 | 13.25 | - |
| YUV | 215.16 | 9.4 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 5 | 0.13 | 0 | 0.98 | 0.01 | 67.74 | 0.98 | 0.51 |
| Hex | DD | FD | 5 | D | 0 | 62 | 1 | 44 | 62 | 33 |
| Octal | 335 | 375 | 5 | 15 | 0 | 142 | 1 | 104 | 142 | 63 |
| Binary | 11011101 | 11111101 | 101 | 1101 | 0 | 1100010 | 1 | 1000100 | 1100010 | 110011 |
Color Harmonies of #DDFD05
Complementary color
Monochromatic Colors of #DDFD05
Black with #DDFD05
Text Example
Text Example
White with #DDFD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFD05; }
p { color: rgb(221,253,5); }
H1.HeaderClassName
{
color: #DDFD05;
}
.AnyTagClassName
{
color: #DDFD05;
}
</style>
background-color css
<style>
a { background-color: #DDFD05; }
a { background-color: rgb(221,253,5); }
div.DivClassName
{
background-color: #DDFD05;
}
.BgClassName
{
background-color: #DDFD05;
}
</style>
border-color css
<style>
span { border-color: #DDFD05; }
span { border-color: rgb(221,253,5); }
td.TdClassName
{
border-color: #DDFD05;
}
.TagClassName
{
border-color: #DDFD05;
}
</style>