Shades of Chartreuse Yellow #DDEB0D
Tints of Chartreuse Yellow #DDEB0D
RGB
CMYK
RGB Variations
Color information
#DDEB0D (or 0xDDEB0D) is known color: Chartreuse Yellow. HEX triplet: DD, EB and 0D. RGB value is (221,235,13). Sum of RGB (Red+Green+Blue) = 221+235+13=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 235 (92.19% from 255 or 50.11% from 469); Blue value is 13 (5.47% from 255 or 2.77% from 469); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEB0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDEB0D is #2214F2. Grayscale: #CECECE. Windows color (decimal): -2233587 or 912349. OLE color: 912349.
HSL color Cylindrical-coordinate representation of color #DDEB0D: hue angle of 63.78º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDEB0D is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 235 | 13 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.08 |
| HSL | 63.78º | 0.9% | 0.49% | - |
| HSV(B) | 63.78º | 0.94% | 0.92% | - |
| XYZ | 59.6 | 74.82 | 11.68 | - |
| YUV | 205.51 | 19.36 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 235 | 13 | 0.06 | 0 | 0.94 | 0.08 | 63.78 | 0.9 | 0.49 |
| Hex | DD | EB | D | 6 | 0 | 5E | 8 | 40 | 5A | 31 |
| Octal | 335 | 353 | 15 | 6 | 0 | 136 | 10 | 100 | 132 | 61 |
| Binary | 11011101 | 11101011 | 1101 | 110 | 0 | 1011110 | 1000 | 1000000 | 1011010 | 110001 |
Color Harmonies of #DDEB0D
Complementary color
Monochromatic Colors of #DDEB0D
Black with #DDEB0D
Text Example
Text Example
White with #DDEB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEB0D; }
p { color: rgb(221,235,13); }
H1.HeaderClassName
{
color: #DDEB0D;
}
.AnyTagClassName
{
color: #DDEB0D;
}
</style>
background-color css
<style>
a { background-color: #DDEB0D; }
a { background-color: rgb(221,235,13); }
div.DivClassName
{
background-color: #DDEB0D;
}
.BgClassName
{
background-color: #DDEB0D;
}
</style>
border-color css
<style>
span { border-color: #DDEB0D; }
span { border-color: rgb(221,235,13); }
td.TdClassName
{
border-color: #DDEB0D;
}
.TagClassName
{
border-color: #DDEB0D;
}
</style>