Shades of Mindaro #D4EC6C
Tints of Mindaro #D4EC6C
RGB
CMYK
RGB Variations
Color information
#D4EC6C (or 0xD4EC6C) is known color: Mindaro. HEX triplet: D4, EC and 6C. RGB value is (212,236,108). Sum of RGB (Red+Green+Blue) = 212+236+108=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 108 (42.58% from 255 or 19.42% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #D4EC6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EC6C is #2B1393. Grayscale: #D6D6D6. Windows color (decimal): -2823060 or 7138516. OLE color: 7138516.
HSL color Cylindrical-coordinate representation of color #D4EC6C: hue angle of 71.25º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4EC6C is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 236 | 108 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.07 |
| HSL | 71.25º | 0.77% | 0.67% | - |
| HSV(B) | 71.25º | 0.54% | 0.93% | - |
| XYZ | 59.85 | 75.07 | 25.52 | - |
| YUV | 214.23 | 68.05 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 236 | 108 | 0.10 | 0 | 0.54 | 0.07 | 71.25 | 0.77 | 0.67 |
| Hex | D4 | EC | 6C | A | 0 | 36 | 7 | 47 | 4D | 43 |
| Octal | 324 | 354 | 154 | 12 | 0 | 66 | 7 | 107 | 115 | 103 |
| Binary | 11010100 | 11101100 | 1101100 | 1010 | 0 | 110110 | 111 | 1000111 | 1001101 | 1000011 |
Color Harmonies of #D4EC6C
Complementary color
Monochromatic Colors of #D4EC6C
Black with #D4EC6C
Text Example
Text Example
White with #D4EC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EC6C; }
p { color: rgb(212,236,108); }
H1.HeaderClassName
{
color: #D4EC6C;
}
.AnyTagClassName
{
color: #D4EC6C;
}
</style>
background-color css
<style>
a { background-color: #D4EC6C; }
a { background-color: rgb(212,236,108); }
div.DivClassName
{
background-color: #D4EC6C;
}
.BgClassName
{
background-color: #D4EC6C;
}
</style>
border-color css
<style>
span { border-color: #D4EC6C; }
span { border-color: rgb(212,236,108); }
td.TdClassName
{
border-color: #D4EC6C;
}
.TagClassName
{
border-color: #D4EC6C;
}
</style>