Shades of Chartreuse Yellow #DDE20C
Tints of Chartreuse Yellow #DDE20C
RGB
CMYK
RGB Variations
Color information
#DDE20C (or 0xDDE20C) is known color: Chartreuse Yellow. HEX triplet: DD, E2 and 0C. RGB value is (221,226,12). Sum of RGB (Red+Green+Blue) = 221+226+12=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 226 (88.67% from 255 or 49.24% from 459); Blue value is 12 (5.08% from 255 or 2.61% from 459); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE20C is #221DF3. Grayscale: #C8C8C8. Windows color (decimal): -2235892 or 844509. OLE color: 844509.
HSL color Cylindrical-coordinate representation of color #DDE20C: hue angle of 61.4º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDE20C is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 226 | 12 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.11 |
| HSL | 61.4º | 0.9% | 0.47% | - |
| HSV(B) | 61.4º | 0.95% | 0.89% | - |
| XYZ | 57.08 | 69.79 | 10.81 | - |
| YUV | 200.11 | 21.84 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 226 | 12 | 0.02 | 0 | 0.95 | 0.11 | 61.4 | 0.9 | 0.47 |
| Hex | DD | E2 | C | 2 | 0 | 5F | B | 3D | 5A | 2F |
| Octal | 335 | 342 | 14 | 2 | 0 | 137 | 13 | 75 | 132 | 57 |
| Binary | 11011101 | 11100010 | 1100 | 10 | 0 | 1011111 | 1011 | 111101 | 1011010 | 101111 |
Color Harmonies of #DDE20C
Complementary color
Monochromatic Colors of #DDE20C
Black with #DDE20C
Text Example
Text Example
White with #DDE20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE20C; }
p { color: rgb(221,226,12); }
H1.HeaderClassName
{
color: #DDE20C;
}
.AnyTagClassName
{
color: #DDE20C;
}
</style>
background-color css
<style>
a { background-color: #DDE20C; }
a { background-color: rgb(221,226,12); }
div.DivClassName
{
background-color: #DDE20C;
}
.BgClassName
{
background-color: #DDE20C;
}
</style>
border-color css
<style>
span { border-color: #DDE20C; }
span { border-color: rgb(221,226,12); }
td.TdClassName
{
border-color: #DDE20C;
}
.TagClassName
{
border-color: #DDE20C;
}
</style>