Shades of Chartreuse Yellow #DDE30A
Tints of Chartreuse Yellow #DDE30A
RGB
CMYK
RGB Variations
Color information
#DDE30A (or 0xDDE30A) is known color: Chartreuse Yellow. HEX triplet: DD, E3 and 0A. RGB value is (221,227,10). Sum of RGB (Red+Green+Blue) = 221+227+10=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 227 (89.06% from 255 or 49.56% from 458); Blue value is 10 (4.30% from 255 or 2.18% from 458); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE30A is #221CF5. Grayscale: #C9C9C9. Windows color (decimal): -2235638 or 713693. OLE color: 713693.
HSL color Cylindrical-coordinate representation of color #DDE30A: hue angle of 61.66º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DDE30A is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 10 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.11 |
| HSL | 61.66º | 0.92% | 0.46% | - |
| HSV(B) | 61.66º | 0.96% | 0.89% | - |
| XYZ | 57.34 | 70.33 | 10.84 | - |
| YUV | 200.47 | 20.51 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 10 | 0.03 | 0 | 0.96 | 0.11 | 61.66 | 0.92 | 0.46 |
| Hex | DD | E3 | A | 3 | 0 | 60 | B | 3E | 5C | 2E |
| Octal | 335 | 343 | 12 | 3 | 0 | 140 | 13 | 76 | 134 | 56 |
| Binary | 11011101 | 11100011 | 1010 | 11 | 0 | 1100000 | 1011 | 111110 | 1011100 | 101110 |
Color Harmonies of #DDE30A
Complementary color
Monochromatic Colors of #DDE30A
Black with #DDE30A
Text Example
Text Example
White with #DDE30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE30A; }
p { color: rgb(221,227,10); }
H1.HeaderClassName
{
color: #DDE30A;
}
.AnyTagClassName
{
color: #DDE30A;
}
</style>
background-color css
<style>
a { background-color: #DDE30A; }
a { background-color: rgb(221,227,10); }
div.DivClassName
{
background-color: #DDE30A;
}
.BgClassName
{
background-color: #DDE30A;
}
</style>
border-color css
<style>
span { border-color: #DDE30A; }
span { border-color: rgb(221,227,10); }
td.TdClassName
{
border-color: #DDE30A;
}
.TagClassName
{
border-color: #DDE30A;
}
</style>