Shades of Chartreuse Yellow #DDEC01
Tints of Chartreuse Yellow #DDEC01
RGB
CMYK
RGB Variations
Color information
#DDEC01 (or 0xDDEC01) is known color: Chartreuse Yellow. HEX triplet: DD, EC and 01. RGB value is (221,236,1). Sum of RGB (Red+Green+Blue) = 221+236+1=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 236 (92.58% from 255 or 51.53% from 458); Blue value is 1 (0.78% from 255 or 0.22% from 458); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDEC01 is #2213FE. Grayscale: #CDCDCD. Windows color (decimal): -2233343 or 126173. OLE color: 126173.
HSL color Cylindrical-coordinate representation of color #DDEC01: hue angle of 63.83º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDEC01 is Cyan = 0.06, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 1 | - |
| CMYK | 0.06 | 0 | 1.00 | 0.07 |
| HSL | 63.83º | 0.99% | 0.46% | - |
| HSV(B) | 63.83º | 1% | 0.93% | - |
| XYZ | 59.82 | 75.37 | 11.42 | - |
| YUV | 204.73 | 13.03 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 1 | 0.06 | 0 | 1.00 | 0.07 | 63.83 | 0.99 | 0.46 |
| Hex | DD | EC | 1 | 6 | 0 | 64 | 7 | 40 | 63 | 2E |
| Octal | 335 | 354 | 1 | 6 | 0 | 144 | 7 | 100 | 143 | 56 |
| Binary | 11011101 | 11101100 | 1 | 110 | 0 | 1100100 | 111 | 1000000 | 1100011 | 101110 |
Color Harmonies of #DDEC01
Complementary color
Monochromatic Colors of #DDEC01
Black with #DDEC01
Text Example
Text Example
White with #DDEC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC01; }
p { color: rgb(221,236,1); }
H1.HeaderClassName
{
color: #DDEC01;
}
.AnyTagClassName
{
color: #DDEC01;
}
</style>
background-color css
<style>
a { background-color: #DDEC01; }
a { background-color: rgb(221,236,1); }
div.DivClassName
{
background-color: #DDEC01;
}
.BgClassName
{
background-color: #DDEC01;
}
</style>
border-color css
<style>
span { border-color: #DDEC01; }
span { border-color: rgb(221,236,1); }
td.TdClassName
{
border-color: #DDEC01;
}
.TagClassName
{
border-color: #DDEC01;
}
</style>