Shades of Mindaro #DDEE7C
Tints of Mindaro #DDEE7C
RGB
CMYK
RGB Variations
Color information
#DDEE7C (or 0xDDEE7C) is known color: Mindaro. HEX triplet: DD, EE and 7C. RGB value is (221,238,124). Sum of RGB (Red+Green+Blue) = 221+238+124=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 124 (48.83% from 255 or 21.27% from 583); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEE7C is #221183. Grayscale: #DCDCDC. Windows color (decimal): -2232708 or 8187613. OLE color: 8187613.
HSL color Cylindrical-coordinate representation of color #DDEE7C: hue angle of 68.95º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDEE7C is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 124 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.07 |
| HSL | 68.95º | 0.77% | 0.71% | - |
| HSV(B) | 68.95º | 0.48% | 0.93% | - |
| XYZ | 64.03 | 77.98 | 30.74 | - |
| YUV | 219.92 | 73.87 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 124 | 0.07 | 0 | 0.48 | 0.07 | 68.95 | 0.77 | 0.71 |
| Hex | DD | EE | 7C | 7 | 0 | 30 | 7 | 45 | 4D | 47 |
| Octal | 335 | 356 | 174 | 7 | 0 | 60 | 7 | 105 | 115 | 107 |
| Binary | 11011101 | 11101110 | 1111100 | 111 | 0 | 110000 | 111 | 1000101 | 1001101 | 1000111 |
Color Harmonies of #DDEE7C
Complementary color
Monochromatic Colors of #DDEE7C
Black with #DDEE7C
Text Example
Text Example
White with #DDEE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEE7C; }
p { color: rgb(221,238,124); }
H1.HeaderClassName
{
color: #DDEE7C;
}
.AnyTagClassName
{
color: #DDEE7C;
}
</style>
background-color css
<style>
a { background-color: #DDEE7C; }
a { background-color: rgb(221,238,124); }
div.DivClassName
{
background-color: #DDEE7C;
}
.BgClassName
{
background-color: #DDEE7C;
}
</style>
border-color css
<style>
span { border-color: #DDEE7C; }
span { border-color: rgb(221,238,124); }
td.TdClassName
{
border-color: #DDEE7C;
}
.TagClassName
{
border-color: #DDEE7C;
}
</style>