Shades of Chartreuse Yellow #DDF211
Tints of Chartreuse Yellow #DDF211
RGB
CMYK
RGB Variations
Color information
#DDF211 (or 0xDDF211) is known color: Chartreuse Yellow. HEX triplet: DD, F2 and 11. RGB value is (221,242,17). Sum of RGB (Red+Green+Blue) = 221+242+17=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 242 (94.92% from 255 or 50.42% from 480); Blue value is 17 (7.03% from 255 or 3.54% from 480); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF211 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF211 is #220DEE. Grayscale: #D2D2D2. Windows color (decimal): -2231791 or 1176285. OLE color: 1176285.
HSL color Cylindrical-coordinate representation of color #DDF211: hue angle of 65.6º 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 #DDF211 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 17 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.05 |
| HSL | 65.6º | 0.9% | 0.51% | - |
| HSV(B) | 65.6º | 0.93% | 0.95% | - |
| XYZ | 61.67 | 78.92 | 12.51 | - |
| YUV | 210.07 | 19.04 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 17 | 0.09 | 0 | 0.93 | 0.05 | 65.6 | 0.9 | 0.51 |
| Hex | DD | F2 | 11 | 9 | 0 | 5D | 5 | 42 | 5A | 33 |
| Octal | 335 | 362 | 21 | 11 | 0 | 135 | 5 | 102 | 132 | 63 |
| Binary | 11011101 | 11110010 | 10001 | 1001 | 0 | 1011101 | 101 | 1000010 | 1011010 | 110011 |
Color Harmonies of #DDF211
Complementary color
Monochromatic Colors of #DDF211
Black with #DDF211
Text Example
Text Example
White with #DDF211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF211; }
p { color: rgb(221,242,17); }
H1.HeaderClassName
{
color: #DDF211;
}
.AnyTagClassName
{
color: #DDF211;
}
</style>
background-color css
<style>
a { background-color: #DDF211; }
a { background-color: rgb(221,242,17); }
div.DivClassName
{
background-color: #DDF211;
}
.BgClassName
{
background-color: #DDF211;
}
</style>
border-color css
<style>
span { border-color: #DDF211; }
span { border-color: rgb(221,242,17); }
td.TdClassName
{
border-color: #DDF211;
}
.TagClassName
{
border-color: #DDF211;
}
</style>