Shades of Chartreuse Yellow #DDED0B
Tints of Chartreuse Yellow #DDED0B
RGB
CMYK
RGB Variations
Color information
#DDED0B (or 0xDDED0B) is known color: Chartreuse Yellow. HEX triplet: DD, ED and 0B. RGB value is (221,237,11). Sum of RGB (Red+Green+Blue) = 221+237+11=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 237 (92.97% from 255 or 50.53% from 469); Blue value is 11 (4.69% from 255 or 2.35% from 469); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDED0B is #2212F4. Grayscale: #CFCFCF. Windows color (decimal): -2233077 or 781789. OLE color: 781789.
HSL color Cylindrical-coordinate representation of color #DDED0B: hue angle of 64.25º degrees, saturation: 0.91, 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 #DDED0B is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 11 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.07 |
| HSL | 64.25º | 0.91% | 0.49% | - |
| HSV(B) | 64.25º | 0.95% | 0.93% | - |
| XYZ | 60.16 | 75.96 | 11.81 | - |
| YUV | 206.45 | 17.7 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 11 | 0.07 | 0 | 0.95 | 0.07 | 64.25 | 0.91 | 0.49 |
| Hex | DD | ED | B | 7 | 0 | 5F | 7 | 40 | 5B | 31 |
| Octal | 335 | 355 | 13 | 7 | 0 | 137 | 7 | 100 | 133 | 61 |
| Binary | 11011101 | 11101101 | 1011 | 111 | 0 | 1011111 | 111 | 1000000 | 1011011 | 110001 |
Color Harmonies of #DDED0B
Complementary color
Monochromatic Colors of #DDED0B
Black with #DDED0B
Text Example
Text Example
White with #DDED0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDED0B; }
p { color: rgb(221,237,11); }
H1.HeaderClassName
{
color: #DDED0B;
}
.AnyTagClassName
{
color: #DDED0B;
}
</style>
background-color css
<style>
a { background-color: #DDED0B; }
a { background-color: rgb(221,237,11); }
div.DivClassName
{
background-color: #DDED0B;
}
.BgClassName
{
background-color: #DDED0B;
}
</style>
border-color css
<style>
span { border-color: #DDED0B; }
span { border-color: rgb(221,237,11); }
td.TdClassName
{
border-color: #DDED0B;
}
.TagClassName
{
border-color: #DDED0B;
}
</style>