Shades of Chartreuse Yellow #DDF718
Tints of Chartreuse Yellow #DDF718
RGB
CMYK
RGB Variations
Color information
#DDF718 (or 0xDDF718) is known color: Chartreuse Yellow. HEX triplet: DD, F7 and 18. RGB value is (221,247,24). Sum of RGB (Red+Green+Blue) = 221+247+24=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 247 (96.88% from 255 or 50.20% from 492); Blue value is 24 (9.77% from 255 or 4.88% from 492); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF718 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF718 is #2208E7. Grayscale: #D6D6D6. Windows color (decimal): -2230504 or 1636317. OLE color: 1636317.
HSL color Cylindrical-coordinate representation of color #DDF718: hue angle of 67º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDF718 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 24 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.03 |
| HSL | 67º | 0.93% | 0.53% | - |
| HSV(B) | 67º | 0.9% | 0.97% | - |
| XYZ | 63.24 | 81.96 | 13.35 | - |
| YUV | 213.8 | 20.89 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 24 | 0.11 | 0 | 0.90 | 0.03 | 67 | 0.93 | 0.53 |
| Hex | DD | F7 | 18 | B | 0 | 5A | 3 | 43 | 5D | 35 |
| Octal | 335 | 367 | 30 | 13 | 0 | 132 | 3 | 103 | 135 | 65 |
| Binary | 11011101 | 11110111 | 11000 | 1011 | 0 | 1011010 | 11 | 1000011 | 1011101 | 110101 |
Color Harmonies of #DDF718
Complementary color
Monochromatic Colors of #DDF718
Black with #DDF718
Text Example
Text Example
White with #DDF718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF718; }
p { color: rgb(221,247,24); }
H1.HeaderClassName
{
color: #DDF718;
}
.AnyTagClassName
{
color: #DDF718;
}
</style>
background-color css
<style>
a { background-color: #DDF718; }
a { background-color: rgb(221,247,24); }
div.DivClassName
{
background-color: #DDF718;
}
.BgClassName
{
background-color: #DDF718;
}
</style>
border-color css
<style>
span { border-color: #DDF718; }
span { border-color: rgb(221,247,24); }
td.TdClassName
{
border-color: #DDF718;
}
.TagClassName
{
border-color: #DDF718;
}
</style>