Shades of Chartreuse Yellow #DDE512
Tints of Chartreuse Yellow #DDE512
RGB
CMYK
RGB Variations
Color information
#DDE512 (or 0xDDE512) is known color: Chartreuse Yellow. HEX triplet: DD, E5 and 12. RGB value is (221,229,18). Sum of RGB (Red+Green+Blue) = 221+229+18=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 229 (89.84% from 255 or 48.93% from 468); Blue value is 18 (7.42% from 255 or 3.85% from 468); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE512 is #221AED. Grayscale: #CBCBCB. Windows color (decimal): -2235118 or 1238493. OLE color: 1238493.
HSL color Cylindrical-coordinate representation of color #DDE512: hue angle of 62.27º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDE512 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 18 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.10 |
| HSL | 62.27º | 0.85% | 0.48% | - |
| HSV(B) | 62.27º | 0.92% | 0.9% | - |
| XYZ | 57.95 | 71.45 | 11.31 | - |
| YUV | 202.55 | 23.85 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 18 | 0.03 | 0 | 0.92 | 0.10 | 62.27 | 0.85 | 0.48 |
| Hex | DD | E5 | 12 | 3 | 0 | 5C | A | 3E | 55 | 30 |
| Octal | 335 | 345 | 22 | 3 | 0 | 134 | 12 | 76 | 125 | 60 |
| Binary | 11011101 | 11100101 | 10010 | 11 | 0 | 1011100 | 1010 | 111110 | 1010101 | 110000 |
Color Harmonies of #DDE512
Complementary color
Monochromatic Colors of #DDE512
Black with #DDE512
Text Example
Text Example
White with #DDE512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE512; }
p { color: rgb(221,229,18); }
H1.HeaderClassName
{
color: #DDE512;
}
.AnyTagClassName
{
color: #DDE512;
}
</style>
background-color css
<style>
a { background-color: #DDE512; }
a { background-color: rgb(221,229,18); }
div.DivClassName
{
background-color: #DDE512;
}
.BgClassName
{
background-color: #DDE512;
}
</style>
border-color css
<style>
span { border-color: #DDE512; }
span { border-color: rgb(221,229,18); }
td.TdClassName
{
border-color: #DDE512;
}
.TagClassName
{
border-color: #DDE512;
}
</style>