Shades of Chartreuse Yellow #DDE005
Tints of Chartreuse Yellow #DDE005
RGB
CMYK
RGB Variations
Color information
#DDE005 (or 0xDDE005) is known color: Chartreuse Yellow. HEX triplet: DD, E0 and 05. RGB value is (221,224,5). Sum of RGB (Red+Green+Blue) = 221+224+5=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 5 (2.34% from 255 or 1.11% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE005 is #221FFA. Grayscale: #C7C7C7. Windows color (decimal): -2236411 or 385245. OLE color: 385245.
HSL color Cylindrical-coordinate representation of color #DDE005: hue angle of 60.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDE005 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 5 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.12 |
| HSL | 60.82º | 0.96% | 0.45% | - |
| HSV(B) | 60.82º | 0.98% | 0.88% | - |
| XYZ | 56.5 | 68.69 | 10.42 | - |
| YUV | 198.14 | 19.01 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 5 | 0.01 | 0 | 0.98 | 0.12 | 60.82 | 0.96 | 0.45 |
| Hex | DD | E0 | 5 | 1 | 0 | 62 | C | 3D | 60 | 2D |
| Octal | 335 | 340 | 5 | 1 | 0 | 142 | 14 | 75 | 140 | 55 |
| Binary | 11011101 | 11100000 | 101 | 1 | 0 | 1100010 | 1100 | 111101 | 1100000 | 101101 |
Color Harmonies of #DDE005
Complementary color
Monochromatic Colors of #DDE005
Black with #DDE005
Text Example
Text Example
White with #DDE005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE005; }
p { color: rgb(221,224,5); }
H1.HeaderClassName
{
color: #DDE005;
}
.AnyTagClassName
{
color: #DDE005;
}
</style>
background-color css
<style>
a { background-color: #DDE005; }
a { background-color: rgb(221,224,5); }
div.DivClassName
{
background-color: #DDE005;
}
.BgClassName
{
background-color: #DDE005;
}
</style>
border-color css
<style>
span { border-color: #DDE005; }
span { border-color: rgb(221,224,5); }
td.TdClassName
{
border-color: #DDE005;
}
.TagClassName
{
border-color: #DDE005;
}
</style>