Shades of Mindaro #DDEF86
Tints of Mindaro #DDEF86
RGB
CMYK
RGB Variations
Color information
#DDEF86 (or 0xDDEF86) is known color: Mindaro. HEX triplet: DD, EF and 86. RGB value is (221,239,134). Sum of RGB (Red+Green+Blue) = 221+239+134=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 134 (52.73% from 255 or 22.56% from 594); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEF86 is #221079. Grayscale: #DEDEDE. Windows color (decimal): -2232442 or 8843229. OLE color: 8843229.
HSL color Cylindrical-coordinate representation of color #DDEF86: hue angle of 70.29º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDEF86 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 134 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.06 |
| HSL | 70.29º | 0.77% | 0.73% | - |
| HSV(B) | 70.29º | 0.44% | 0.94% | - |
| XYZ | 64.99 | 78.83 | 34.34 | - |
| YUV | 221.65 | 78.54 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 134 | 0.08 | 0 | 0.44 | 0.06 | 70.29 | 0.77 | 0.73 |
| Hex | DD | EF | 86 | 8 | 0 | 2C | 6 | 46 | 4D | 49 |
| Octal | 335 | 357 | 206 | 10 | 0 | 54 | 6 | 106 | 115 | 111 |
| Binary | 11011101 | 11101111 | 10000110 | 1000 | 0 | 101100 | 110 | 1000110 | 1001101 | 1001001 |
Color Harmonies of #DDEF86
Complementary color
Monochromatic Colors of #DDEF86
Black with #DDEF86
Text Example
Text Example
White with #DDEF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF86; }
p { color: rgb(221,239,134); }
H1.HeaderClassName
{
color: #DDEF86;
}
.AnyTagClassName
{
color: #DDEF86;
}
</style>
background-color css
<style>
a { background-color: #DDEF86; }
a { background-color: rgb(221,239,134); }
div.DivClassName
{
background-color: #DDEF86;
}
.BgClassName
{
background-color: #DDEF86;
}
</style>
border-color css
<style>
span { border-color: #DDEF86; }
span { border-color: rgb(221,239,134); }
td.TdClassName
{
border-color: #DDEF86;
}
.TagClassName
{
border-color: #DDEF86;
}
</style>