Shades of Chartreuse Yellow #DDF112
Tints of Chartreuse Yellow #DDF112
RGB
CMYK
RGB Variations
Color information
#DDF112 (or 0xDDF112) is known color: Chartreuse Yellow. HEX triplet: DD, F1 and 12. RGB value is (221,241,18). Sum of RGB (Red+Green+Blue) = 221+241+18=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 241 (94.53% from 255 or 50.21% from 480); Blue value is 18 (7.42% from 255 or 3.75% from 480); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF112 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF112 is #220EED. Grayscale: #D2D2D2. Windows color (decimal): -2232046 or 1241565. OLE color: 1241565.
HSL color Cylindrical-coordinate representation of color #DDF112: hue angle of 65.38º degrees, saturation: 0.89, 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 #DDF112 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 18 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.05 |
| HSL | 65.38º | 0.89% | 0.51% | - |
| HSV(B) | 65.38º | 0.93% | 0.95% | - |
| XYZ | 61.38 | 78.33 | 12.46 | - |
| YUV | 209.6 | 19.87 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 18 | 0.08 | 0 | 0.93 | 0.05 | 65.38 | 0.89 | 0.51 |
| Hex | DD | F1 | 12 | 8 | 0 | 5D | 5 | 41 | 59 | 33 |
| Octal | 335 | 361 | 22 | 10 | 0 | 135 | 5 | 101 | 131 | 63 |
| Binary | 11011101 | 11110001 | 10010 | 1000 | 0 | 1011101 | 101 | 1000001 | 1011001 | 110011 |
Color Harmonies of #DDF112
Complementary color
Monochromatic Colors of #DDF112
Black with #DDF112
Text Example
Text Example
White with #DDF112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF112; }
p { color: rgb(221,241,18); }
H1.HeaderClassName
{
color: #DDF112;
}
.AnyTagClassName
{
color: #DDF112;
}
</style>
background-color css
<style>
a { background-color: #DDF112; }
a { background-color: rgb(221,241,18); }
div.DivClassName
{
background-color: #DDF112;
}
.BgClassName
{
background-color: #DDF112;
}
</style>
border-color css
<style>
span { border-color: #DDF112; }
span { border-color: rgb(221,241,18); }
td.TdClassName
{
border-color: #DDF112;
}
.TagClassName
{
border-color: #DDF112;
}
</style>