Shades of Chartreuse Yellow #DDEE16
Tints of Chartreuse Yellow #DDEE16
RGB
CMYK
RGB Variations
Color information
#DDEE16 (or 0xDDEE16) is known color: Chartreuse Yellow. HEX triplet: DD, EE and 16. RGB value is (221,238,22). Sum of RGB (Red+Green+Blue) = 221+238+22=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 238 (93.36% from 255 or 49.48% from 481); Blue value is 22 (8.98% from 255 or 4.57% from 481); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDEE16 is #2211E9. Grayscale: #D1D1D1. Windows color (decimal): -2232810 or 1502941. OLE color: 1502941.
HSL color Cylindrical-coordinate representation of color #DDEE16: hue angle of 64.72º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDEE16 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 22 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.07 |
| HSL | 64.72º | 0.86% | 0.51% | - |
| HSV(B) | 64.72º | 0.91% | 0.93% | - |
| XYZ | 60.54 | 76.58 | 12.35 | - |
| YUV | 208.29 | 22.87 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 22 | 0.07 | 0 | 0.91 | 0.07 | 64.72 | 0.86 | 0.51 |
| Hex | DD | EE | 16 | 7 | 0 | 5B | 7 | 41 | 56 | 33 |
| Octal | 335 | 356 | 26 | 7 | 0 | 133 | 7 | 101 | 126 | 63 |
| Binary | 11011101 | 11101110 | 10110 | 111 | 0 | 1011011 | 111 | 1000001 | 1010110 | 110011 |
Color Harmonies of #DDEE16
Complementary color
Monochromatic Colors of #DDEE16
Black with #DDEE16
Text Example
Text Example
White with #DDEE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEE16; }
p { color: rgb(221,238,22); }
H1.HeaderClassName
{
color: #DDEE16;
}
.AnyTagClassName
{
color: #DDEE16;
}
</style>
background-color css
<style>
a { background-color: #DDEE16; }
a { background-color: rgb(221,238,22); }
div.DivClassName
{
background-color: #DDEE16;
}
.BgClassName
{
background-color: #DDEE16;
}
</style>
border-color css
<style>
span { border-color: #DDEE16; }
span { border-color: rgb(221,238,22); }
td.TdClassName
{
border-color: #DDEE16;
}
.TagClassName
{
border-color: #DDEE16;
}
</style>