Shades of Mindaro #DDF07E
Tints of Mindaro #DDF07E
RGB
CMYK
RGB Variations
Color information
#DDF07E (or 0xDDF07E) is known color: Mindaro. HEX triplet: DD, F0 and 7E. RGB value is (221,240,126). Sum of RGB (Red+Green+Blue) = 221+240+126=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 126 (49.61% from 255 or 21.47% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF07E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF07E is #220F81. Grayscale: #DDDDDD. Windows color (decimal): -2232194 or 8319197. OLE color: 8319197.
HSL color Cylindrical-coordinate representation of color #DDF07E: hue angle of 70º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDF07E is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 126 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.06 |
| HSL | 70º | 0.79% | 0.72% | - |
| HSV(B) | 70º | 0.48% | 0.94% | - |
| XYZ | 64.74 | 79.2 | 31.61 | - |
| YUV | 221.32 | 74.21 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 126 | 0.08 | 0 | 0.48 | 0.06 | 70 | 0.79 | 0.72 |
| Hex | DD | F0 | 7E | 8 | 0 | 30 | 6 | 46 | 4F | 48 |
| Octal | 335 | 360 | 176 | 10 | 0 | 60 | 6 | 106 | 117 | 110 |
| Binary | 11011101 | 11110000 | 1111110 | 1000 | 0 | 110000 | 110 | 1000110 | 1001111 | 1001000 |
Color Harmonies of #DDF07E
Complementary color
Monochromatic Colors of #DDF07E
Black with #DDF07E
Text Example
Text Example
White with #DDF07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF07E; }
p { color: rgb(221,240,126); }
H1.HeaderClassName
{
color: #DDF07E;
}
.AnyTagClassName
{
color: #DDF07E;
}
</style>
background-color css
<style>
a { background-color: #DDF07E; }
a { background-color: rgb(221,240,126); }
div.DivClassName
{
background-color: #DDF07E;
}
.BgClassName
{
background-color: #DDF07E;
}
</style>
border-color css
<style>
span { border-color: #DDF07E; }
span { border-color: rgb(221,240,126); }
td.TdClassName
{
border-color: #DDF07E;
}
.TagClassName
{
border-color: #DDF07E;
}
</style>