Shades of Chartreuse Yellow #DDED16
Tints of Chartreuse Yellow #DDED16
RGB
CMYK
RGB Variations
Color information
#DDED16 (or 0xDDED16) is known color: Chartreuse Yellow. HEX triplet: DD, ED and 16. RGB value is (221,237,22). Sum of RGB (Red+Green+Blue) = 221+237+22=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 237 (92.97% from 255 or 49.38% from 480); Blue value is 22 (8.98% from 255 or 4.58% from 480); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDED16 is #2212E9. Grayscale: #D0D0D0. Windows color (decimal): -2233066 or 1502685. OLE color: 1502685.
HSL color Cylindrical-coordinate representation of color #DDED16: hue angle of 64.47º 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 #DDED16 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 22 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.07 |
| HSL | 64.47º | 0.86% | 0.51% | - |
| HSV(B) | 64.47º | 0.91% | 0.93% | - |
| XYZ | 60.25 | 76 | 12.25 | - |
| YUV | 207.71 | 23.2 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 22 | 0.07 | 0 | 0.91 | 0.07 | 64.47 | 0.86 | 0.51 |
| Hex | DD | ED | 16 | 7 | 0 | 5B | 7 | 40 | 56 | 33 |
| Octal | 335 | 355 | 26 | 7 | 0 | 133 | 7 | 100 | 126 | 63 |
| Binary | 11011101 | 11101101 | 10110 | 111 | 0 | 1011011 | 111 | 1000000 | 1010110 | 110011 |
Color Harmonies of #DDED16
Complementary color
Monochromatic Colors of #DDED16
Black with #DDED16
Text Example
Text Example
White with #DDED16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDED16; }
p { color: rgb(221,237,22); }
H1.HeaderClassName
{
color: #DDED16;
}
.AnyTagClassName
{
color: #DDED16;
}
</style>
background-color css
<style>
a { background-color: #DDED16; }
a { background-color: rgb(221,237,22); }
div.DivClassName
{
background-color: #DDED16;
}
.BgClassName
{
background-color: #DDED16;
}
</style>
border-color css
<style>
span { border-color: #DDED16; }
span { border-color: rgb(221,237,22); }
td.TdClassName
{
border-color: #DDED16;
}
.TagClassName
{
border-color: #DDED16;
}
</style>