Shades of Chartreuse Yellow #DDF50A
Tints of Chartreuse Yellow #DDF50A
RGB
CMYK
RGB Variations
Color information
#DDF50A (or 0xDDF50A) is known color: Chartreuse Yellow. HEX triplet: DD, F5 and 0A. RGB value is (221,245,10). Sum of RGB (Red+Green+Blue) = 221+245+10=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 245 (96.09% from 255 or 51.47% from 476); Blue value is 10 (4.30% from 255 or 2.10% from 476); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF50A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF50A is #220AF5. Grayscale: #D3D3D3. Windows color (decimal): -2231030 or 718301. OLE color: 718301.
HSL color Cylindrical-coordinate representation of color #DDF50A: hue angle of 66.13º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DDF50A is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 10 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.04 |
| HSL | 66.13º | 0.92% | 0.5% | - |
| HSV(B) | 66.13º | 0.96% | 0.96% | - |
| XYZ | 62.53 | 80.7 | 12.57 | - |
| YUV | 211.03 | 14.55 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 10 | 0.10 | 0 | 0.96 | 0.04 | 66.13 | 0.92 | 0.5 |
| Hex | DD | F5 | A | A | 0 | 60 | 4 | 42 | 5C | 32 |
| Octal | 335 | 365 | 12 | 12 | 0 | 140 | 4 | 102 | 134 | 62 |
| Binary | 11011101 | 11110101 | 1010 | 1010 | 0 | 1100000 | 100 | 1000010 | 1011100 | 110010 |
Color Harmonies of #DDF50A
Complementary color
Monochromatic Colors of #DDF50A
Black with #DDF50A
Text Example
Text Example
White with #DDF50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF50A; }
p { color: rgb(221,245,10); }
H1.HeaderClassName
{
color: #DDF50A;
}
.AnyTagClassName
{
color: #DDF50A;
}
</style>
background-color css
<style>
a { background-color: #DDF50A; }
a { background-color: rgb(221,245,10); }
div.DivClassName
{
background-color: #DDF50A;
}
.BgClassName
{
background-color: #DDF50A;
}
</style>
border-color css
<style>
span { border-color: #DDF50A; }
span { border-color: rgb(221,245,10); }
td.TdClassName
{
border-color: #DDF50A;
}
.TagClassName
{
border-color: #DDF50A;
}
</style>