Shades of Chartreuse Yellow #DDFD14
Tints of Chartreuse Yellow #DDFD14
RGB
CMYK
RGB Variations
Color information
#DDFD14 (or 0xDDFD14) is known color: Chartreuse Yellow. HEX triplet: DD, FD and 14. RGB value is (221,253,20). Sum of RGB (Red+Green+Blue) = 221+253+20=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 253 (99.22% from 255 or 51.21% from 494); Blue value is 20 (8.20% from 255 or 4.05% from 494); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFD14 is #2202EB. Grayscale: #D9D9D9. Windows color (decimal): -2228972 or 1375709. OLE color: 1375709.
HSL color Cylindrical-coordinate representation of color #DDFD14: hue angle of 68.24º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDFD14 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 20 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.01 |
| HSL | 68.24º | 0.98% | 0.54% | - |
| HSV(B) | 68.24º | 0.92% | 0.99% | - |
| XYZ | 65.07 | 85.67 | 13.77 | - |
| YUV | 216.87 | 16.9 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 20 | 0.13 | 0 | 0.92 | 0.01 | 68.24 | 0.98 | 0.54 |
| Hex | DD | FD | 14 | D | 0 | 5C | 1 | 44 | 62 | 36 |
| Octal | 335 | 375 | 24 | 15 | 0 | 134 | 1 | 104 | 142 | 66 |
| Binary | 11011101 | 11111101 | 10100 | 1101 | 0 | 1011100 | 1 | 1000100 | 1100010 | 110110 |
Color Harmonies of #DDFD14
Complementary color
Monochromatic Colors of #DDFD14
Black with #DDFD14
Text Example
Text Example
White with #DDFD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFD14; }
p { color: rgb(221,253,20); }
H1.HeaderClassName
{
color: #DDFD14;
}
.AnyTagClassName
{
color: #DDFD14;
}
</style>
background-color css
<style>
a { background-color: #DDFD14; }
a { background-color: rgb(221,253,20); }
div.DivClassName
{
background-color: #DDFD14;
}
.BgClassName
{
background-color: #DDFD14;
}
</style>
border-color css
<style>
span { border-color: #DDFD14; }
span { border-color: rgb(221,253,20); }
td.TdClassName
{
border-color: #DDFD14;
}
.TagClassName
{
border-color: #DDFD14;
}
</style>