Shades of Mindaro #DDF666
Tints of Mindaro #DDF666
RGB
CMYK
RGB Variations
Color information
#DDF666 (or 0xDDF666) is known color: Mindaro. HEX triplet: DD, F6 and 66. RGB value is (221,246,102). Sum of RGB (Red+Green+Blue) = 221+246+102=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 246 (96.48% from 255 or 43.23% from 569); Blue value is 102 (40.23% from 255 or 17.93% from 569); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF666 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF666 is #220999. Grayscale: #DEDEDE. Windows color (decimal): -2230682 or 6747869. OLE color: 6747869.
HSL color Cylindrical-coordinate representation of color #DDF666: hue angle of 70.42º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDF666 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 102 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.04 |
| HSL | 70.42º | 0.89% | 0.68% | - |
| HSV(B) | 70.42º | 0.59% | 0.96% | - |
| XYZ | 65.17 | 82.24 | 25.01 | - |
| YUV | 222.11 | 60.22 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 102 | 0.10 | 0 | 0.59 | 0.04 | 70.42 | 0.89 | 0.68 |
| Hex | DD | F6 | 66 | A | 0 | 3B | 4 | 46 | 59 | 44 |
| Octal | 335 | 366 | 146 | 12 | 0 | 73 | 4 | 106 | 131 | 104 |
| Binary | 11011101 | 11110110 | 1100110 | 1010 | 0 | 111011 | 100 | 1000110 | 1011001 | 1000100 |
Color Harmonies of #DDF666
Complementary color
Monochromatic Colors of #DDF666
Black with #DDF666
Text Example
Text Example
White with #DDF666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF666; }
p { color: rgb(221,246,102); }
H1.HeaderClassName
{
color: #DDF666;
}
.AnyTagClassName
{
color: #DDF666;
}
</style>
background-color css
<style>
a { background-color: #DDF666; }
a { background-color: rgb(221,246,102); }
div.DivClassName
{
background-color: #DDF666;
}
.BgClassName
{
background-color: #DDF666;
}
</style>
border-color css
<style>
span { border-color: #DDF666; }
span { border-color: rgb(221,246,102); }
td.TdClassName
{
border-color: #DDF666;
}
.TagClassName
{
border-color: #DDF666;
}
</style>