Shades of Mindaro #DDF766
Tints of Mindaro #DDF766
RGB
CMYK
RGB Variations
Color information
#DDF766 (or 0xDDF766) is known color: Mindaro. HEX triplet: DD, F7 and 66. RGB value is (221,247,102). Sum of RGB (Red+Green+Blue) = 221+247+102=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 247 (96.88% from 255 or 43.33% from 570); Blue value is 102 (40.23% from 255 or 17.89% from 570); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF766 is #220899. Grayscale: #DFDFDF. Windows color (decimal): -2230426 or 6748125. OLE color: 6748125.
HSL color Cylindrical-coordinate representation of color #DDF766: hue angle of 70.76º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDF766 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 102 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.03 |
| HSL | 70.76º | 0.9% | 0.68% | - |
| HSV(B) | 70.76º | 0.59% | 0.97% | - |
| XYZ | 65.48 | 82.85 | 25.11 | - |
| YUV | 222.7 | 59.89 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 102 | 0.11 | 0 | 0.59 | 0.03 | 70.76 | 0.9 | 0.68 |
| Hex | DD | F7 | 66 | B | 0 | 3B | 3 | 47 | 5A | 44 |
| Octal | 335 | 367 | 146 | 13 | 0 | 73 | 3 | 107 | 132 | 104 |
| Binary | 11011101 | 11110111 | 1100110 | 1011 | 0 | 111011 | 11 | 1000111 | 1011010 | 1000100 |
Color Harmonies of #DDF766
Complementary color
Monochromatic Colors of #DDF766
Black with #DDF766
Text Example
Text Example
White with #DDF766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF766; }
p { color: rgb(221,247,102); }
H1.HeaderClassName
{
color: #DDF766;
}
.AnyTagClassName
{
color: #DDF766;
}
</style>
background-color css
<style>
a { background-color: #DDF766; }
a { background-color: rgb(221,247,102); }
div.DivClassName
{
background-color: #DDF766;
}
.BgClassName
{
background-color: #DDF766;
}
</style>
border-color css
<style>
span { border-color: #DDF766; }
span { border-color: rgb(221,247,102); }
td.TdClassName
{
border-color: #DDF766;
}
.TagClassName
{
border-color: #DDF766;
}
</style>