Shades of Chartreuse Yellow #DDFE00
Tints of Chartreuse Yellow #DDFE00
RGB
CMYK
RGB Variations
Color information
#DDFE00 (or 0xDDFE00) is known color: Chartreuse Yellow. HEX triplet: DD, FE and 00. RGB value is (221,254,0). Sum of RGB (Red+Green+Blue) = 221+254+0=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 254 (99.61% from 255 or 53.47% from 475); Blue value is 0 (0.39% from 255 or 0% from 475); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFE00 is #2201FF. Grayscale: #D8D8D8. Windows color (decimal): -2228736 or 65245. OLE color: 65245.
HSL color Cylindrical-coordinate representation of color #DDFE00: hue angle of 67.8º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDFE00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.00 |
| HSL | 67.8º | 1% | 0.5% | - |
| HSV(B) | 67.8º | 1% | 1% | - |
| XYZ | 65.26 | 86.26 | 13.21 | - |
| YUV | 215.18 | 6.57 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 0 | 0.13 | 0 | 1 | 0.00 | 67.8 | 1 | 0.5 |
| Hex | DD | FE | 0 | D | 0 | 64 | 0 | 44 | 64 | 32 |
| Octal | 335 | 376 | 0 | 15 | 0 | 144 | 0 | 104 | 144 | 62 |
| Binary | 11011101 | 11111110 | 0 | 1101 | 0 | 1100100 | 0 | 1000100 | 1100100 | 110010 |
Color Harmonies of #DDFE00
Complementary color
Monochromatic Colors of #DDFE00
Black with #DDFE00
Text Example
Text Example
White with #DDFE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE00; }
p { color: rgb(221,254,0); }
H1.HeaderClassName
{
color: #DDFE00;
}
.AnyTagClassName
{
color: #DDFE00;
}
</style>
background-color css
<style>
a { background-color: #DDFE00; }
a { background-color: rgb(221,254,0); }
div.DivClassName
{
background-color: #DDFE00;
}
.BgClassName
{
background-color: #DDFE00;
}
</style>
border-color css
<style>
span { border-color: #DDFE00; }
span { border-color: rgb(221,254,0); }
td.TdClassName
{
border-color: #DDFE00;
}
.TagClassName
{
border-color: #DDFE00;
}
</style>