Shades of Chartreuse Yellow #DDFF0E
Tints of Chartreuse Yellow #DDFF0E
RGB
CMYK
RGB Variations
Color information
#DDFF0E (or 0xDDFF0E) is known color: Chartreuse Yellow. HEX triplet: DD, FF and 0E. RGB value is (221,255,14). Sum of RGB (Red+Green+Blue) = 221+255+14=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 14 (5.86% from 255 or 2.86% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFF0E is #2200F1. Grayscale: #DADADA. Windows color (decimal): -2228466 or 983005. OLE color: 983005.
HSL color Cylindrical-coordinate representation of color #DDFF0E: hue angle of 68.46º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDFF0E is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 14 | - |
| CMYK | 0.13 | 0 | 0.95 | 0 |
| HSL | 68.46º | 1% | 0.53% | - |
| HSV(B) | 68.46º | 0.95% | 1% | - |
| XYZ | 65.66 | 86.92 | 13.73 | - |
| YUV | 217.36 | 13.24 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 14 | 0.13 | 0 | 0.95 | 0 | 68.46 | 1 | 0.53 |
| Hex | DD | FF | E | D | 0 | 5F | 0 | 44 | 64 | 35 |
| Octal | 335 | 377 | 16 | 15 | 0 | 137 | 0 | 104 | 144 | 65 |
| Binary | 11011101 | 11111111 | 1110 | 1101 | 0 | 1011111 | 0 | 1000100 | 1100100 | 110101 |
Color Harmonies of #DDFF0E
Complementary color
Monochromatic Colors of #DDFF0E
Black with #DDFF0E
Text Example
Text Example
White with #DDFF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF0E; }
p { color: rgb(221,255,14); }
H1.HeaderClassName
{
color: #DDFF0E;
}
.AnyTagClassName
{
color: #DDFF0E;
}
</style>
background-color css
<style>
a { background-color: #DDFF0E; }
a { background-color: rgb(221,255,14); }
div.DivClassName
{
background-color: #DDFF0E;
}
.BgClassName
{
background-color: #DDFF0E;
}
</style>
border-color css
<style>
span { border-color: #DDFF0E; }
span { border-color: rgb(221,255,14); }
td.TdClassName
{
border-color: #DDFF0E;
}
.TagClassName
{
border-color: #DDFF0E;
}
</style>