Shades of Chartreuse Yellow #DDE501
Tints of Chartreuse Yellow #DDE501
RGB
CMYK
RGB Variations
Color information
#DDE501 (or 0xDDE501) is known color: Chartreuse Yellow. HEX triplet: DD, E5 and 01. RGB value is (221,229,1). Sum of RGB (Red+Green+Blue) = 221+229+1=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 229 (89.84% from 255 or 50.78% from 451); Blue value is 1 (0.78% from 255 or 0.22% from 451); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE501 is #221AFE. Grayscale: #C9C9C9. Windows color (decimal): -2235135 or 124381. OLE color: 124381.
HSL color Cylindrical-coordinate representation of color #DDE501: hue angle of 62.11º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDE501 is Cyan = 0.03, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 1 | - |
| CMYK | 0.03 | 0 | 1.00 | 0.10 |
| HSL | 62.11º | 0.99% | 0.45% | - |
| HSV(B) | 62.11º | 1% | 0.9% | - |
| XYZ | 57.84 | 71.41 | 10.76 | - |
| YUV | 200.62 | 15.35 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 1 | 0.03 | 0 | 1.00 | 0.10 | 62.11 | 0.99 | 0.45 |
| Hex | DD | E5 | 1 | 3 | 0 | 64 | A | 3E | 63 | 2D |
| Octal | 335 | 345 | 1 | 3 | 0 | 144 | 12 | 76 | 143 | 55 |
| Binary | 11011101 | 11100101 | 1 | 11 | 0 | 1100100 | 1010 | 111110 | 1100011 | 101101 |
Color Harmonies of #DDE501
Complementary color
Monochromatic Colors of #DDE501
Black with #DDE501
Text Example
Text Example
White with #DDE501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE501; }
p { color: rgb(221,229,1); }
H1.HeaderClassName
{
color: #DDE501;
}
.AnyTagClassName
{
color: #DDE501;
}
</style>
background-color css
<style>
a { background-color: #DDE501; }
a { background-color: rgb(221,229,1); }
div.DivClassName
{
background-color: #DDE501;
}
.BgClassName
{
background-color: #DDE501;
}
</style>
border-color css
<style>
span { border-color: #DDE501; }
span { border-color: rgb(221,229,1); }
td.TdClassName
{
border-color: #DDE501;
}
.TagClassName
{
border-color: #DDE501;
}
</style>