Shades of Mindaro #D3EC6F
Tints of Mindaro #D3EC6F
RGB
CMYK
RGB Variations
Color information
#D3EC6F (or 0xD3EC6F) is known color: Mindaro. HEX triplet: D3, EC and 6F. RGB value is (211,236,111). Sum of RGB (Red+Green+Blue) = 211+236+111=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 111 (43.75% from 255 or 19.89% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #D3EC6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EC6F is #2C1390. Grayscale: #D6D6D6. Windows color (decimal): -2888593 or 7335123. OLE color: 7335123.
HSL color Cylindrical-coordinate representation of color #D3EC6F: hue angle of 72º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D3EC6F is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 236 | 111 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.07 |
| HSL | 72º | 0.77% | 0.68% | - |
| HSV(B) | 72º | 0.53% | 0.93% | - |
| XYZ | 59.73 | 74.99 | 26.36 | - |
| YUV | 214.28 | 69.72 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 236 | 111 | 0.11 | 0 | 0.53 | 0.07 | 72 | 0.77 | 0.68 |
| Hex | D3 | EC | 6F | B | 0 | 35 | 7 | 48 | 4D | 44 |
| Octal | 323 | 354 | 157 | 13 | 0 | 65 | 7 | 110 | 115 | 104 |
| Binary | 11010011 | 11101100 | 1101111 | 1011 | 0 | 110101 | 111 | 1001000 | 1001101 | 1000100 |
Color Harmonies of #D3EC6F
Complementary color
Monochromatic Colors of #D3EC6F
Black with #D3EC6F
Text Example
Text Example
White with #D3EC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EC6F; }
p { color: rgb(211,236,111); }
H1.HeaderClassName
{
color: #D3EC6F;
}
.AnyTagClassName
{
color: #D3EC6F;
}
</style>
background-color css
<style>
a { background-color: #D3EC6F; }
a { background-color: rgb(211,236,111); }
div.DivClassName
{
background-color: #D3EC6F;
}
.BgClassName
{
background-color: #D3EC6F;
}
</style>
border-color css
<style>
span { border-color: #D3EC6F; }
span { border-color: rgb(211,236,111); }
td.TdClassName
{
border-color: #D3EC6F;
}
.TagClassName
{
border-color: #D3EC6F;
}
</style>