Shades of Mindaro #D2E07D
Tints of Mindaro #D2E07D
RGB
CMYK
RGB Variations
Color information
#D2E07D (or 0xD2E07D) is known color: Mindaro. HEX triplet: D2, E0 and 7D. RGB value is (210,224,125). Sum of RGB (Red+Green+Blue) = 210+224+125=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 125 (49.22% from 255 or 22.36% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E07D is #2D1F82. Grayscale: #D0D0D0. Windows color (decimal): -2957187 or 8249554. OLE color: 8249554.
HSL color Cylindrical-coordinate representation of color #D2E07D: hue angle of 68.48º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2E07D is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 224 | 125 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.12 |
| HSL | 68.48º | 0.61% | 0.68% | - |
| HSV(B) | 68.48º | 0.44% | 0.88% | - |
| XYZ | 56.94 | 68.49 | 29.62 | - |
| YUV | 208.53 | 80.86 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 224 | 125 | 0.06 | 0 | 0.44 | 0.12 | 68.48 | 0.61 | 0.68 |
| Hex | D2 | E0 | 7D | 6 | 0 | 2C | C | 44 | 3D | 44 |
| Octal | 322 | 340 | 175 | 6 | 0 | 54 | 14 | 104 | 75 | 104 |
| Binary | 11010010 | 11100000 | 1111101 | 110 | 0 | 101100 | 1100 | 1000100 | 111101 | 1000100 |
Color Harmonies of #D2E07D
Complementary color
Monochromatic Colors of #D2E07D
Black with #D2E07D
Text Example
Text Example
White with #D2E07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E07D; }
p { color: rgb(210,224,125); }
H1.HeaderClassName
{
color: #D2E07D;
}
.AnyTagClassName
{
color: #D2E07D;
}
</style>
background-color css
<style>
a { background-color: #D2E07D; }
a { background-color: rgb(210,224,125); }
div.DivClassName
{
background-color: #D2E07D;
}
.BgClassName
{
background-color: #D2E07D;
}
</style>
border-color css
<style>
span { border-color: #D2E07D; }
span { border-color: rgb(210,224,125); }
td.TdClassName
{
border-color: #D2E07D;
}
.TagClassName
{
border-color: #D2E07D;
}
</style>