Shades of Chartreuse Yellow #DDDE01
Tints of Chartreuse Yellow #DDDE01
RGB
CMYK
RGB Variations
Color information
#DDDE01 (or 0xDDDE01) is known color: Chartreuse Yellow. HEX triplet: DD, DE and 01. RGB value is (221,222,1). Sum of RGB (Red+Green+Blue) = 221+222+1=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 1 (0.78% from 255 or 0.23% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDE01 is #2221FE. Grayscale: #C5C5C5. Windows color (decimal): -2236927 or 122589. OLE color: 122589.
HSL color Cylindrical-coordinate representation of color #DDDE01: hue angle of 60.27º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDDE01 is Cyan = 0.00, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 1 | - |
| CMYK | 0.00 | 0 | 1.00 | 0.13 |
| HSL | 60.27º | 0.99% | 0.44% | - |
| HSV(B) | 60.27º | 1% | 0.87% | - |
| XYZ | 55.95 | 67.62 | 10.13 | - |
| YUV | 196.51 | 17.67 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 1 | 0.00 | 0 | 1.00 | 0.13 | 60.27 | 0.99 | 0.44 |
| Hex | DD | DE | 1 | 0 | 0 | 64 | D | 3C | 63 | 2C |
| Octal | 335 | 336 | 1 | 0 | 0 | 144 | 15 | 74 | 143 | 54 |
| Binary | 11011101 | 11011110 | 1 | 0 | 0 | 1100100 | 1101 | 111100 | 1100011 | 101100 |
Color Harmonies of #DDDE01
Complementary color
Monochromatic Colors of #DDDE01
Black with #DDDE01
Text Example
Text Example
White with #DDDE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDE01; }
p { color: rgb(221,222,1); }
H1.HeaderClassName
{
color: #DDDE01;
}
.AnyTagClassName
{
color: #DDDE01;
}
</style>
background-color css
<style>
a { background-color: #DDDE01; }
a { background-color: rgb(221,222,1); }
div.DivClassName
{
background-color: #DDDE01;
}
.BgClassName
{
background-color: #DDDE01;
}
</style>
border-color css
<style>
span { border-color: #DDDE01; }
span { border-color: rgb(221,222,1); }
td.TdClassName
{
border-color: #DDDE01;
}
.TagClassName
{
border-color: #DDDE01;
}
</style>