Shades of Mindaro #D3EC79
Tints of Mindaro #D3EC79
RGB
CMYK
RGB Variations
Color information
#D3EC79 (or 0xD3EC79) is known color: Mindaro. HEX triplet: D3, EC and 79. RGB value is (211,236,121). Sum of RGB (Red+Green+Blue) = 211+236+121=568 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.15% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 121 (47.66% from 255 or 21.30% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #D3EC79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EC79 is #2C1386. Grayscale: #D7D7D7. Windows color (decimal): -2888583 or 7990483. OLE color: 7990483.
HSL color Cylindrical-coordinate representation of color #D3EC79: hue angle of 73.04º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D3EC79 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 236 | 121 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.07 |
| HSL | 73.04º | 0.75% | 0.7% | - |
| HSV(B) | 73.04º | 0.49% | 0.93% | - |
| XYZ | 60.31 | 75.22 | 29.43 | - |
| YUV | 215.42 | 74.72 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 236 | 121 | 0.11 | 0 | 0.49 | 0.07 | 73.04 | 0.75 | 0.7 |
| Hex | D3 | EC | 79 | B | 0 | 31 | 7 | 49 | 4B | 46 |
| Octal | 323 | 354 | 171 | 13 | 0 | 61 | 7 | 111 | 113 | 106 |
| Binary | 11010011 | 11101100 | 1111001 | 1011 | 0 | 110001 | 111 | 1001001 | 1001011 | 1000110 |
Color Harmonies of #D3EC79
Complementary color
Monochromatic Colors of #D3EC79
Black with #D3EC79
Text Example
Text Example
White with #D3EC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EC79; }
p { color: rgb(211,236,121); }
H1.HeaderClassName
{
color: #D3EC79;
}
.AnyTagClassName
{
color: #D3EC79;
}
</style>
background-color css
<style>
a { background-color: #D3EC79; }
a { background-color: rgb(211,236,121); }
div.DivClassName
{
background-color: #D3EC79;
}
.BgClassName
{
background-color: #D3EC79;
}
</style>
border-color css
<style>
span { border-color: #D3EC79; }
span { border-color: rgb(211,236,121); }
td.TdClassName
{
border-color: #D3EC79;
}
.TagClassName
{
border-color: #D3EC79;
}
</style>