Shades of Mindaro #D5EC6C
Tints of Mindaro #D5EC6C
RGB
CMYK
RGB Variations
Color information
#D5EC6C (or 0xD5EC6C) is known color: Mindaro. HEX triplet: D5, EC and 6C. RGB value is (213,236,108). Sum of RGB (Red+Green+Blue) = 213+236+108=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 108 (42.58% from 255 or 19.39% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EC6C is #2A1393. Grayscale: #D7D7D7. Windows color (decimal): -2757524 or 7138517. OLE color: 7138517.
HSL color Cylindrical-coordinate representation of color #D5EC6C: hue angle of 70.78º 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 #D5EC6C is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 236 | 108 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.07 |
| HSL | 70.78º | 0.77% | 0.67% | - |
| HSV(B) | 70.78º | 0.54% | 0.93% | - |
| XYZ | 60.14 | 75.22 | 25.54 | - |
| YUV | 214.53 | 67.88 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 236 | 108 | 0.10 | 0 | 0.54 | 0.07 | 70.78 | 0.77 | 0.67 |
| Hex | D5 | EC | 6C | A | 0 | 36 | 7 | 47 | 4D | 43 |
| Octal | 325 | 354 | 154 | 12 | 0 | 66 | 7 | 107 | 115 | 103 |
| Binary | 11010101 | 11101100 | 1101100 | 1010 | 0 | 110110 | 111 | 1000111 | 1001101 | 1000011 |
Color Harmonies of #D5EC6C
Complementary color
Monochromatic Colors of #D5EC6C
Black with #D5EC6C
Text Example
Text Example
White with #D5EC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EC6C; }
p { color: rgb(213,236,108); }
H1.HeaderClassName
{
color: #D5EC6C;
}
.AnyTagClassName
{
color: #D5EC6C;
}
</style>
background-color css
<style>
a { background-color: #D5EC6C; }
a { background-color: rgb(213,236,108); }
div.DivClassName
{
background-color: #D5EC6C;
}
.BgClassName
{
background-color: #D5EC6C;
}
</style>
border-color css
<style>
span { border-color: #D5EC6C; }
span { border-color: rgb(213,236,108); }
td.TdClassName
{
border-color: #D5EC6C;
}
.TagClassName
{
border-color: #D5EC6C;
}
</style>