Shades of Chartreuse Yellow #DDE10D
Tints of Chartreuse Yellow #DDE10D
RGB
CMYK
RGB Variations
Color information
#DDE10D (or 0xDDE10D) is known color: Chartreuse Yellow. HEX triplet: DD, E1 and 0D. RGB value is (221,225,13). Sum of RGB (Red+Green+Blue) = 221+225+13=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 13 (5.47% from 255 or 2.83% from 459); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE10D is #221EF2. Grayscale: #C8C8C8. Windows color (decimal): -2236147 or 909789. OLE color: 909789.
HSL color Cylindrical-coordinate representation of color #DDE10D: hue angle of 61.13º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDE10D is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 13 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.12 |
| HSL | 61.13º | 0.89% | 0.47% | - |
| HSV(B) | 61.13º | 0.94% | 0.88% | - |
| XYZ | 56.82 | 69.25 | 10.75 | - |
| YUV | 199.64 | 22.67 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 13 | 0.02 | 0 | 0.94 | 0.12 | 61.13 | 0.89 | 0.47 |
| Hex | DD | E1 | D | 2 | 0 | 5E | C | 3D | 59 | 2F |
| Octal | 335 | 341 | 15 | 2 | 0 | 136 | 14 | 75 | 131 | 57 |
| Binary | 11011101 | 11100001 | 1101 | 10 | 0 | 1011110 | 1100 | 111101 | 1011001 | 101111 |
Color Harmonies of #DDE10D
Complementary color
Monochromatic Colors of #DDE10D
Black with #DDE10D
Text Example
Text Example
White with #DDE10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE10D; }
p { color: rgb(221,225,13); }
H1.HeaderClassName
{
color: #DDE10D;
}
.AnyTagClassName
{
color: #DDE10D;
}
</style>
background-color css
<style>
a { background-color: #DDE10D; }
a { background-color: rgb(221,225,13); }
div.DivClassName
{
background-color: #DDE10D;
}
.BgClassName
{
background-color: #DDE10D;
}
</style>
border-color css
<style>
span { border-color: #DDE10D; }
span { border-color: rgb(221,225,13); }
td.TdClassName
{
border-color: #DDE10D;
}
.TagClassName
{
border-color: #DDE10D;
}
</style>