Shades of Chartreuse Yellow #DDEF13
Tints of Chartreuse Yellow #DDEF13
RGB
CMYK
RGB Variations
Color information
#DDEF13 (or 0xDDEF13) is known color: Chartreuse Yellow. HEX triplet: DD, EF and 13. RGB value is (221,239,19). Sum of RGB (Red+Green+Blue) = 221+239+19=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 19 (7.81% from 255 or 3.97% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDEF13 is #2210EC. Grayscale: #D1D1D1. Windows color (decimal): -2232557 or 1306589. OLE color: 1306589.
HSL color Cylindrical-coordinate representation of color #DDEF13: hue angle of 64.91º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDEF13 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 19 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.06 |
| HSL | 64.91º | 0.87% | 0.51% | - |
| HSV(B) | 64.91º | 0.92% | 0.94% | - |
| XYZ | 60.8 | 77.15 | 12.3 | - |
| YUV | 208.54 | 21.04 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 19 | 0.08 | 0 | 0.92 | 0.06 | 64.91 | 0.87 | 0.51 |
| Hex | DD | EF | 13 | 8 | 0 | 5C | 6 | 41 | 57 | 33 |
| Octal | 335 | 357 | 23 | 10 | 0 | 134 | 6 | 101 | 127 | 63 |
| Binary | 11011101 | 11101111 | 10011 | 1000 | 0 | 1011100 | 110 | 1000001 | 1010111 | 110011 |
Color Harmonies of #DDEF13
Complementary color
Monochromatic Colors of #DDEF13
Black with #DDEF13
Text Example
Text Example
White with #DDEF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF13; }
p { color: rgb(221,239,19); }
H1.HeaderClassName
{
color: #DDEF13;
}
.AnyTagClassName
{
color: #DDEF13;
}
</style>
background-color css
<style>
a { background-color: #DDEF13; }
a { background-color: rgb(221,239,19); }
div.DivClassName
{
background-color: #DDEF13;
}
.BgClassName
{
background-color: #DDEF13;
}
</style>
border-color css
<style>
span { border-color: #DDEF13; }
span { border-color: rgb(221,239,19); }
td.TdClassName
{
border-color: #DDEF13;
}
.TagClassName
{
border-color: #DDEF13;
}
</style>