Shades of Mindaro #D3EC7B
Tints of Mindaro #D3EC7B
RGB
CMYK
RGB Variations
Color information
#D3EC7B (or 0xD3EC7B) is known color: Mindaro. HEX triplet: D3, EC and 7B. RGB value is (211,236,123). Sum of RGB (Red+Green+Blue) = 211+236+123=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 123 (48.44% from 255 or 21.58% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #D3EC7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EC7B is #2C1384. Grayscale: #D8D8D8. Windows color (decimal): -2888581 or 8121555. OLE color: 8121555.
HSL color Cylindrical-coordinate representation of color #D3EC7B: hue angle of 73.27º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3EC7B is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 236 | 123 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.07 |
| HSL | 73.27º | 0.75% | 0.7% | - |
| HSV(B) | 73.27º | 0.48% | 0.93% | - |
| XYZ | 60.43 | 75.27 | 30.08 | - |
| YUV | 215.64 | 75.72 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 236 | 123 | 0.11 | 0 | 0.48 | 0.07 | 73.27 | 0.75 | 0.7 |
| Hex | D3 | EC | 7B | B | 0 | 30 | 7 | 49 | 4B | 46 |
| Octal | 323 | 354 | 173 | 13 | 0 | 60 | 7 | 111 | 113 | 106 |
| Binary | 11010011 | 11101100 | 1111011 | 1011 | 0 | 110000 | 111 | 1001001 | 1001011 | 1000110 |
Color Harmonies of #D3EC7B
Complementary color
Monochromatic Colors of #D3EC7B
Black with #D3EC7B
Text Example
Text Example
White with #D3EC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EC7B; }
p { color: rgb(211,236,123); }
H1.HeaderClassName
{
color: #D3EC7B;
}
.AnyTagClassName
{
color: #D3EC7B;
}
</style>
background-color css
<style>
a { background-color: #D3EC7B; }
a { background-color: rgb(211,236,123); }
div.DivClassName
{
background-color: #D3EC7B;
}
.BgClassName
{
background-color: #D3EC7B;
}
</style>
border-color css
<style>
span { border-color: #D3EC7B; }
span { border-color: rgb(211,236,123); }
td.TdClassName
{
border-color: #D3EC7B;
}
.TagClassName
{
border-color: #D3EC7B;
}
</style>