Shades of Chartreuse Yellow #DDF014
Tints of Chartreuse Yellow #DDF014
RGB
CMYK
RGB Variations
Color information
#DDF014 (or 0xDDF014) is known color: Chartreuse Yellow. HEX triplet: DD, F0 and 14. RGB value is (221,240,20). Sum of RGB (Red+Green+Blue) = 221+240+20=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 20 (8.20% from 255 or 4.16% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF014 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF014 is #220FEB. Grayscale: #D2D2D2. Windows color (decimal): -2232300 or 1372381. OLE color: 1372381.
HSL color Cylindrical-coordinate representation of color #DDF014: hue angle of 65.18º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDF014 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 20 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.06 |
| HSL | 65.18º | 0.88% | 0.51% | - |
| HSV(B) | 65.18º | 0.92% | 0.94% | - |
| XYZ | 61.11 | 77.74 | 12.45 | - |
| YUV | 209.24 | 21.21 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 20 | 0.08 | 0 | 0.92 | 0.06 | 65.18 | 0.88 | 0.51 |
| Hex | DD | F0 | 14 | 8 | 0 | 5C | 6 | 41 | 58 | 33 |
| Octal | 335 | 360 | 24 | 10 | 0 | 134 | 6 | 101 | 130 | 63 |
| Binary | 11011101 | 11110000 | 10100 | 1000 | 0 | 1011100 | 110 | 1000001 | 1011000 | 110011 |
Color Harmonies of #DDF014
Complementary color
Monochromatic Colors of #DDF014
Black with #DDF014
Text Example
Text Example
White with #DDF014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF014; }
p { color: rgb(221,240,20); }
H1.HeaderClassName
{
color: #DDF014;
}
.AnyTagClassName
{
color: #DDF014;
}
</style>
background-color css
<style>
a { background-color: #DDF014; }
a { background-color: rgb(221,240,20); }
div.DivClassName
{
background-color: #DDF014;
}
.BgClassName
{
background-color: #DDF014;
}
</style>
border-color css
<style>
span { border-color: #DDF014; }
span { border-color: rgb(221,240,20); }
td.TdClassName
{
border-color: #DDF014;
}
.TagClassName
{
border-color: #DDF014;
}
</style>