Shades of Chartreuse Yellow #DDF10F
Tints of Chartreuse Yellow #DDF10F
RGB
CMYK
RGB Variations
Color information
#DDF10F (or 0xDDF10F) is known color: Chartreuse Yellow. HEX triplet: DD, F1 and 0F. RGB value is (221,241,15). Sum of RGB (Red+Green+Blue) = 221+241+15=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 15 (6.25% from 255 or 3.14% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF10F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF10F is #220EF0. Grayscale: #D2D2D2. Windows color (decimal): -2232049 or 1044957. OLE color: 1044957.
HSL color Cylindrical-coordinate representation of color #DDF10F: hue angle of 65.31º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDF10F is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 15 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.05 |
| HSL | 65.31º | 0.89% | 0.5% | - |
| HSV(B) | 65.31º | 0.94% | 0.95% | - |
| XYZ | 61.36 | 78.32 | 12.33 | - |
| YUV | 209.26 | 18.37 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 15 | 0.08 | 0 | 0.94 | 0.05 | 65.31 | 0.89 | 0.5 |
| Hex | DD | F1 | F | 8 | 0 | 5E | 5 | 41 | 59 | 32 |
| Octal | 335 | 361 | 17 | 10 | 0 | 136 | 5 | 101 | 131 | 62 |
| Binary | 11011101 | 11110001 | 1111 | 1000 | 0 | 1011110 | 101 | 1000001 | 1011001 | 110010 |
Color Harmonies of #DDF10F
Complementary color
Monochromatic Colors of #DDF10F
Black with #DDF10F
Text Example
Text Example
White with #DDF10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF10F; }
p { color: rgb(221,241,15); }
H1.HeaderClassName
{
color: #DDF10F;
}
.AnyTagClassName
{
color: #DDF10F;
}
</style>
background-color css
<style>
a { background-color: #DDF10F; }
a { background-color: rgb(221,241,15); }
div.DivClassName
{
background-color: #DDF10F;
}
.BgClassName
{
background-color: #DDF10F;
}
</style>
border-color css
<style>
span { border-color: #DDF10F; }
span { border-color: rgb(221,241,15); }
td.TdClassName
{
border-color: #DDF10F;
}
.TagClassName
{
border-color: #DDF10F;
}
</style>