Shades of Mindaro #DDF773
Tints of Mindaro #DDF773
RGB
CMYK
RGB Variations
Color information
#DDF773 (or 0xDDF773) is known color: Mindaro. HEX triplet: DD, F7 and 73. RGB value is (221,247,115). Sum of RGB (Red+Green+Blue) = 221+247+115=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 247 (96.88% from 255 or 42.37% from 583); Blue value is 115 (45.31% from 255 or 19.73% from 583); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF773 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF773 is #22088C. Grayscale: #E0E0E0. Windows color (decimal): -2230413 or 7600093. OLE color: 7600093.
HSL color Cylindrical-coordinate representation of color #DDF773: hue angle of 71.82º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDF773 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 115 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.03 |
| HSL | 71.82º | 0.89% | 0.71% | - |
| HSV(B) | 71.82º | 0.53% | 0.97% | - |
| XYZ | 66.17 | 83.13 | 28.78 | - |
| YUV | 224.18 | 66.39 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 115 | 0.11 | 0 | 0.53 | 0.03 | 71.82 | 0.89 | 0.71 |
| Hex | DD | F7 | 73 | B | 0 | 35 | 3 | 48 | 59 | 47 |
| Octal | 335 | 367 | 163 | 13 | 0 | 65 | 3 | 110 | 131 | 107 |
| Binary | 11011101 | 11110111 | 1110011 | 1011 | 0 | 110101 | 11 | 1001000 | 1011001 | 1000111 |
Color Harmonies of #DDF773
Complementary color
Monochromatic Colors of #DDF773
Black with #DDF773
Text Example
Text Example
White with #DDF773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF773; }
p { color: rgb(221,247,115); }
H1.HeaderClassName
{
color: #DDF773;
}
.AnyTagClassName
{
color: #DDF773;
}
</style>
background-color css
<style>
a { background-color: #DDF773; }
a { background-color: rgb(221,247,115); }
div.DivClassName
{
background-color: #DDF773;
}
.BgClassName
{
background-color: #DDF773;
}
</style>
border-color css
<style>
span { border-color: #DDF773; }
span { border-color: rgb(221,247,115); }
td.TdClassName
{
border-color: #DDF773;
}
.TagClassName
{
border-color: #DDF773;
}
</style>