Shades of Chartreuse Yellow #DDF100
Tints of Chartreuse Yellow #DDF100
RGB
CMYK
RGB Variations
Color information
#DDF100 (or 0xDDF100) is known color: Chartreuse Yellow. HEX triplet: DD, F1 and 00. RGB value is (221,241,0). Sum of RGB (Red+Green+Blue) = 221+241+0=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 241 (94.53% from 255 or 52.16% from 462); Blue value is 0 (0.39% from 255 or 0% from 462); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF100 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF100 is #220EFF. Grayscale: #D0D0D0. Windows color (decimal): -2232064 or 61917. OLE color: 61917.
HSL color Cylindrical-coordinate representation of color #DDF100: hue angle of 64.98º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDF100 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.05 |
| HSL | 64.98º | 1% | 0.47% | - |
| HSV(B) | 64.98º | 1% | 0.95% | - |
| XYZ | 61.27 | 78.28 | 11.88 | - |
| YUV | 207.55 | 10.87 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 0 | 0.08 | 0 | 1 | 0.05 | 64.98 | 1 | 0.47 |
| Hex | DD | F1 | 0 | 8 | 0 | 64 | 5 | 41 | 64 | 2F |
| Octal | 335 | 361 | 0 | 10 | 0 | 144 | 5 | 101 | 144 | 57 |
| Binary | 11011101 | 11110001 | 0 | 1000 | 0 | 1100100 | 101 | 1000001 | 1100100 | 101111 |
Color Harmonies of #DDF100
Complementary color
Monochromatic Colors of #DDF100
Black with #DDF100
Text Example
Text Example
White with #DDF100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF100; }
p { color: rgb(221,241,0); }
H1.HeaderClassName
{
color: #DDF100;
}
.AnyTagClassName
{
color: #DDF100;
}
</style>
background-color css
<style>
a { background-color: #DDF100; }
a { background-color: rgb(221,241,0); }
div.DivClassName
{
background-color: #DDF100;
}
.BgClassName
{
background-color: #DDF100;
}
</style>
border-color css
<style>
span { border-color: #DDF100; }
span { border-color: rgb(221,241,0); }
td.TdClassName
{
border-color: #DDF100;
}
.TagClassName
{
border-color: #DDF100;
}
</style>