Shades of Chartreuse Yellow #DDE412
Tints of Chartreuse Yellow #DDE412
RGB
CMYK
RGB Variations
Color information
#DDE412 (or 0xDDE412) is known color: Chartreuse Yellow. HEX triplet: DD, E4 and 12. RGB value is (221,228,18). Sum of RGB (Red+Green+Blue) = 221+228+18=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 228 (89.45% from 255 or 48.82% from 467); Blue value is 18 (7.42% from 255 or 3.85% from 467); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE412 is #221BED. Grayscale: #CACACA. Windows color (decimal): -2235374 or 1238237. OLE color: 1238237.
HSL color Cylindrical-coordinate representation of color #DDE412: hue angle of 62º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDE412 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 18 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.11 |
| HSL | 62º | 0.85% | 0.48% | - |
| HSV(B) | 62º | 0.92% | 0.89% | - |
| XYZ | 57.67 | 70.9 | 11.22 | - |
| YUV | 201.97 | 24.18 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 18 | 0.03 | 0 | 0.92 | 0.11 | 62 | 0.85 | 0.48 |
| Hex | DD | E4 | 12 | 3 | 0 | 5C | B | 3E | 55 | 30 |
| Octal | 335 | 344 | 22 | 3 | 0 | 134 | 13 | 76 | 125 | 60 |
| Binary | 11011101 | 11100100 | 10010 | 11 | 0 | 1011100 | 1011 | 111110 | 1010101 | 110000 |
Color Harmonies of #DDE412
Complementary color
Monochromatic Colors of #DDE412
Black with #DDE412
Text Example
Text Example
White with #DDE412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE412; }
p { color: rgb(221,228,18); }
H1.HeaderClassName
{
color: #DDE412;
}
.AnyTagClassName
{
color: #DDE412;
}
</style>
background-color css
<style>
a { background-color: #DDE412; }
a { background-color: rgb(221,228,18); }
div.DivClassName
{
background-color: #DDE412;
}
.BgClassName
{
background-color: #DDE412;
}
</style>
border-color css
<style>
span { border-color: #DDE412; }
span { border-color: rgb(221,228,18); }
td.TdClassName
{
border-color: #DDE412;
}
.TagClassName
{
border-color: #DDE412;
}
</style>