Shades of Chartreuse Yellow #DDEC0A
Tints of Chartreuse Yellow #DDEC0A
RGB
CMYK
RGB Variations
Color information
#DDEC0A (or 0xDDEC0A) is known color: Chartreuse Yellow. HEX triplet: DD, EC and 0A. RGB value is (221,236,10). Sum of RGB (Red+Green+Blue) = 221+236+10=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 10 (4.30% from 255 or 2.14% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDEC0A is #2213F5. Grayscale: #CECECE. Windows color (decimal): -2233334 or 715997. OLE color: 715997.
HSL color Cylindrical-coordinate representation of color #DDEC0A: hue angle of 63.98º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DDEC0A is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 10 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.07 |
| HSL | 63.98º | 0.92% | 0.48% | - |
| HSV(B) | 63.98º | 0.96% | 0.93% | - |
| XYZ | 59.87 | 75.38 | 11.68 | - |
| YUV | 205.75 | 17.53 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 10 | 0.06 | 0 | 0.96 | 0.07 | 63.98 | 0.92 | 0.48 |
| Hex | DD | EC | A | 6 | 0 | 60 | 7 | 40 | 5C | 30 |
| Octal | 335 | 354 | 12 | 6 | 0 | 140 | 7 | 100 | 134 | 60 |
| Binary | 11011101 | 11101100 | 1010 | 110 | 0 | 1100000 | 111 | 1000000 | 1011100 | 110000 |
Color Harmonies of #DDEC0A
Complementary color
Monochromatic Colors of #DDEC0A
Black with #DDEC0A
Text Example
Text Example
White with #DDEC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC0A; }
p { color: rgb(221,236,10); }
H1.HeaderClassName
{
color: #DDEC0A;
}
.AnyTagClassName
{
color: #DDEC0A;
}
</style>
background-color css
<style>
a { background-color: #DDEC0A; }
a { background-color: rgb(221,236,10); }
div.DivClassName
{
background-color: #DDEC0A;
}
.BgClassName
{
background-color: #DDEC0A;
}
</style>
border-color css
<style>
span { border-color: #DDEC0A; }
span { border-color: rgb(221,236,10); }
td.TdClassName
{
border-color: #DDEC0A;
}
.TagClassName
{
border-color: #DDEC0A;
}
</style>