Shades of Chartreuse Yellow #DDEF10
Tints of Chartreuse Yellow #DDEF10
RGB
CMYK
RGB Variations
Color information
#DDEF10 (or 0xDDEF10) is known color: Chartreuse Yellow. HEX triplet: DD, EF and 10. RGB value is (221,239,16). Sum of RGB (Red+Green+Blue) = 221+239+16=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 239 (93.75% from 255 or 50.21% from 476); Blue value is 16 (6.64% from 255 or 3.36% from 476); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDEF10 is #2210EF. Grayscale: #D1D1D1. Windows color (decimal): -2232560 or 1109981. OLE color: 1109981.
HSL color Cylindrical-coordinate representation of color #DDEF10: hue angle of 64.84º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDEF10 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 16 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.06 |
| HSL | 64.84º | 0.87% | 0.5% | - |
| HSV(B) | 64.84º | 0.93% | 0.94% | - |
| XYZ | 60.78 | 77.14 | 12.18 | - |
| YUV | 208.2 | 19.54 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 16 | 0.08 | 0 | 0.93 | 0.06 | 64.84 | 0.87 | 0.5 |
| Hex | DD | EF | 10 | 8 | 0 | 5D | 6 | 41 | 57 | 32 |
| Octal | 335 | 357 | 20 | 10 | 0 | 135 | 6 | 101 | 127 | 62 |
| Binary | 11011101 | 11101111 | 10000 | 1000 | 0 | 1011101 | 110 | 1000001 | 1010111 | 110010 |
Color Harmonies of #DDEF10
Complementary color
Monochromatic Colors of #DDEF10
Black with #DDEF10
Text Example
Text Example
White with #DDEF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF10; }
p { color: rgb(221,239,16); }
H1.HeaderClassName
{
color: #DDEF10;
}
.AnyTagClassName
{
color: #DDEF10;
}
</style>
background-color css
<style>
a { background-color: #DDEF10; }
a { background-color: rgb(221,239,16); }
div.DivClassName
{
background-color: #DDEF10;
}
.BgClassName
{
background-color: #DDEF10;
}
</style>
border-color css
<style>
span { border-color: #DDEF10; }
span { border-color: rgb(221,239,16); }
td.TdClassName
{
border-color: #DDEF10;
}
.TagClassName
{
border-color: #DDEF10;
}
</style>