Shades of Chartreuse Yellow #DDF017
Tints of Chartreuse Yellow #DDF017
RGB
CMYK
RGB Variations
Color information
#DDF017 (or 0xDDF017) is known color: Chartreuse Yellow. HEX triplet: DD, F0 and 17. RGB value is (221,240,23). Sum of RGB (Red+Green+Blue) = 221+240+23=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 23 (9.38% from 255 or 4.75% from 484); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF017 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF017 is #220FE8. Grayscale: #D2D2D2. Windows color (decimal): -2232297 or 1568989. OLE color: 1568989.
HSL color Cylindrical-coordinate representation of color #DDF017: hue angle of 65.25º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDF017 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 23 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.06 |
| HSL | 65.25º | 0.88% | 0.52% | - |
| HSV(B) | 65.25º | 0.9% | 0.94% | - |
| XYZ | 61.13 | 77.75 | 12.6 | - |
| YUV | 209.58 | 22.71 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 23 | 0.08 | 0 | 0.90 | 0.06 | 65.25 | 0.88 | 0.52 |
| Hex | DD | F0 | 17 | 8 | 0 | 5A | 6 | 41 | 58 | 34 |
| Octal | 335 | 360 | 27 | 10 | 0 | 132 | 6 | 101 | 130 | 64 |
| Binary | 11011101 | 11110000 | 10111 | 1000 | 0 | 1011010 | 110 | 1000001 | 1011000 | 110100 |
Color Harmonies of #DDF017
Complementary color
Monochromatic Colors of #DDF017
Black with #DDF017
Text Example
Text Example
White with #DDF017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF017; }
p { color: rgb(221,240,23); }
H1.HeaderClassName
{
color: #DDF017;
}
.AnyTagClassName
{
color: #DDF017;
}
</style>
background-color css
<style>
a { background-color: #DDF017; }
a { background-color: rgb(221,240,23); }
div.DivClassName
{
background-color: #DDF017;
}
.BgClassName
{
background-color: #DDF017;
}
</style>
border-color css
<style>
span { border-color: #DDF017; }
span { border-color: rgb(221,240,23); }
td.TdClassName
{
border-color: #DDF017;
}
.TagClassName
{
border-color: #DDF017;
}
</style>