Shades of Mindaro #DDEC7F
Tints of Mindaro #DDEC7F
RGB
CMYK
RGB Variations
Color information
#DDEC7F (or 0xDDEC7F) is known color: Mindaro. HEX triplet: DD, EC and 7F. RGB value is (221,236,127). Sum of RGB (Red+Green+Blue) = 221+236+127=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 127 (50% from 255 or 21.75% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEC7F is #221380. Grayscale: #DBDBDB. Windows color (decimal): -2233217 or 8383709. OLE color: 8383709.
HSL color Cylindrical-coordinate representation of color #DDEC7F: hue angle of 68.26º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDEC7F is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 127 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.07 |
| HSL | 68.26º | 0.74% | 0.71% | - |
| HSV(B) | 68.26º | 0.46% | 0.93% | - |
| XYZ | 63.65 | 76.9 | 31.57 | - |
| YUV | 219.09 | 76.03 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 127 | 0.06 | 0 | 0.46 | 0.07 | 68.26 | 0.74 | 0.71 |
| Hex | DD | EC | 7F | 6 | 0 | 2E | 7 | 44 | 4A | 47 |
| Octal | 335 | 354 | 177 | 6 | 0 | 56 | 7 | 104 | 112 | 107 |
| Binary | 11011101 | 11101100 | 1111111 | 110 | 0 | 101110 | 111 | 1000100 | 1001010 | 1000111 |
Color Harmonies of #DDEC7F
Complementary color
Monochromatic Colors of #DDEC7F
Black with #DDEC7F
Text Example
Text Example
White with #DDEC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC7F; }
p { color: rgb(221,236,127); }
H1.HeaderClassName
{
color: #DDEC7F;
}
.AnyTagClassName
{
color: #DDEC7F;
}
</style>
background-color css
<style>
a { background-color: #DDEC7F; }
a { background-color: rgb(221,236,127); }
div.DivClassName
{
background-color: #DDEC7F;
}
.BgClassName
{
background-color: #DDEC7F;
}
</style>
border-color css
<style>
span { border-color: #DDEC7F; }
span { border-color: rgb(221,236,127); }
td.TdClassName
{
border-color: #DDEC7F;
}
.TagClassName
{
border-color: #DDEC7F;
}
</style>