Shades of Mindaro #DDF66E
Tints of Mindaro #DDF66E
RGB
CMYK
RGB Variations
Color information
#DDF66E (or 0xDDF66E) is known color: Mindaro. HEX triplet: DD, F6 and 6E. RGB value is (221,246,110). Sum of RGB (Red+Green+Blue) = 221+246+110=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 110 (43.36% from 255 or 19.06% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF66E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF66E is #220991. Grayscale: #DFDFDF. Windows color (decimal): -2230674 or 7272157. OLE color: 7272157.
HSL color Cylindrical-coordinate representation of color #DDF66E: hue angle of 71.03º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDF66E is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 110 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.04 |
| HSL | 71.03º | 0.88% | 0.7% | - |
| HSV(B) | 71.03º | 0.55% | 0.96% | - |
| XYZ | 65.59 | 82.41 | 27.2 | - |
| YUV | 223.02 | 64.22 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 110 | 0.10 | 0 | 0.55 | 0.04 | 71.03 | 0.88 | 0.7 |
| Hex | DD | F6 | 6E | A | 0 | 37 | 4 | 47 | 58 | 46 |
| Octal | 335 | 366 | 156 | 12 | 0 | 67 | 4 | 107 | 130 | 106 |
| Binary | 11011101 | 11110110 | 1101110 | 1010 | 0 | 110111 | 100 | 1000111 | 1011000 | 1000110 |
Color Harmonies of #DDF66E
Complementary color
Monochromatic Colors of #DDF66E
Black with #DDF66E
Text Example
Text Example
White with #DDF66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF66E; }
p { color: rgb(221,246,110); }
H1.HeaderClassName
{
color: #DDF66E;
}
.AnyTagClassName
{
color: #DDF66E;
}
</style>
background-color css
<style>
a { background-color: #DDF66E; }
a { background-color: rgb(221,246,110); }
div.DivClassName
{
background-color: #DDF66E;
}
.BgClassName
{
background-color: #DDF66E;
}
</style>
border-color css
<style>
span { border-color: #DDF66E; }
span { border-color: rgb(221,246,110); }
td.TdClassName
{
border-color: #DDF66E;
}
.TagClassName
{
border-color: #DDF66E;
}
</style>