Shades of Chartreuse Yellow #DDF500
Tints of Chartreuse Yellow #DDF500
RGB
CMYK
RGB Variations
Color information
#DDF500 (or 0xDDF500) is known color: Chartreuse Yellow. HEX triplet: DD, F5 and 00. RGB value is (221,245,0). Sum of RGB (Red+Green+Blue) = 221+245+0=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 245 (96.09% from 255 or 52.58% from 466); Blue value is 0 (0.39% from 255 or 0% from 466); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF500 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF500 is #220AFF. Grayscale: #D2D2D2. Windows color (decimal): -2231040 or 62941. OLE color: 62941.
HSL color Cylindrical-coordinate representation of color #DDF500: hue angle of 65.88º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDF500 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.04 |
| HSL | 65.88º | 1% | 0.48% | - |
| HSV(B) | 65.88º | 1% | 0.96% | - |
| XYZ | 62.47 | 80.68 | 12.28 | - |
| YUV | 209.89 | 9.55 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 0 | 0.10 | 0 | 1 | 0.04 | 65.88 | 1 | 0.48 |
| Hex | DD | F5 | 0 | A | 0 | 64 | 4 | 42 | 64 | 30 |
| Octal | 335 | 365 | 0 | 12 | 0 | 144 | 4 | 102 | 144 | 60 |
| Binary | 11011101 | 11110101 | 0 | 1010 | 0 | 1100100 | 100 | 1000010 | 1100100 | 110000 |
Color Harmonies of #DDF500
Complementary color
Monochromatic Colors of #DDF500
Black with #DDF500
Text Example
Text Example
White with #DDF500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF500; }
p { color: rgb(221,245,0); }
H1.HeaderClassName
{
color: #DDF500;
}
.AnyTagClassName
{
color: #DDF500;
}
</style>
background-color css
<style>
a { background-color: #DDF500; }
a { background-color: rgb(221,245,0); }
div.DivClassName
{
background-color: #DDF500;
}
.BgClassName
{
background-color: #DDF500;
}
</style>
border-color css
<style>
span { border-color: #DDF500; }
span { border-color: rgb(221,245,0); }
td.TdClassName
{
border-color: #DDF500;
}
.TagClassName
{
border-color: #DDF500;
}
</style>