Shades of Chartreuse Yellow #DDED0D
Tints of Chartreuse Yellow #DDED0D
RGB
CMYK
RGB Variations
Color information
#DDED0D (or 0xDDED0D) is known color: Chartreuse Yellow. HEX triplet: DD, ED and 0D. RGB value is (221,237,13). Sum of RGB (Red+Green+Blue) = 221+237+13=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 13 (5.47% from 255 or 2.76% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDED0D is #2212F2. Grayscale: #CFCFCF. Windows color (decimal): -2233075 or 912861. OLE color: 912861.
HSL color Cylindrical-coordinate representation of color #DDED0D: hue angle of 64.29º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDED0D is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 13 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.07 |
| HSL | 64.29º | 0.9% | 0.49% | - |
| HSV(B) | 64.29º | 0.95% | 0.93% | - |
| XYZ | 60.18 | 75.97 | 11.87 | - |
| YUV | 206.68 | 18.7 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 13 | 0.07 | 0 | 0.95 | 0.07 | 64.29 | 0.9 | 0.49 |
| Hex | DD | ED | D | 7 | 0 | 5F | 7 | 40 | 5A | 31 |
| Octal | 335 | 355 | 15 | 7 | 0 | 137 | 7 | 100 | 132 | 61 |
| Binary | 11011101 | 11101101 | 1101 | 111 | 0 | 1011111 | 111 | 1000000 | 1011010 | 110001 |
Color Harmonies of #DDED0D
Complementary color
Monochromatic Colors of #DDED0D
Black with #DDED0D
Text Example
Text Example
White with #DDED0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDED0D; }
p { color: rgb(221,237,13); }
H1.HeaderClassName
{
color: #DDED0D;
}
.AnyTagClassName
{
color: #DDED0D;
}
</style>
background-color css
<style>
a { background-color: #DDED0D; }
a { background-color: rgb(221,237,13); }
div.DivClassName
{
background-color: #DDED0D;
}
.BgClassName
{
background-color: #DDED0D;
}
</style>
border-color css
<style>
span { border-color: #DDED0D; }
span { border-color: rgb(221,237,13); }
td.TdClassName
{
border-color: #DDED0D;
}
.TagClassName
{
border-color: #DDED0D;
}
</style>