Shades of Mindaro #DDF06E
Tints of Mindaro #DDF06E
RGB
CMYK
RGB Variations
Color information
#DDF06E (or 0xDDF06E) is known color: Mindaro. HEX triplet: DD, F0 and 6E. RGB value is (221,240,110). Sum of RGB (Red+Green+Blue) = 221+240+110=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 110 (43.36% from 255 or 19.26% from 571); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF06E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF06E is #220F91. Grayscale: #DBDBDB. Windows color (decimal): -2232210 or 7270621. OLE color: 7270621.
HSL color Cylindrical-coordinate representation of color #DDF06E: hue angle of 68.77º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDF06E is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 110 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.06 |
| HSL | 68.77º | 0.81% | 0.69% | - |
| HSV(B) | 68.77º | 0.54% | 0.94% | - |
| XYZ | 63.79 | 78.82 | 26.6 | - |
| YUV | 219.5 | 66.21 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 110 | 0.08 | 0 | 0.54 | 0.06 | 68.77 | 0.81 | 0.69 |
| Hex | DD | F0 | 6E | 8 | 0 | 36 | 6 | 45 | 51 | 45 |
| Octal | 335 | 360 | 156 | 10 | 0 | 66 | 6 | 105 | 121 | 105 |
| Binary | 11011101 | 11110000 | 1101110 | 1000 | 0 | 110110 | 110 | 1000101 | 1010001 | 1000101 |
Color Harmonies of #DDF06E
Complementary color
Monochromatic Colors of #DDF06E
Black with #DDF06E
Text Example
Text Example
White with #DDF06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF06E; }
p { color: rgb(221,240,110); }
H1.HeaderClassName
{
color: #DDF06E;
}
.AnyTagClassName
{
color: #DDF06E;
}
</style>
background-color css
<style>
a { background-color: #DDF06E; }
a { background-color: rgb(221,240,110); }
div.DivClassName
{
background-color: #DDF06E;
}
.BgClassName
{
background-color: #DDF06E;
}
</style>
border-color css
<style>
span { border-color: #DDF06E; }
span { border-color: rgb(221,240,110); }
td.TdClassName
{
border-color: #DDF06E;
}
.TagClassName
{
border-color: #DDF06E;
}
</style>