Shades of Mindaro #DDEF76
Tints of Mindaro #DDEF76
RGB
CMYK
RGB Variations
Color information
#DDEF76 (or 0xDDEF76) is known color: Mindaro. HEX triplet: DD, EF and 76. RGB value is (221,239,118). Sum of RGB (Red+Green+Blue) = 221+239+118=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 118 (46.48% from 255 or 20.42% from 578); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEF76 is #221089. Grayscale: #DCDCDC. Windows color (decimal): -2232458 or 7794653. OLE color: 7794653.
HSL color Cylindrical-coordinate representation of color #DDEF76: hue angle of 68.93º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDEF76 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 118 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.06 |
| HSL | 68.93º | 0.79% | 0.7% | - |
| HSV(B) | 68.93º | 0.51% | 0.94% | - |
| XYZ | 63.96 | 78.41 | 28.9 | - |
| YUV | 219.82 | 70.54 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 118 | 0.08 | 0 | 0.51 | 0.06 | 68.93 | 0.79 | 0.7 |
| Hex | DD | EF | 76 | 8 | 0 | 33 | 6 | 45 | 4F | 46 |
| Octal | 335 | 357 | 166 | 10 | 0 | 63 | 6 | 105 | 117 | 106 |
| Binary | 11011101 | 11101111 | 1110110 | 1000 | 0 | 110011 | 110 | 1000101 | 1001111 | 1000110 |
Color Harmonies of #DDEF76
Complementary color
Monochromatic Colors of #DDEF76
Black with #DDEF76
Text Example
Text Example
White with #DDEF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF76; }
p { color: rgb(221,239,118); }
H1.HeaderClassName
{
color: #DDEF76;
}
.AnyTagClassName
{
color: #DDEF76;
}
</style>
background-color css
<style>
a { background-color: #DDEF76; }
a { background-color: rgb(221,239,118); }
div.DivClassName
{
background-color: #DDEF76;
}
.BgClassName
{
background-color: #DDEF76;
}
</style>
border-color css
<style>
span { border-color: #DDEF76; }
span { border-color: rgb(221,239,118); }
td.TdClassName
{
border-color: #DDEF76;
}
.TagClassName
{
border-color: #DDEF76;
}
</style>