Shades of Chartreuse Yellow #DDE814
Tints of Chartreuse Yellow #DDE814
RGB
CMYK
RGB Variations
Color information
#DDE814 (or 0xDDE814) is known color: Chartreuse Yellow. HEX triplet: DD, E8 and 14. RGB value is (221,232,20). Sum of RGB (Red+Green+Blue) = 221+232+20=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 232 (91.02% from 255 or 49.05% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE814 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDE814 is #2217EB. Grayscale: #CDCDCD. Windows color (decimal): -2234348 or 1370333. OLE color: 1370333.
HSL color Cylindrical-coordinate representation of color #DDE814: hue angle of 63.11º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDE814 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 232 | 20 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.09 |
| HSL | 63.11º | 0.84% | 0.49% | - |
| HSV(B) | 63.11º | 0.91% | 0.91% | - |
| XYZ | 58.8 | 73.14 | 11.68 | - |
| YUV | 204.54 | 23.86 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 20 | 0.05 | 0 | 0.91 | 0.09 | 63.11 | 0.84 | 0.49 |
| Hex | DD | E8 | 14 | 5 | 0 | 5B | 9 | 3F | 54 | 31 |
| Octal | 335 | 350 | 24 | 5 | 0 | 133 | 11 | 77 | 124 | 61 |
| Binary | 11011101 | 11101000 | 10100 | 101 | 0 | 1011011 | 1001 | 111111 | 1010100 | 110001 |
Color Harmonies of #DDE814
Complementary color
Monochromatic Colors of #DDE814
Black with #DDE814
Text Example
Text Example
White with #DDE814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE814; }
p { color: rgb(221,232,20); }
H1.HeaderClassName
{
color: #DDE814;
}
.AnyTagClassName
{
color: #DDE814;
}
</style>
background-color css
<style>
a { background-color: #DDE814; }
a { background-color: rgb(221,232,20); }
div.DivClassName
{
background-color: #DDE814;
}
.BgClassName
{
background-color: #DDE814;
}
</style>
border-color css
<style>
span { border-color: #DDE814; }
span { border-color: rgb(221,232,20); }
td.TdClassName
{
border-color: #DDE814;
}
.TagClassName
{
border-color: #DDE814;
}
</style>