Shades of Chartreuse Yellow #DDED00
Tints of Chartreuse Yellow #DDED00
RGB
CMYK
RGB Variations
Color information
#DDED00 (or 0xDDED00) is known color: Chartreuse Yellow. HEX triplet: DD, ED and 00. RGB value is (221,237,0). Sum of RGB (Red+Green+Blue) = 221+237+0=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 237 (92.97% from 255 or 51.75% from 458); Blue value is 0 (0.39% from 255 or 0% from 458); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDED00 is #2212FF. Grayscale: #CECECE. Windows color (decimal): -2233088 or 60893. OLE color: 60893.
HSL color Cylindrical-coordinate representation of color #DDED00: hue angle of 64.05º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDED00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.07 |
| HSL | 64.05º | 1% | 0.46% | - |
| HSV(B) | 64.05º | 1% | 0.93% | - |
| XYZ | 60.1 | 75.94 | 11.49 | - |
| YUV | 205.2 | 12.2 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 0 | 0.07 | 0 | 1 | 0.07 | 64.05 | 1 | 0.46 |
| Hex | DD | ED | 0 | 7 | 0 | 64 | 7 | 40 | 64 | 2E |
| Octal | 335 | 355 | 0 | 7 | 0 | 144 | 7 | 100 | 144 | 56 |
| Binary | 11011101 | 11101101 | 0 | 111 | 0 | 1100100 | 111 | 1000000 | 1100100 | 101110 |
Color Harmonies of #DDED00
Complementary color
Monochromatic Colors of #DDED00
Black with #DDED00
Text Example
Text Example
White with #DDED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDED00; }
p { color: rgb(221,237,0); }
H1.HeaderClassName
{
color: #DDED00;
}
.AnyTagClassName
{
color: #DDED00;
}
</style>
background-color css
<style>
a { background-color: #DDED00; }
a { background-color: rgb(221,237,0); }
div.DivClassName
{
background-color: #DDED00;
}
.BgClassName
{
background-color: #DDED00;
}
</style>
border-color css
<style>
span { border-color: #DDED00; }
span { border-color: rgb(221,237,0); }
td.TdClassName
{
border-color: #DDED00;
}
.TagClassName
{
border-color: #DDED00;
}
</style>