Shades of Chartreuse Yellow #DDE800
Tints of Chartreuse Yellow #DDE800
RGB
CMYK
RGB Variations
Color information
#DDE800 (or 0xDDE800) is known color: Chartreuse Yellow. HEX triplet: DD, E8 and 00. RGB value is (221,232,0). Sum of RGB (Red+Green+Blue) = 221+232+0=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 232 (91.02% from 255 or 51.21% from 453); Blue value is 0 (0.39% from 255 or 0% from 453); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDE800 is #2217FF. Grayscale: #CBCBCB. Windows color (decimal): -2234368 or 59613. OLE color: 59613.
HSL color Cylindrical-coordinate representation of color #DDE800: hue angle of 62.84º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDE800 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 232 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.09 |
| HSL | 62.84º | 1% | 0.45% | - |
| HSV(B) | 62.84º | 1% | 0.91% | - |
| XYZ | 58.68 | 73.09 | 11.01 | - |
| YUV | 202.26 | 13.86 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 0 | 0.05 | 0 | 1 | 0.09 | 62.84 | 1 | 0.45 |
| Hex | DD | E8 | 0 | 5 | 0 | 64 | 9 | 3F | 64 | 2D |
| Octal | 335 | 350 | 0 | 5 | 0 | 144 | 11 | 77 | 144 | 55 |
| Binary | 11011101 | 11101000 | 0 | 101 | 0 | 1100100 | 1001 | 111111 | 1100100 | 101101 |
Color Harmonies of #DDE800
Complementary color
Monochromatic Colors of #DDE800
Black with #DDE800
Text Example
Text Example
White with #DDE800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE800; }
p { color: rgb(221,232,0); }
H1.HeaderClassName
{
color: #DDE800;
}
.AnyTagClassName
{
color: #DDE800;
}
</style>
background-color css
<style>
a { background-color: #DDE800; }
a { background-color: rgb(221,232,0); }
div.DivClassName
{
background-color: #DDE800;
}
.BgClassName
{
background-color: #DDE800;
}
</style>
border-color css
<style>
span { border-color: #DDE800; }
span { border-color: rgb(221,232,0); }
td.TdClassName
{
border-color: #DDE800;
}
.TagClassName
{
border-color: #DDE800;
}
</style>