Shades of Chartreuse Yellow #DDEC00
Tints of Chartreuse Yellow #DDEC00
RGB
CMYK
RGB Variations
Color information
#DDEC00 (or 0xDDEC00) is known color: Chartreuse Yellow. HEX triplet: DD, EC and 00. RGB value is (221,236,0). Sum of RGB (Red+Green+Blue) = 221+236+0=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 236 (92.58% from 255 or 51.64% from 457); Blue value is 0 (0.39% from 255 or 0% from 457); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDEC00 is #2213FF. Grayscale: #CDCDCD. Windows color (decimal): -2233344 or 60637. OLE color: 60637.
HSL color Cylindrical-coordinate representation of color #DDEC00: hue angle of 63.81º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDEC00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.07 |
| HSL | 63.81º | 1% | 0.46% | - |
| HSV(B) | 63.81º | 1% | 0.93% | - |
| XYZ | 59.81 | 75.36 | 11.39 | - |
| YUV | 204.61 | 12.53 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 0 | 0.06 | 0 | 1 | 0.07 | 63.81 | 1 | 0.46 |
| Hex | DD | EC | 0 | 6 | 0 | 64 | 7 | 40 | 64 | 2E |
| Octal | 335 | 354 | 0 | 6 | 0 | 144 | 7 | 100 | 144 | 56 |
| Binary | 11011101 | 11101100 | 0 | 110 | 0 | 1100100 | 111 | 1000000 | 1100100 | 101110 |
Color Harmonies of #DDEC00
Complementary color
Monochromatic Colors of #DDEC00
Black with #DDEC00
Text Example
Text Example
White with #DDEC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC00; }
p { color: rgb(221,236,0); }
H1.HeaderClassName
{
color: #DDEC00;
}
.AnyTagClassName
{
color: #DDEC00;
}
</style>
background-color css
<style>
a { background-color: #DDEC00; }
a { background-color: rgb(221,236,0); }
div.DivClassName
{
background-color: #DDEC00;
}
.BgClassName
{
background-color: #DDEC00;
}
</style>
border-color css
<style>
span { border-color: #DDEC00; }
span { border-color: rgb(221,236,0); }
td.TdClassName
{
border-color: #DDEC00;
}
.TagClassName
{
border-color: #DDEC00;
}
</style>