Shades of Chartreuse Yellow #DDE50D
Tints of Chartreuse Yellow #DDE50D
RGB
CMYK
RGB Variations
Color information
#DDE50D (or 0xDDE50D) is known color: Chartreuse Yellow. HEX triplet: DD, E5 and 0D. RGB value is (221,229,13). Sum of RGB (Red+Green+Blue) = 221+229+13=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 13 (5.47% from 255 or 2.81% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE50D is #221AF2. Grayscale: #CACACA. Windows color (decimal): -2235123 or 910813. OLE color: 910813.
HSL color Cylindrical-coordinate representation of color #DDE50D: hue angle of 62.22º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDE50D is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 13 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.10 |
| HSL | 62.22º | 0.89% | 0.47% | - |
| HSV(B) | 62.22º | 0.94% | 0.9% | - |
| XYZ | 57.91 | 71.44 | 11.12 | - |
| YUV | 201.98 | 21.35 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 13 | 0.03 | 0 | 0.94 | 0.10 | 62.22 | 0.89 | 0.47 |
| Hex | DD | E5 | D | 3 | 0 | 5E | A | 3E | 59 | 2F |
| Octal | 335 | 345 | 15 | 3 | 0 | 136 | 12 | 76 | 131 | 57 |
| Binary | 11011101 | 11100101 | 1101 | 11 | 0 | 1011110 | 1010 | 111110 | 1011001 | 101111 |
Color Harmonies of #DDE50D
Complementary color
Monochromatic Colors of #DDE50D
Black with #DDE50D
Text Example
Text Example
White with #DDE50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE50D; }
p { color: rgb(221,229,13); }
H1.HeaderClassName
{
color: #DDE50D;
}
.AnyTagClassName
{
color: #DDE50D;
}
</style>
background-color css
<style>
a { background-color: #DDE50D; }
a { background-color: rgb(221,229,13); }
div.DivClassName
{
background-color: #DDE50D;
}
.BgClassName
{
background-color: #DDE50D;
}
</style>
border-color css
<style>
span { border-color: #DDE50D; }
span { border-color: rgb(221,229,13); }
td.TdClassName
{
border-color: #DDE50D;
}
.TagClassName
{
border-color: #DDE50D;
}
</style>