Shades of Chartreuse Yellow #DDEA0B
Tints of Chartreuse Yellow #DDEA0B
RGB
CMYK
RGB Variations
Color information
#DDEA0B (or 0xDDEA0B) is known color: Chartreuse Yellow. HEX triplet: DD, EA and 0B. RGB value is (221,234,11). Sum of RGB (Red+Green+Blue) = 221+234+11=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 234 (91.80% from 255 or 50.21% from 466); Blue value is 11 (4.69% from 255 or 2.36% from 466); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDEA0B is #2215F4. Grayscale: #CDCDCD. Windows color (decimal): -2233845 or 781021. OLE color: 781021.
HSL color Cylindrical-coordinate representation of color #DDEA0B: hue angle of 63.5º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDEA0B is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 11 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.08 |
| HSL | 63.5º | 0.91% | 0.48% | - |
| HSV(B) | 63.5º | 0.95% | 0.92% | - |
| XYZ | 59.3 | 74.24 | 11.52 | - |
| YUV | 204.69 | 18.69 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 11 | 0.06 | 0 | 0.95 | 0.08 | 63.5 | 0.91 | 0.48 |
| Hex | DD | EA | B | 6 | 0 | 5F | 8 | 3F | 5B | 30 |
| Octal | 335 | 352 | 13 | 6 | 0 | 137 | 10 | 77 | 133 | 60 |
| Binary | 11011101 | 11101010 | 1011 | 110 | 0 | 1011111 | 1000 | 111111 | 1011011 | 110000 |
Color Harmonies of #DDEA0B
Complementary color
Monochromatic Colors of #DDEA0B
Black with #DDEA0B
Text Example
Text Example
White with #DDEA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEA0B; }
p { color: rgb(221,234,11); }
H1.HeaderClassName
{
color: #DDEA0B;
}
.AnyTagClassName
{
color: #DDEA0B;
}
</style>
background-color css
<style>
a { background-color: #DDEA0B; }
a { background-color: rgb(221,234,11); }
div.DivClassName
{
background-color: #DDEA0B;
}
.BgClassName
{
background-color: #DDEA0B;
}
</style>
border-color css
<style>
span { border-color: #DDEA0B; }
span { border-color: rgb(221,234,11); }
td.TdClassName
{
border-color: #DDEA0B;
}
.TagClassName
{
border-color: #DDEA0B;
}
</style>