Shades of Mindaro #DDF571
Tints of Mindaro #DDF571
RGB
CMYK
RGB Variations
Color information
#DDF571 (or 0xDDF571) is known color: Mindaro. HEX triplet: DD, F5 and 71. RGB value is (221,245,113). Sum of RGB (Red+Green+Blue) = 221+245+113=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 113 (44.53% from 255 or 19.52% from 579); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF571 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF571 is #220A8E. Grayscale: #DFDFDF. Windows color (decimal): -2230927 or 7468509. OLE color: 7468509.
HSL color Cylindrical-coordinate representation of color #DDF571: hue angle of 70.91º degrees, saturation: 0.87, 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 #DDF571 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 113 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.04 |
| HSL | 70.91º | 0.87% | 0.7% | - |
| HSV(B) | 70.91º | 0.54% | 0.96% | - |
| XYZ | 65.45 | 81.87 | 27.98 | - |
| YUV | 222.78 | 66.05 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 113 | 0.10 | 0 | 0.54 | 0.04 | 70.91 | 0.87 | 0.7 |
| Hex | DD | F5 | 71 | A | 0 | 36 | 4 | 47 | 57 | 46 |
| Octal | 335 | 365 | 161 | 12 | 0 | 66 | 4 | 107 | 127 | 106 |
| Binary | 11011101 | 11110101 | 1110001 | 1010 | 0 | 110110 | 100 | 1000111 | 1010111 | 1000110 |
Color Harmonies of #DDF571
Complementary color
Monochromatic Colors of #DDF571
Black with #DDF571
Text Example
Text Example
White with #DDF571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF571; }
p { color: rgb(221,245,113); }
H1.HeaderClassName
{
color: #DDF571;
}
.AnyTagClassName
{
color: #DDF571;
}
</style>
background-color css
<style>
a { background-color: #DDF571; }
a { background-color: rgb(221,245,113); }
div.DivClassName
{
background-color: #DDF571;
}
.BgClassName
{
background-color: #DDF571;
}
</style>
border-color css
<style>
span { border-color: #DDF571; }
span { border-color: rgb(221,245,113); }
td.TdClassName
{
border-color: #DDF571;
}
.TagClassName
{
border-color: #DDF571;
}
</style>