Shades of Mindaro #DDFE7D
Tints of Mindaro #DDFE7D
RGB
CMYK
RGB Variations
Color information
#DDFE7D (or 0xDDFE7D) is known color: Mindaro. HEX triplet: DD, FE and 7D. RGB value is (221,254,125). Sum of RGB (Red+Green+Blue) = 221+254+125=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 125 (49.22% from 255 or 20.83% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFE7D is #220182. Grayscale: #E5E5E5. Windows color (decimal): -2228611 or 8257245. OLE color: 8257245.
HSL color Cylindrical-coordinate representation of color #DDFE7D: hue angle of 75.35º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDFE7D is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 125 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.00 |
| HSL | 75.35º | 0.98% | 0.74% | - |
| HSV(B) | 75.35º | 0.51% | 1% | - |
| XYZ | 68.96 | 87.74 | 32.7 | - |
| YUV | 229.43 | 69.07 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 125 | 0.13 | 0 | 0.51 | 0.00 | 75.35 | 0.98 | 0.74 |
| Hex | DD | FE | 7D | D | 0 | 33 | 0 | 4B | 62 | 4A |
| Octal | 335 | 376 | 175 | 15 | 0 | 63 | 0 | 113 | 142 | 112 |
| Binary | 11011101 | 11111110 | 1111101 | 1101 | 0 | 110011 | 0 | 1001011 | 1100010 | 1001010 |
Color Harmonies of #DDFE7D
Complementary color
Monochromatic Colors of #DDFE7D
Black with #DDFE7D
Text Example
Text Example
White with #DDFE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE7D; }
p { color: rgb(221,254,125); }
H1.HeaderClassName
{
color: #DDFE7D;
}
.AnyTagClassName
{
color: #DDFE7D;
}
</style>
background-color css
<style>
a { background-color: #DDFE7D; }
a { background-color: rgb(221,254,125); }
div.DivClassName
{
background-color: #DDFE7D;
}
.BgClassName
{
background-color: #DDFE7D;
}
</style>
border-color css
<style>
span { border-color: #DDFE7D; }
span { border-color: rgb(221,254,125); }
td.TdClassName
{
border-color: #DDFE7D;
}
.TagClassName
{
border-color: #DDFE7D;
}
</style>