Shades of Mindaro #DDEF66
Tints of Mindaro #DDEF66
RGB
CMYK
RGB Variations
Color information
#DDEF66 (or 0xDDEF66) is known color: Mindaro. HEX triplet: DD, EF and 66. RGB value is (221,239,102). Sum of RGB (Red+Green+Blue) = 221+239+102=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 102 (40.23% from 255 or 18.15% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEF66 is #221099. Grayscale: #DADADA. Windows color (decimal): -2232474 or 6746077. OLE color: 6746077.
HSL color Cylindrical-coordinate representation of color #DDEF66: hue angle of 67.88º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDEF66 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 102 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.06 |
| HSL | 67.88º | 0.81% | 0.67% | - |
| HSV(B) | 67.88º | 0.57% | 0.94% | - |
| XYZ | 63.08 | 78.06 | 24.31 | - |
| YUV | 218 | 62.54 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 102 | 0.08 | 0 | 0.57 | 0.06 | 67.88 | 0.81 | 0.67 |
| Hex | DD | EF | 66 | 8 | 0 | 39 | 6 | 44 | 51 | 43 |
| Octal | 335 | 357 | 146 | 10 | 0 | 71 | 6 | 104 | 121 | 103 |
| Binary | 11011101 | 11101111 | 1100110 | 1000 | 0 | 111001 | 110 | 1000100 | 1010001 | 1000011 |
Color Harmonies of #DDEF66
Complementary color
Monochromatic Colors of #DDEF66
Black with #DDEF66
Text Example
Text Example
White with #DDEF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF66; }
p { color: rgb(221,239,102); }
H1.HeaderClassName
{
color: #DDEF66;
}
.AnyTagClassName
{
color: #DDEF66;
}
</style>
background-color css
<style>
a { background-color: #DDEF66; }
a { background-color: rgb(221,239,102); }
div.DivClassName
{
background-color: #DDEF66;
}
.BgClassName
{
background-color: #DDEF66;
}
</style>
border-color css
<style>
span { border-color: #DDEF66; }
span { border-color: rgb(221,239,102); }
td.TdClassName
{
border-color: #DDEF66;
}
.TagClassName
{
border-color: #DDEF66;
}
</style>