Shades of Mindaro #DDEF71
Tints of Mindaro #DDEF71
RGB
CMYK
RGB Variations
Color information
#DDEF71 (or 0xDDEF71) is known color: Mindaro. HEX triplet: DD, EF and 71. RGB value is (221,239,113). Sum of RGB (Red+Green+Blue) = 221+239+113=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 239 (93.75% from 255 or 41.71% from 573); Blue value is 113 (44.53% from 255 or 19.72% from 573); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEF71 is #22108E. Grayscale: #DBDBDB. Windows color (decimal): -2232463 or 7466973. OLE color: 7466973.
HSL color Cylindrical-coordinate representation of color #DDEF71: hue angle of 68.57º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDEF71 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 113 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.06 |
| HSL | 68.57º | 0.8% | 0.69% | - |
| HSV(B) | 68.57º | 0.53% | 0.94% | - |
| XYZ | 63.67 | 78.3 | 27.38 | - |
| YUV | 219.25 | 68.04 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 113 | 0.08 | 0 | 0.53 | 0.06 | 68.57 | 0.8 | 0.69 |
| Hex | DD | EF | 71 | 8 | 0 | 35 | 6 | 45 | 50 | 45 |
| Octal | 335 | 357 | 161 | 10 | 0 | 65 | 6 | 105 | 120 | 105 |
| Binary | 11011101 | 11101111 | 1110001 | 1000 | 0 | 110101 | 110 | 1000101 | 1010000 | 1000101 |
Color Harmonies of #DDEF71
Complementary color
Monochromatic Colors of #DDEF71
Black with #DDEF71
Text Example
Text Example
White with #DDEF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF71; }
p { color: rgb(221,239,113); }
H1.HeaderClassName
{
color: #DDEF71;
}
.AnyTagClassName
{
color: #DDEF71;
}
</style>
background-color css
<style>
a { background-color: #DDEF71; }
a { background-color: rgb(221,239,113); }
div.DivClassName
{
background-color: #DDEF71;
}
.BgClassName
{
background-color: #DDEF71;
}
</style>
border-color css
<style>
span { border-color: #DDEF71; }
span { border-color: rgb(221,239,113); }
td.TdClassName
{
border-color: #DDEF71;
}
.TagClassName
{
border-color: #DDEF71;
}
</style>