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