Shades of Chartreuse Yellow #DDF210
Tints of Chartreuse Yellow #DDF210
RGB
CMYK
RGB Variations
Color information
#DDF210 (or 0xDDF210) is known color: Chartreuse Yellow. HEX triplet: DD, F2 and 10. RGB value is (221,242,16). Sum of RGB (Red+Green+Blue) = 221+242+16=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 16 (6.64% from 255 or 3.34% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF210 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF210 is #220DEF. Grayscale: #D2D2D2. Windows color (decimal): -2231792 or 1110749. OLE color: 1110749.
HSL color Cylindrical-coordinate representation of color #DDF210: hue angle of 65.58º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDF210 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 16 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.05 |
| HSL | 65.58º | 0.9% | 0.51% | - |
| HSV(B) | 65.58º | 0.93% | 0.95% | - |
| XYZ | 61.66 | 78.91 | 12.47 | - |
| YUV | 209.96 | 18.54 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 16 | 0.09 | 0 | 0.93 | 0.05 | 65.58 | 0.9 | 0.51 |
| Hex | DD | F2 | 10 | 9 | 0 | 5D | 5 | 42 | 5A | 33 |
| Octal | 335 | 362 | 20 | 11 | 0 | 135 | 5 | 102 | 132 | 63 |
| Binary | 11011101 | 11110010 | 10000 | 1001 | 0 | 1011101 | 101 | 1000010 | 1011010 | 110011 |
Color Harmonies of #DDF210
Complementary color
Monochromatic Colors of #DDF210
Black with #DDF210
Text Example
Text Example
White with #DDF210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF210; }
p { color: rgb(221,242,16); }
H1.HeaderClassName
{
color: #DDF210;
}
.AnyTagClassName
{
color: #DDF210;
}
</style>
background-color css
<style>
a { background-color: #DDF210; }
a { background-color: rgb(221,242,16); }
div.DivClassName
{
background-color: #DDF210;
}
.BgClassName
{
background-color: #DDF210;
}
</style>
border-color css
<style>
span { border-color: #DDF210; }
span { border-color: rgb(221,242,16); }
td.TdClassName
{
border-color: #DDF210;
}
.TagClassName
{
border-color: #DDF210;
}
</style>