Shades of Chartreuse Yellow #DDF118
Tints of Chartreuse Yellow #DDF118
RGB
CMYK
RGB Variations
Color information
#DDF118 (or 0xDDF118) is known color: Chartreuse Yellow. HEX triplet: DD, F1 and 18. RGB value is (221,241,24). Sum of RGB (Red+Green+Blue) = 221+241+24=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 24 (9.77% from 255 or 4.94% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF118 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF118 is #220EE7. Grayscale: #D3D3D3. Windows color (decimal): -2232040 or 1634781. OLE color: 1634781.
HSL color Cylindrical-coordinate representation of color #DDF118: hue angle of 65.53º 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 #DDF118 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 24 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.05 |
| HSL | 65.53º | 0.89% | 0.52% | - |
| HSV(B) | 65.53º | 0.9% | 0.95% | - |
| XYZ | 61.44 | 78.35 | 12.75 | - |
| YUV | 210.28 | 22.87 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 24 | 0.08 | 0 | 0.90 | 0.05 | 65.53 | 0.89 | 0.52 |
| Hex | DD | F1 | 18 | 8 | 0 | 5A | 5 | 42 | 59 | 34 |
| Octal | 335 | 361 | 30 | 10 | 0 | 132 | 5 | 102 | 131 | 64 |
| Binary | 11011101 | 11110001 | 11000 | 1000 | 0 | 1011010 | 101 | 1000010 | 1011001 | 110100 |
Color Harmonies of #DDF118
Complementary color
Monochromatic Colors of #DDF118
Black with #DDF118
Text Example
Text Example
White with #DDF118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF118; }
p { color: rgb(221,241,24); }
H1.HeaderClassName
{
color: #DDF118;
}
.AnyTagClassName
{
color: #DDF118;
}
</style>
background-color css
<style>
a { background-color: #DDF118; }
a { background-color: rgb(221,241,24); }
div.DivClassName
{
background-color: #DDF118;
}
.BgClassName
{
background-color: #DDF118;
}
</style>
border-color css
<style>
span { border-color: #DDF118; }
span { border-color: rgb(221,241,24); }
td.TdClassName
{
border-color: #DDF118;
}
.TagClassName
{
border-color: #DDF118;
}
</style>