Shades of Chartreuse Yellow #DDE80D
Tints of Chartreuse Yellow #DDE80D
RGB
CMYK
RGB Variations
Color information
#DDE80D (or 0xDDE80D) is known color: Chartreuse Yellow. HEX triplet: DD, E8 and 0D. RGB value is (221,232,13). Sum of RGB (Red+Green+Blue) = 221+232+13=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 232 (91.02% from 255 or 49.79% from 466); Blue value is 13 (5.47% from 255 or 2.79% from 466); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE80D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDE80D is #2217F2. Grayscale: #CCCCCC. Windows color (decimal): -2234355 or 911581. OLE color: 911581.
HSL color Cylindrical-coordinate representation of color #DDE80D: hue angle of 63.01º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDE80D is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 232 | 13 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.09 |
| HSL | 63.01º | 0.89% | 0.48% | - |
| HSV(B) | 63.01º | 0.94% | 0.91% | - |
| XYZ | 58.75 | 73.11 | 11.4 | - |
| YUV | 203.75 | 20.36 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 13 | 0.05 | 0 | 0.94 | 0.09 | 63.01 | 0.89 | 0.48 |
| Hex | DD | E8 | D | 5 | 0 | 5E | 9 | 3F | 59 | 30 |
| Octal | 335 | 350 | 15 | 5 | 0 | 136 | 11 | 77 | 131 | 60 |
| Binary | 11011101 | 11101000 | 1101 | 101 | 0 | 1011110 | 1001 | 111111 | 1011001 | 110000 |
Color Harmonies of #DDE80D
Complementary color
Monochromatic Colors of #DDE80D
Black with #DDE80D
Text Example
Text Example
White with #DDE80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE80D; }
p { color: rgb(221,232,13); }
H1.HeaderClassName
{
color: #DDE80D;
}
.AnyTagClassName
{
color: #DDE80D;
}
</style>
background-color css
<style>
a { background-color: #DDE80D; }
a { background-color: rgb(221,232,13); }
div.DivClassName
{
background-color: #DDE80D;
}
.BgClassName
{
background-color: #DDE80D;
}
</style>
border-color css
<style>
span { border-color: #DDE80D; }
span { border-color: rgb(221,232,13); }
td.TdClassName
{
border-color: #DDE80D;
}
.TagClassName
{
border-color: #DDE80D;
}
</style>