Shades of Mindaro #DDF17C
Tints of Mindaro #DDF17C
RGB
CMYK
RGB Variations
Color information
#DDF17C (or 0xDDF17C) is known color: Mindaro. HEX triplet: DD, F1 and 7C. RGB value is (221,241,124). Sum of RGB (Red+Green+Blue) = 221+241+124=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 124 (48.83% from 255 or 21.16% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF17C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF17C is #220E83. Grayscale: #DEDEDE. Windows color (decimal): -2231940 or 8188381. OLE color: 8188381.
HSL color Cylindrical-coordinate representation of color #DDF17C: hue angle of 70.26º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDF17C is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 124 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.05 |
| HSL | 70.26º | 0.81% | 0.72% | - |
| HSV(B) | 70.26º | 0.49% | 0.95% | - |
| XYZ | 64.91 | 79.74 | 31.04 | - |
| YUV | 221.68 | 72.87 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 124 | 0.08 | 0 | 0.49 | 0.05 | 70.26 | 0.81 | 0.72 |
| Hex | DD | F1 | 7C | 8 | 0 | 31 | 5 | 46 | 51 | 48 |
| Octal | 335 | 361 | 174 | 10 | 0 | 61 | 5 | 106 | 121 | 110 |
| Binary | 11011101 | 11110001 | 1111100 | 1000 | 0 | 110001 | 101 | 1000110 | 1010001 | 1001000 |
Color Harmonies of #DDF17C
Complementary color
Monochromatic Colors of #DDF17C
Black with #DDF17C
Text Example
Text Example
White with #DDF17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF17C; }
p { color: rgb(221,241,124); }
H1.HeaderClassName
{
color: #DDF17C;
}
.AnyTagClassName
{
color: #DDF17C;
}
</style>
background-color css
<style>
a { background-color: #DDF17C; }
a { background-color: rgb(221,241,124); }
div.DivClassName
{
background-color: #DDF17C;
}
.BgClassName
{
background-color: #DDF17C;
}
</style>
border-color css
<style>
span { border-color: #DDF17C; }
span { border-color: rgb(221,241,124); }
td.TdClassName
{
border-color: #DDF17C;
}
.TagClassName
{
border-color: #DDF17C;
}
</style>