Shades of Mindaro #DDF660
Tints of Mindaro #DDF660
RGB
CMYK
RGB Variations
Color information
#DDF660 (or 0xDDF660) is known color: Mindaro. HEX triplet: DD, F6 and 60. RGB value is (221,246,96). Sum of RGB (Red+Green+Blue) = 221+246+96=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 246 (96.48% from 255 or 43.69% from 563); Blue value is 96 (37.89% from 255 or 17.05% from 563); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF660 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF660 is #22099F. Grayscale: #DEDEDE. Windows color (decimal): -2230688 or 6354653. OLE color: 6354653.
HSL color Cylindrical-coordinate representation of color #DDF660: hue angle of 70º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDF660 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 96 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.04 |
| HSL | 70º | 0.89% | 0.67% | - |
| HSV(B) | 70º | 0.61% | 0.96% | - |
| XYZ | 64.89 | 82.13 | 23.5 | - |
| YUV | 221.43 | 57.22 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 96 | 0.10 | 0 | 0.61 | 0.04 | 70 | 0.89 | 0.67 |
| Hex | DD | F6 | 60 | A | 0 | 3D | 4 | 46 | 59 | 43 |
| Octal | 335 | 366 | 140 | 12 | 0 | 75 | 4 | 106 | 131 | 103 |
| Binary | 11011101 | 11110110 | 1100000 | 1010 | 0 | 111101 | 100 | 1000110 | 1011001 | 1000011 |
Color Harmonies of #DDF660
Complementary color
Monochromatic Colors of #DDF660
Black with #DDF660
Text Example
Text Example
White with #DDF660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF660; }
p { color: rgb(221,246,96); }
H1.HeaderClassName
{
color: #DDF660;
}
.AnyTagClassName
{
color: #DDF660;
}
</style>
background-color css
<style>
a { background-color: #DDF660; }
a { background-color: rgb(221,246,96); }
div.DivClassName
{
background-color: #DDF660;
}
.BgClassName
{
background-color: #DDF660;
}
</style>
border-color css
<style>
span { border-color: #DDF660; }
span { border-color: rgb(221,246,96); }
td.TdClassName
{
border-color: #DDF660;
}
.TagClassName
{
border-color: #DDF660;
}
</style>