Shades of Chartreuse Yellow #DDEF12
Tints of Chartreuse Yellow #DDEF12
RGB
CMYK
RGB Variations
Color information
#DDEF12 (or 0xDDEF12) is known color: Chartreuse Yellow. HEX triplet: DD, EF and 12. RGB value is (221,239,18). Sum of RGB (Red+Green+Blue) = 221+239+18=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 18 (7.42% from 255 or 3.77% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDEF12 is #2210ED. Grayscale: #D1D1D1. Windows color (decimal): -2232558 or 1241053. OLE color: 1241053.
HSL color Cylindrical-coordinate representation of color #DDEF12: hue angle of 64.89º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDEF12 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 18 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.06 |
| HSL | 64.89º | 0.87% | 0.5% | - |
| HSV(B) | 64.89º | 0.92% | 0.94% | - |
| XYZ | 60.79 | 77.15 | 12.26 | - |
| YUV | 208.42 | 20.54 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 18 | 0.08 | 0 | 0.92 | 0.06 | 64.89 | 0.87 | 0.5 |
| Hex | DD | EF | 12 | 8 | 0 | 5C | 6 | 41 | 57 | 32 |
| Octal | 335 | 357 | 22 | 10 | 0 | 134 | 6 | 101 | 127 | 62 |
| Binary | 11011101 | 11101111 | 10010 | 1000 | 0 | 1011100 | 110 | 1000001 | 1010111 | 110010 |
Color Harmonies of #DDEF12
Complementary color
Monochromatic Colors of #DDEF12
Black with #DDEF12
Text Example
Text Example
White with #DDEF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF12; }
p { color: rgb(221,239,18); }
H1.HeaderClassName
{
color: #DDEF12;
}
.AnyTagClassName
{
color: #DDEF12;
}
</style>
background-color css
<style>
a { background-color: #DDEF12; }
a { background-color: rgb(221,239,18); }
div.DivClassName
{
background-color: #DDEF12;
}
.BgClassName
{
background-color: #DDEF12;
}
</style>
border-color css
<style>
span { border-color: #DDEF12; }
span { border-color: rgb(221,239,18); }
td.TdClassName
{
border-color: #DDEF12;
}
.TagClassName
{
border-color: #DDEF12;
}
</style>