Shades of Mindaro #DDF671
Tints of Mindaro #DDF671
RGB
CMYK
RGB Variations
Color information
#DDF671 (or 0xDDF671) is known color: Mindaro. HEX triplet: DD, F6 and 71. RGB value is (221,246,113). Sum of RGB (Red+Green+Blue) = 221+246+113=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 246 (96.48% from 255 or 42.41% from 580); Blue value is 113 (44.53% from 255 or 19.48% from 580); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF671 is #22098E. Grayscale: #DFDFDF. Windows color (decimal): -2230671 or 7468765. OLE color: 7468765.
HSL color Cylindrical-coordinate representation of color #DDF671: hue angle of 71.28º 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 #DDF671 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 113 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.04 |
| HSL | 71.28º | 0.88% | 0.7% | - |
| HSV(B) | 71.28º | 0.54% | 0.96% | - |
| XYZ | 65.76 | 82.48 | 28.08 | - |
| YUV | 223.36 | 65.72 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 113 | 0.10 | 0 | 0.54 | 0.04 | 71.28 | 0.88 | 0.7 |
| Hex | DD | F6 | 71 | A | 0 | 36 | 4 | 47 | 58 | 46 |
| Octal | 335 | 366 | 161 | 12 | 0 | 66 | 4 | 107 | 130 | 106 |
| Binary | 11011101 | 11110110 | 1110001 | 1010 | 0 | 110110 | 100 | 1000111 | 1011000 | 1000110 |
Color Harmonies of #DDF671
Complementary color
Monochromatic Colors of #DDF671
Black with #DDF671
Text Example
Text Example
White with #DDF671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF671; }
p { color: rgb(221,246,113); }
H1.HeaderClassName
{
color: #DDF671;
}
.AnyTagClassName
{
color: #DDF671;
}
</style>
background-color css
<style>
a { background-color: #DDF671; }
a { background-color: rgb(221,246,113); }
div.DivClassName
{
background-color: #DDF671;
}
.BgClassName
{
background-color: #DDF671;
}
</style>
border-color css
<style>
span { border-color: #DDF671; }
span { border-color: rgb(221,246,113); }
td.TdClassName
{
border-color: #DDF671;
}
.TagClassName
{
border-color: #DDF671;
}
</style>