Shades of Mindaro #DDF675
Tints of Mindaro #DDF675
RGB
CMYK
RGB Variations
Color information
#DDF675 (or 0xDDF675) is known color: Mindaro. HEX triplet: DD, F6 and 75. RGB value is (221,246,117). Sum of RGB (Red+Green+Blue) = 221+246+117=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 246 (96.48% from 255 or 42.12% from 584); Blue value is 117 (46.09% from 255 or 20.03% from 584); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF675 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF675 is #22098A. Grayscale: #E0E0E0. Windows color (decimal): -2230667 or 7730909. OLE color: 7730909.
HSL color Cylindrical-coordinate representation of color #DDF675: hue angle of 71.63º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDF675 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 117 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.04 |
| HSL | 71.63º | 0.88% | 0.71% | - |
| HSV(B) | 71.63º | 0.52% | 0.96% | - |
| XYZ | 65.99 | 82.57 | 29.29 | - |
| YUV | 223.82 | 67.72 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 117 | 0.10 | 0 | 0.52 | 0.04 | 71.63 | 0.88 | 0.71 |
| Hex | DD | F6 | 75 | A | 0 | 34 | 4 | 48 | 58 | 47 |
| Octal | 335 | 366 | 165 | 12 | 0 | 64 | 4 | 110 | 130 | 107 |
| Binary | 11011101 | 11110110 | 1110101 | 1010 | 0 | 110100 | 100 | 1001000 | 1011000 | 1000111 |
Color Harmonies of #DDF675
Complementary color
Monochromatic Colors of #DDF675
Black with #DDF675
Text Example
Text Example
White with #DDF675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF675; }
p { color: rgb(221,246,117); }
H1.HeaderClassName
{
color: #DDF675;
}
.AnyTagClassName
{
color: #DDF675;
}
</style>
background-color css
<style>
a { background-color: #DDF675; }
a { background-color: rgb(221,246,117); }
div.DivClassName
{
background-color: #DDF675;
}
.BgClassName
{
background-color: #DDF675;
}
</style>
border-color css
<style>
span { border-color: #DDF675; }
span { border-color: rgb(221,246,117); }
td.TdClassName
{
border-color: #DDF675;
}
.TagClassName
{
border-color: #DDF675;
}
</style>