Shades of Chartreuse Yellow #DDFF14
Tints of Chartreuse Yellow #DDFF14
RGB
CMYK
RGB Variations
Color information
#DDFF14 (or 0xDDFF14) is known color: Chartreuse Yellow. HEX triplet: DD, FF and 14. RGB value is (221,255,20). Sum of RGB (Red+Green+Blue) = 221+255+20=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 20 (8.20% from 255 or 4.03% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFF14 is #2200EB. Grayscale: #DADADA. Windows color (decimal): -2228460 or 1376221. OLE color: 1376221.
HSL color Cylindrical-coordinate representation of color #DDFF14: hue angle of 68.68º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDFF14 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 20 | - |
| CMYK | 0.13 | 0 | 0.92 | 0 |
| HSL | 68.68º | 1% | 0.54% | - |
| HSV(B) | 68.68º | 0.92% | 1% | - |
| XYZ | 65.71 | 86.94 | 13.98 | - |
| YUV | 218.04 | 16.24 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 20 | 0.13 | 0 | 0.92 | 0 | 68.68 | 1 | 0.54 |
| Hex | DD | FF | 14 | D | 0 | 5C | 0 | 45 | 64 | 36 |
| Octal | 335 | 377 | 24 | 15 | 0 | 134 | 0 | 105 | 144 | 66 |
| Binary | 11011101 | 11111111 | 10100 | 1101 | 0 | 1011100 | 0 | 1000101 | 1100100 | 110110 |
Color Harmonies of #DDFF14
Complementary color
Monochromatic Colors of #DDFF14
Black with #DDFF14
Text Example
Text Example
White with #DDFF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF14; }
p { color: rgb(221,255,20); }
H1.HeaderClassName
{
color: #DDFF14;
}
.AnyTagClassName
{
color: #DDFF14;
}
</style>
background-color css
<style>
a { background-color: #DDFF14; }
a { background-color: rgb(221,255,20); }
div.DivClassName
{
background-color: #DDFF14;
}
.BgClassName
{
background-color: #DDFF14;
}
</style>
border-color css
<style>
span { border-color: #DDFF14; }
span { border-color: rgb(221,255,20); }
td.TdClassName
{
border-color: #DDFF14;
}
.TagClassName
{
border-color: #DDFF14;
}
</style>