Shades of Chartreuse Yellow #DDEF0F
Tints of Chartreuse Yellow #DDEF0F
RGB
CMYK
RGB Variations
Color information
#DDEF0F (or 0xDDEF0F) is known color: Chartreuse Yellow. HEX triplet: DD, EF and 0F. RGB value is (221,239,15). Sum of RGB (Red+Green+Blue) = 221+239+15=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 239 (93.75% from 255 or 50.32% from 475); Blue value is 15 (6.25% from 255 or 3.16% from 475); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDEF0F is #2210F0. Grayscale: #D0D0D0. Windows color (decimal): -2232561 or 1044445. OLE color: 1044445.
HSL color Cylindrical-coordinate representation of color #DDEF0F: hue angle of 64.82º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDEF0F is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 15 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.06 |
| HSL | 64.82º | 0.88% | 0.5% | - |
| HSV(B) | 64.82º | 0.94% | 0.94% | - |
| XYZ | 60.77 | 77.14 | 12.14 | - |
| YUV | 208.08 | 19.04 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 15 | 0.08 | 0 | 0.94 | 0.06 | 64.82 | 0.88 | 0.5 |
| Hex | DD | EF | F | 8 | 0 | 5E | 6 | 41 | 58 | 32 |
| Octal | 335 | 357 | 17 | 10 | 0 | 136 | 6 | 101 | 130 | 62 |
| Binary | 11011101 | 11101111 | 1111 | 1000 | 0 | 1011110 | 110 | 1000001 | 1011000 | 110010 |
Color Harmonies of #DDEF0F
Complementary color
Monochromatic Colors of #DDEF0F
Black with #DDEF0F
Text Example
Text Example
White with #DDEF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF0F; }
p { color: rgb(221,239,15); }
H1.HeaderClassName
{
color: #DDEF0F;
}
.AnyTagClassName
{
color: #DDEF0F;
}
</style>
background-color css
<style>
a { background-color: #DDEF0F; }
a { background-color: rgb(221,239,15); }
div.DivClassName
{
background-color: #DDEF0F;
}
.BgClassName
{
background-color: #DDEF0F;
}
</style>
border-color css
<style>
span { border-color: #DDEF0F; }
span { border-color: rgb(221,239,15); }
td.TdClassName
{
border-color: #DDEF0F;
}
.TagClassName
{
border-color: #DDEF0F;
}
</style>