Shades of Chartreuse Yellow #DDEE0C
Tints of Chartreuse Yellow #DDEE0C
RGB
CMYK
RGB Variations
Color information
#DDEE0C (or 0xDDEE0C) is known color: Chartreuse Yellow. HEX triplet: DD, EE and 0C. RGB value is (221,238,12). Sum of RGB (Red+Green+Blue) = 221+238+12=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 12 (5.08% from 255 or 2.55% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDEE0C is #2211F3. Grayscale: #D0D0D0. Windows color (decimal): -2232820 or 847581. OLE color: 847581.
HSL color Cylindrical-coordinate representation of color #DDEE0C: hue angle of 64.51º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDEE0C is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 12 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.07 |
| HSL | 64.51º | 0.9% | 0.49% | - |
| HSV(B) | 64.51º | 0.95% | 0.93% | - |
| XYZ | 60.46 | 76.55 | 11.94 | - |
| YUV | 207.15 | 17.87 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 12 | 0.07 | 0 | 0.95 | 0.07 | 64.51 | 0.9 | 0.49 |
| Hex | DD | EE | C | 7 | 0 | 5F | 7 | 41 | 5A | 31 |
| Octal | 335 | 356 | 14 | 7 | 0 | 137 | 7 | 101 | 132 | 61 |
| Binary | 11011101 | 11101110 | 1100 | 111 | 0 | 1011111 | 111 | 1000001 | 1011010 | 110001 |
Color Harmonies of #DDEE0C
Complementary color
Monochromatic Colors of #DDEE0C
Black with #DDEE0C
Text Example
Text Example
White with #DDEE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEE0C; }
p { color: rgb(221,238,12); }
H1.HeaderClassName
{
color: #DDEE0C;
}
.AnyTagClassName
{
color: #DDEE0C;
}
</style>
background-color css
<style>
a { background-color: #DDEE0C; }
a { background-color: rgb(221,238,12); }
div.DivClassName
{
background-color: #DDEE0C;
}
.BgClassName
{
background-color: #DDEE0C;
}
</style>
border-color css
<style>
span { border-color: #DDEE0C; }
span { border-color: rgb(221,238,12); }
td.TdClassName
{
border-color: #DDEE0C;
}
.TagClassName
{
border-color: #DDEE0C;
}
</style>