Shades of Chartreuse Yellow #DDF218
Tints of Chartreuse Yellow #DDF218
RGB
CMYK
RGB Variations
Color information
#DDF218 (or 0xDDF218) is known color: Chartreuse Yellow. HEX triplet: DD, F2 and 18. RGB value is (221,242,24). Sum of RGB (Red+Green+Blue) = 221+242+24=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 24 (9.77% from 255 or 4.93% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF218 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF218 is #220DE7. Grayscale: #D3D3D3. Windows color (decimal): -2231784 or 1635037. OLE color: 1635037.
HSL color Cylindrical-coordinate representation of color #DDF218: hue angle of 65.78º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDF218 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 24 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.05 |
| HSL | 65.78º | 0.89% | 0.52% | - |
| HSV(B) | 65.78º | 0.9% | 0.95% | - |
| XYZ | 61.74 | 78.94 | 12.85 | - |
| YUV | 210.87 | 22.54 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 24 | 0.09 | 0 | 0.90 | 0.05 | 65.78 | 0.89 | 0.52 |
| Hex | DD | F2 | 18 | 9 | 0 | 5A | 5 | 42 | 59 | 34 |
| Octal | 335 | 362 | 30 | 11 | 0 | 132 | 5 | 102 | 131 | 64 |
| Binary | 11011101 | 11110010 | 11000 | 1001 | 0 | 1011010 | 101 | 1000010 | 1011001 | 110100 |
Color Harmonies of #DDF218
Complementary color
Monochromatic Colors of #DDF218
Black with #DDF218
Text Example
Text Example
White with #DDF218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF218; }
p { color: rgb(221,242,24); }
H1.HeaderClassName
{
color: #DDF218;
}
.AnyTagClassName
{
color: #DDF218;
}
</style>
background-color css
<style>
a { background-color: #DDF218; }
a { background-color: rgb(221,242,24); }
div.DivClassName
{
background-color: #DDF218;
}
.BgClassName
{
background-color: #DDF218;
}
</style>
border-color css
<style>
span { border-color: #DDF218; }
span { border-color: rgb(221,242,24); }
td.TdClassName
{
border-color: #DDF218;
}
.TagClassName
{
border-color: #DDF218;
}
</style>