Shades of Chartreuse Yellow #DDEF14
Tints of Chartreuse Yellow #DDEF14
RGB
CMYK
RGB Variations
Color information
#DDEF14 (or 0xDDEF14) is known color: Chartreuse Yellow. HEX triplet: DD, EF and 14. RGB value is (221,239,20). Sum of RGB (Red+Green+Blue) = 221+239+20=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 239 (93.75% from 255 or 49.79% from 480); Blue value is 20 (8.20% from 255 or 4.17% from 480); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDEF14 is #2210EB. Grayscale: #D1D1D1. Windows color (decimal): -2232556 or 1372125. OLE color: 1372125.
HSL color Cylindrical-coordinate representation of color #DDEF14: hue angle of 64.93º 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 #DDEF14 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 20 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.06 |
| HSL | 64.93º | 0.87% | 0.51% | - |
| HSV(B) | 64.93º | 0.92% | 0.94% | - |
| XYZ | 60.81 | 77.16 | 12.35 | - |
| YUV | 208.65 | 21.54 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 20 | 0.08 | 0 | 0.92 | 0.06 | 64.93 | 0.87 | 0.51 |
| Hex | DD | EF | 14 | 8 | 0 | 5C | 6 | 41 | 57 | 33 |
| Octal | 335 | 357 | 24 | 10 | 0 | 134 | 6 | 101 | 127 | 63 |
| Binary | 11011101 | 11101111 | 10100 | 1000 | 0 | 1011100 | 110 | 1000001 | 1010111 | 110011 |
Color Harmonies of #DDEF14
Complementary color
Monochromatic Colors of #DDEF14
Black with #DDEF14
Text Example
Text Example
White with #DDEF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF14; }
p { color: rgb(221,239,20); }
H1.HeaderClassName
{
color: #DDEF14;
}
.AnyTagClassName
{
color: #DDEF14;
}
</style>
background-color css
<style>
a { background-color: #DDEF14; }
a { background-color: rgb(221,239,20); }
div.DivClassName
{
background-color: #DDEF14;
}
.BgClassName
{
background-color: #DDEF14;
}
</style>
border-color css
<style>
span { border-color: #DDEF14; }
span { border-color: rgb(221,239,20); }
td.TdClassName
{
border-color: #DDEF14;
}
.TagClassName
{
border-color: #DDEF14;
}
</style>