Shades of Mindaro #DDEF85
Tints of Mindaro #DDEF85
RGB
CMYK
RGB Variations
Color information
#DDEF85 (or 0xDDEF85) is known color: Mindaro. HEX triplet: DD, EF and 85. RGB value is (221,239,133). Sum of RGB (Red+Green+Blue) = 221+239+133=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 133 (52.34% from 255 or 22.43% from 593); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEF85 is #22107A. Grayscale: #DDDDDD. Windows color (decimal): -2232443 or 8777693. OLE color: 8777693.
HSL color Cylindrical-coordinate representation of color #DDEF85: hue angle of 70.19º 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 #DDEF85 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 133 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.06 |
| HSL | 70.19º | 0.77% | 0.73% | - |
| HSV(B) | 70.19º | 0.44% | 0.94% | - |
| XYZ | 64.92 | 78.8 | 33.98 | - |
| YUV | 221.53 | 78.04 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 133 | 0.08 | 0 | 0.44 | 0.06 | 70.19 | 0.77 | 0.73 |
| Hex | DD | EF | 85 | 8 | 0 | 2C | 6 | 46 | 4D | 49 |
| Octal | 335 | 357 | 205 | 10 | 0 | 54 | 6 | 106 | 115 | 111 |
| Binary | 11011101 | 11101111 | 10000101 | 1000 | 0 | 101100 | 110 | 1000110 | 1001101 | 1001001 |
Color Harmonies of #DDEF85
Complementary color
Monochromatic Colors of #DDEF85
Black with #DDEF85
Text Example
Text Example
White with #DDEF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF85; }
p { color: rgb(221,239,133); }
H1.HeaderClassName
{
color: #DDEF85;
}
.AnyTagClassName
{
color: #DDEF85;
}
</style>
background-color css
<style>
a { background-color: #DDEF85; }
a { background-color: rgb(221,239,133); }
div.DivClassName
{
background-color: #DDEF85;
}
.BgClassName
{
background-color: #DDEF85;
}
</style>
border-color css
<style>
span { border-color: #DDEF85; }
span { border-color: rgb(221,239,133); }
td.TdClassName
{
border-color: #DDEF85;
}
.TagClassName
{
border-color: #DDEF85;
}
</style>