Shades of Mindaro #DDF87E
Tints of Mindaro #DDF87E
RGB
CMYK
RGB Variations
Color information
#DDF87E (or 0xDDF87E) is known color: Mindaro. HEX triplet: DD, F8 and 7E. RGB value is (221,248,126). Sum of RGB (Red+Green+Blue) = 221+248+126=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 126 (49.61% from 255 or 21.18% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF87E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF87E is #220781. Grayscale: #E2E2E2. Windows color (decimal): -2230146 or 8321245. OLE color: 8321245.
HSL color Cylindrical-coordinate representation of color #DDF87E: hue angle of 73.28º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDF87E is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 126 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.03 |
| HSL | 73.28º | 0.9% | 0.73% | - |
| HSV(B) | 73.28º | 0.49% | 0.97% | - |
| XYZ | 67.15 | 84.01 | 32.42 | - |
| YUV | 226.02 | 71.55 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 126 | 0.11 | 0 | 0.49 | 0.03 | 73.28 | 0.9 | 0.73 |
| Hex | DD | F8 | 7E | B | 0 | 31 | 3 | 49 | 5A | 49 |
| Octal | 335 | 370 | 176 | 13 | 0 | 61 | 3 | 111 | 132 | 111 |
| Binary | 11011101 | 11111000 | 1111110 | 1011 | 0 | 110001 | 11 | 1001001 | 1011010 | 1001001 |
Color Harmonies of #DDF87E
Complementary color
Monochromatic Colors of #DDF87E
Black with #DDF87E
Text Example
Text Example
White with #DDF87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF87E; }
p { color: rgb(221,248,126); }
H1.HeaderClassName
{
color: #DDF87E;
}
.AnyTagClassName
{
color: #DDF87E;
}
</style>
background-color css
<style>
a { background-color: #DDF87E; }
a { background-color: rgb(221,248,126); }
div.DivClassName
{
background-color: #DDF87E;
}
.BgClassName
{
background-color: #DDF87E;
}
</style>
border-color css
<style>
span { border-color: #DDF87E; }
span { border-color: rgb(221,248,126); }
td.TdClassName
{
border-color: #DDF87E;
}
.TagClassName
{
border-color: #DDF87E;
}
</style>