Shades of Mindaro #DDF07C
Tints of Mindaro #DDF07C
RGB
CMYK
RGB Variations
Color information
#DDF07C (or 0xDDF07C) is known color: Mindaro. HEX triplet: DD, F0 and 7C. RGB value is (221,240,124). Sum of RGB (Red+Green+Blue) = 221+240+124=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 124 (48.83% from 255 or 21.20% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF07C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF07C is #220F83. Grayscale: #DDDDDD. Windows color (decimal): -2232196 or 8188125. OLE color: 8188125.
HSL color Cylindrical-coordinate representation of color #DDF07C: hue angle of 69.83º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDF07C is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 124 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.06 |
| HSL | 69.83º | 0.79% | 0.71% | - |
| HSV(B) | 69.83º | 0.48% | 0.94% | - |
| XYZ | 64.62 | 79.15 | 30.94 | - |
| YUV | 221.1 | 73.21 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 124 | 0.08 | 0 | 0.48 | 0.06 | 69.83 | 0.79 | 0.71 |
| Hex | DD | F0 | 7C | 8 | 0 | 30 | 6 | 46 | 4F | 47 |
| Octal | 335 | 360 | 174 | 10 | 0 | 60 | 6 | 106 | 117 | 107 |
| Binary | 11011101 | 11110000 | 1111100 | 1000 | 0 | 110000 | 110 | 1000110 | 1001111 | 1000111 |
Color Harmonies of #DDF07C
Complementary color
Monochromatic Colors of #DDF07C
Black with #DDF07C
Text Example
Text Example
White with #DDF07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF07C; }
p { color: rgb(221,240,124); }
H1.HeaderClassName
{
color: #DDF07C;
}
.AnyTagClassName
{
color: #DDF07C;
}
</style>
background-color css
<style>
a { background-color: #DDF07C; }
a { background-color: rgb(221,240,124); }
div.DivClassName
{
background-color: #DDF07C;
}
.BgClassName
{
background-color: #DDF07C;
}
</style>
border-color css
<style>
span { border-color: #DDF07C; }
span { border-color: rgb(221,240,124); }
td.TdClassName
{
border-color: #DDF07C;
}
.TagClassName
{
border-color: #DDF07C;
}
</style>