Shades of Mindaro #D8EC6D
Tints of Mindaro #D8EC6D
RGB
CMYK
RGB Variations
Color information
#D8EC6D (or 0xD8EC6D) is known color: Mindaro. HEX triplet: D8, EC and 6D. RGB value is (216,236,109). Sum of RGB (Red+Green+Blue) = 216+236+109=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 109 (42.97% from 255 or 19.43% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #D8EC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8EC6D is #271392. Grayscale: #D8D8D8. Windows color (decimal): -2560915 or 7204056. OLE color: 7204056.
HSL color Cylindrical-coordinate representation of color #D8EC6D: hue angle of 69.45º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8EC6D is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 236 | 109 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.07 |
| HSL | 69.45º | 0.77% | 0.68% | - |
| HSV(B) | 69.45º | 0.54% | 0.93% | - |
| XYZ | 61.07 | 75.69 | 25.86 | - |
| YUV | 215.54 | 67.87 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 236 | 109 | 0.08 | 0 | 0.54 | 0.07 | 69.45 | 0.77 | 0.68 |
| Hex | D8 | EC | 6D | 8 | 0 | 36 | 7 | 45 | 4D | 44 |
| Octal | 330 | 354 | 155 | 10 | 0 | 66 | 7 | 105 | 115 | 104 |
| Binary | 11011000 | 11101100 | 1101101 | 1000 | 0 | 110110 | 111 | 1000101 | 1001101 | 1000100 |
Color Harmonies of #D8EC6D
Complementary color
Monochromatic Colors of #D8EC6D
Black with #D8EC6D
Text Example
Text Example
White with #D8EC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EC6D; }
p { color: rgb(216,236,109); }
H1.HeaderClassName
{
color: #D8EC6D;
}
.AnyTagClassName
{
color: #D8EC6D;
}
</style>
background-color css
<style>
a { background-color: #D8EC6D; }
a { background-color: rgb(216,236,109); }
div.DivClassName
{
background-color: #D8EC6D;
}
.BgClassName
{
background-color: #D8EC6D;
}
</style>
border-color css
<style>
span { border-color: #D8EC6D; }
span { border-color: rgb(216,236,109); }
td.TdClassName
{
border-color: #D8EC6D;
}
.TagClassName
{
border-color: #D8EC6D;
}
</style>