Shades of Chartreuse Yellow #DDF018
Tints of Chartreuse Yellow #DDF018
RGB
CMYK
RGB Variations
Color information
#DDF018 (or 0xDDF018) is known color: Chartreuse Yellow. HEX triplet: DD, F0 and 18. RGB value is (221,240,24). Sum of RGB (Red+Green+Blue) = 221+240+24=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 24 (9.77% from 255 or 4.95% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF018 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF018 is #220FE7. Grayscale: #D2D2D2. Windows color (decimal): -2232296 or 1634525. OLE color: 1634525.
HSL color Cylindrical-coordinate representation of color #DDF018: hue angle of 65.28º 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 #DDF018 is Cyan = 0.08, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 24 | - |
| CMYK | 0.08 | 0 | 0.9 | 0.06 |
| HSL | 65.28º | 0.88% | 0.52% | - |
| HSV(B) | 65.28º | 0.9% | 0.94% | - |
| XYZ | 61.14 | 77.76 | 12.65 | - |
| YUV | 209.7 | 23.21 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 24 | 0.08 | 0 | 0.9 | 0.06 | 65.28 | 0.88 | 0.52 |
| Hex | DD | F0 | 18 | 8 | 0 | 5A | 6 | 41 | 58 | 34 |
| Octal | 335 | 360 | 30 | 10 | 0 | 132 | 6 | 101 | 130 | 64 |
| Binary | 11011101 | 11110000 | 11000 | 1000 | 0 | 1011010 | 110 | 1000001 | 1011000 | 110100 |
Color Harmonies of #DDF018
Complementary color
Monochromatic Colors of #DDF018
Black with #DDF018
Text Example
Text Example
White with #DDF018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF018; }
p { color: rgb(221,240,24); }
H1.HeaderClassName
{
color: #DDF018;
}
.AnyTagClassName
{
color: #DDF018;
}
</style>
background-color css
<style>
a { background-color: #DDF018; }
a { background-color: rgb(221,240,24); }
div.DivClassName
{
background-color: #DDF018;
}
.BgClassName
{
background-color: #DDF018;
}
</style>
border-color css
<style>
span { border-color: #DDF018; }
span { border-color: rgb(221,240,24); }
td.TdClassName
{
border-color: #DDF018;
}
.TagClassName
{
border-color: #DDF018;
}
</style>