Shades of Chartreuse Yellow #DDF613
Tints of Chartreuse Yellow #DDF613
RGB
CMYK
RGB Variations
Color information
#DDF613 (or 0xDDF613) is known color: Chartreuse Yellow. HEX triplet: DD, F6 and 13. RGB value is (221,246,19). Sum of RGB (Red+Green+Blue) = 221+246+19=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 246 (96.48% from 255 or 50.62% from 486); Blue value is 19 (7.81% from 255 or 3.91% from 486); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF613 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF613 is #2209EC. Grayscale: #D5D5D5. Windows color (decimal): -2230765 or 1308381. OLE color: 1308381.
HSL color Cylindrical-coordinate representation of color #DDF613: hue angle of 66.61º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDF613 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 19 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.04 |
| HSL | 66.61º | 0.93% | 0.52% | - |
| HSV(B) | 66.61º | 0.92% | 0.96% | - |
| XYZ | 62.89 | 81.33 | 13 | - |
| YUV | 212.65 | 18.72 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 19 | 0.10 | 0 | 0.92 | 0.04 | 66.61 | 0.93 | 0.52 |
| Hex | DD | F6 | 13 | A | 0 | 5C | 4 | 43 | 5D | 34 |
| Octal | 335 | 366 | 23 | 12 | 0 | 134 | 4 | 103 | 135 | 64 |
| Binary | 11011101 | 11110110 | 10011 | 1010 | 0 | 1011100 | 100 | 1000011 | 1011101 | 110100 |
Color Harmonies of #DDF613
Complementary color
Monochromatic Colors of #DDF613
Black with #DDF613
Text Example
Text Example
White with #DDF613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF613; }
p { color: rgb(221,246,19); }
H1.HeaderClassName
{
color: #DDF613;
}
.AnyTagClassName
{
color: #DDF613;
}
</style>
background-color css
<style>
a { background-color: #DDF613; }
a { background-color: rgb(221,246,19); }
div.DivClassName
{
background-color: #DDF613;
}
.BgClassName
{
background-color: #DDF613;
}
</style>
border-color css
<style>
span { border-color: #DDF613; }
span { border-color: rgb(221,246,19); }
td.TdClassName
{
border-color: #DDF613;
}
.TagClassName
{
border-color: #DDF613;
}
</style>