Shades of Mindaro #DDF87D
Tints of Mindaro #DDF87D
RGB
CMYK
RGB Variations
Color information
#DDF87D (or 0xDDF87D) is known color: Mindaro. HEX triplet: DD, F8 and 7D. RGB value is (221,248,125). Sum of RGB (Red+Green+Blue) = 221+248+125=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 248 (97.27% from 255 or 41.75% from 594); Blue value is 125 (49.22% from 255 or 21.04% from 594); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF87D is #220782. Grayscale: #E2E2E2. Windows color (decimal): -2230147 or 8255709. OLE color: 8255709.
HSL color Cylindrical-coordinate representation of color #DDF87D: hue angle of 73.17º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDF87D is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 125 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.03 |
| HSL | 73.17º | 0.9% | 0.73% | - |
| HSV(B) | 73.17º | 0.5% | 0.97% | - |
| XYZ | 67.09 | 83.99 | 32.08 | - |
| YUV | 225.91 | 71.05 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 125 | 0.11 | 0 | 0.50 | 0.03 | 73.17 | 0.9 | 0.73 |
| Hex | DD | F8 | 7D | B | 0 | 32 | 3 | 49 | 5A | 49 |
| Octal | 335 | 370 | 175 | 13 | 0 | 62 | 3 | 111 | 132 | 111 |
| Binary | 11011101 | 11111000 | 1111101 | 1011 | 0 | 110010 | 11 | 1001001 | 1011010 | 1001001 |
Color Harmonies of #DDF87D
Complementary color
Monochromatic Colors of #DDF87D
Black with #DDF87D
Text Example
Text Example
White with #DDF87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF87D; }
p { color: rgb(221,248,125); }
H1.HeaderClassName
{
color: #DDF87D;
}
.AnyTagClassName
{
color: #DDF87D;
}
</style>
background-color css
<style>
a { background-color: #DDF87D; }
a { background-color: rgb(221,248,125); }
div.DivClassName
{
background-color: #DDF87D;
}
.BgClassName
{
background-color: #DDF87D;
}
</style>
border-color css
<style>
span { border-color: #DDF87D; }
span { border-color: rgb(221,248,125); }
td.TdClassName
{
border-color: #DDF87D;
}
.TagClassName
{
border-color: #DDF87D;
}
</style>