Shades of Mindaro #D3EC6B
Tints of Mindaro #D3EC6B
RGB
CMYK
RGB Variations
Color information
#D3EC6B (or 0xD3EC6B) is known color: Mindaro. HEX triplet: D3, EC and 6B. RGB value is (211,236,107). Sum of RGB (Red+Green+Blue) = 211+236+107=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 107 (42.19% from 255 or 19.31% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #D3EC6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EC6B is #2C1394. Grayscale: #D6D6D6. Windows color (decimal): -2888597 or 7072979. OLE color: 7072979.
HSL color Cylindrical-coordinate representation of color #D3EC6B: hue angle of 71.63º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D3EC6B is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 236 | 107 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.07 |
| HSL | 71.63º | 0.77% | 0.67% | - |
| HSV(B) | 71.63º | 0.55% | 0.93% | - |
| XYZ | 59.51 | 74.9 | 25.23 | - |
| YUV | 213.82 | 67.72 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 236 | 107 | 0.11 | 0 | 0.55 | 0.07 | 71.63 | 0.77 | 0.67 |
| Hex | D3 | EC | 6B | B | 0 | 37 | 7 | 48 | 4D | 43 |
| Octal | 323 | 354 | 153 | 13 | 0 | 67 | 7 | 110 | 115 | 103 |
| Binary | 11010011 | 11101100 | 1101011 | 1011 | 0 | 110111 | 111 | 1001000 | 1001101 | 1000011 |
Color Harmonies of #D3EC6B
Complementary color
Monochromatic Colors of #D3EC6B
Black with #D3EC6B
Text Example
Text Example
White with #D3EC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EC6B; }
p { color: rgb(211,236,107); }
H1.HeaderClassName
{
color: #D3EC6B;
}
.AnyTagClassName
{
color: #D3EC6B;
}
</style>
background-color css
<style>
a { background-color: #D3EC6B; }
a { background-color: rgb(211,236,107); }
div.DivClassName
{
background-color: #D3EC6B;
}
.BgClassName
{
background-color: #D3EC6B;
}
</style>
border-color css
<style>
span { border-color: #D3EC6B; }
span { border-color: rgb(211,236,107); }
td.TdClassName
{
border-color: #D3EC6B;
}
.TagClassName
{
border-color: #D3EC6B;
}
</style>