Shades of Chartreuse Yellow #DDF615
Tints of Chartreuse Yellow #DDF615
RGB
CMYK
RGB Variations
Color information
#DDF615 (or 0xDDF615) is known color: Chartreuse Yellow. HEX triplet: DD, F6 and 15. RGB value is (221,246,21). Sum of RGB (Red+Green+Blue) = 221+246+21=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 246 (96.48% from 255 or 50.41% from 488); Blue value is 21 (8.59% from 255 or 4.30% from 488); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF615 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF615 is #2209EA. Grayscale: #D5D5D5. Windows color (decimal): -2230763 or 1439453. OLE color: 1439453.
HSL color Cylindrical-coordinate representation of color #DDF615: hue angle of 66.67º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDF615 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 21 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.04 |
| HSL | 66.67º | 0.93% | 0.52% | - |
| HSV(B) | 66.67º | 0.91% | 0.96% | - |
| XYZ | 62.91 | 81.34 | 13.09 | - |
| YUV | 212.88 | 19.72 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 21 | 0.10 | 0 | 0.91 | 0.04 | 66.67 | 0.93 | 0.52 |
| Hex | DD | F6 | 15 | A | 0 | 5B | 4 | 43 | 5D | 34 |
| Octal | 335 | 366 | 25 | 12 | 0 | 133 | 4 | 103 | 135 | 64 |
| Binary | 11011101 | 11110110 | 10101 | 1010 | 0 | 1011011 | 100 | 1000011 | 1011101 | 110100 |
Color Harmonies of #DDF615
Complementary color
Monochromatic Colors of #DDF615
Black with #DDF615
Text Example
Text Example
White with #DDF615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF615; }
p { color: rgb(221,246,21); }
H1.HeaderClassName
{
color: #DDF615;
}
.AnyTagClassName
{
color: #DDF615;
}
</style>
background-color css
<style>
a { background-color: #DDF615; }
a { background-color: rgb(221,246,21); }
div.DivClassName
{
background-color: #DDF615;
}
.BgClassName
{
background-color: #DDF615;
}
</style>
border-color css
<style>
span { border-color: #DDF615; }
span { border-color: rgb(221,246,21); }
td.TdClassName
{
border-color: #DDF615;
}
.TagClassName
{
border-color: #DDF615;
}
</style>