Shades of Chartreuse Yellow #DDEE00
Tints of Chartreuse Yellow #DDEE00
RGB
CMYK
RGB Variations
Color information
#DDEE00 (or 0xDDEE00) is known color: Chartreuse Yellow. HEX triplet: DD, EE and 00. RGB value is (221,238,0). Sum of RGB (Red+Green+Blue) = 221+238+0=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDEE00 is #2211FF. Grayscale: #CECECE. Windows color (decimal): -2232832 or 61149. OLE color: 61149.
HSL color Cylindrical-coordinate representation of color #DDEE00: hue angle of 64.29º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDEE00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.07 |
| HSL | 64.29º | 1% | 0.47% | - |
| HSV(B) | 64.29º | 1% | 0.93% | - |
| XYZ | 60.39 | 76.52 | 11.59 | - |
| YUV | 205.79 | 11.87 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 0 | 0.07 | 0 | 1 | 0.07 | 64.29 | 1 | 0.47 |
| Hex | DD | EE | 0 | 7 | 0 | 64 | 7 | 40 | 64 | 2F |
| Octal | 335 | 356 | 0 | 7 | 0 | 144 | 7 | 100 | 144 | 57 |
| Binary | 11011101 | 11101110 | 0 | 111 | 0 | 1100100 | 111 | 1000000 | 1100100 | 101111 |
Color Harmonies of #DDEE00
Complementary color
Monochromatic Colors of #DDEE00
Black with #DDEE00
Text Example
Text Example
White with #DDEE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEE00; }
p { color: rgb(221,238,0); }
H1.HeaderClassName
{
color: #DDEE00;
}
.AnyTagClassName
{
color: #DDEE00;
}
</style>
background-color css
<style>
a { background-color: #DDEE00; }
a { background-color: rgb(221,238,0); }
div.DivClassName
{
background-color: #DDEE00;
}
.BgClassName
{
background-color: #DDEE00;
}
</style>
border-color css
<style>
span { border-color: #DDEE00; }
span { border-color: rgb(221,238,0); }
td.TdClassName
{
border-color: #DDEE00;
}
.TagClassName
{
border-color: #DDEE00;
}
</style>