Shades of Mindaro #DDF670
Tints of Mindaro #DDF670
RGB
CMYK
RGB Variations
Color information
#DDF670 (or 0xDDF670) is known color: Mindaro. HEX triplet: DD, F6 and 70. RGB value is (221,246,112). Sum of RGB (Red+Green+Blue) = 221+246+112=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 246 (96.48% from 255 or 42.49% from 579); Blue value is 112 (44.14% from 255 or 19.34% from 579); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF670 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF670 is #22098F. Grayscale: #DFDFDF. Windows color (decimal): -2230672 or 7403229. OLE color: 7403229.
HSL color Cylindrical-coordinate representation of color #DDF670: hue angle of 71.19º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDF670 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 112 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.04 |
| HSL | 71.19º | 0.88% | 0.7% | - |
| HSV(B) | 71.19º | 0.54% | 0.96% | - |
| XYZ | 65.7 | 82.45 | 27.78 | - |
| YUV | 223.25 | 65.22 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 112 | 0.10 | 0 | 0.54 | 0.04 | 71.19 | 0.88 | 0.7 |
| Hex | DD | F6 | 70 | A | 0 | 36 | 4 | 47 | 58 | 46 |
| Octal | 335 | 366 | 160 | 12 | 0 | 66 | 4 | 107 | 130 | 106 |
| Binary | 11011101 | 11110110 | 1110000 | 1010 | 0 | 110110 | 100 | 1000111 | 1011000 | 1000110 |
Color Harmonies of #DDF670
Complementary color
Monochromatic Colors of #DDF670
Black with #DDF670
Text Example
Text Example
White with #DDF670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF670; }
p { color: rgb(221,246,112); }
H1.HeaderClassName
{
color: #DDF670;
}
.AnyTagClassName
{
color: #DDF670;
}
</style>
background-color css
<style>
a { background-color: #DDF670; }
a { background-color: rgb(221,246,112); }
div.DivClassName
{
background-color: #DDF670;
}
.BgClassName
{
background-color: #DDF670;
}
</style>
border-color css
<style>
span { border-color: #DDF670; }
span { border-color: rgb(221,246,112); }
td.TdClassName
{
border-color: #DDF670;
}
.TagClassName
{
border-color: #DDF670;
}
</style>