Shades of Mindaro #D6EC77
Tints of Mindaro #D6EC77
RGB
CMYK
RGB Variations
Color information
#D6EC77 (or 0xD6EC77) is known color: Mindaro. HEX triplet: D6, EC and 77. RGB value is (214,236,119). Sum of RGB (Red+Green+Blue) = 214+236+119=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 119 (46.88% from 255 or 20.91% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #D6EC77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EC77 is #291388. Grayscale: #D8D8D8. Windows color (decimal): -2691977 or 7859414. OLE color: 7859414.
HSL color Cylindrical-coordinate representation of color #D6EC77: hue angle of 71.28º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6EC77 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 236 | 119 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.07 |
| HSL | 71.28º | 0.75% | 0.7% | - |
| HSV(B) | 71.28º | 0.5% | 0.93% | - |
| XYZ | 61.06 | 75.62 | 28.83 | - |
| YUV | 216.08 | 73.21 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 236 | 119 | 0.09 | 0 | 0.50 | 0.07 | 71.28 | 0.75 | 0.7 |
| Hex | D6 | EC | 77 | 9 | 0 | 32 | 7 | 47 | 4B | 46 |
| Octal | 326 | 354 | 167 | 11 | 0 | 62 | 7 | 107 | 113 | 106 |
| Binary | 11010110 | 11101100 | 1110111 | 1001 | 0 | 110010 | 111 | 1000111 | 1001011 | 1000110 |
Color Harmonies of #D6EC77
Complementary color
Monochromatic Colors of #D6EC77
Black with #D6EC77
Text Example
Text Example
White with #D6EC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EC77; }
p { color: rgb(214,236,119); }
H1.HeaderClassName
{
color: #D6EC77;
}
.AnyTagClassName
{
color: #D6EC77;
}
</style>
background-color css
<style>
a { background-color: #D6EC77; }
a { background-color: rgb(214,236,119); }
div.DivClassName
{
background-color: #D6EC77;
}
.BgClassName
{
background-color: #D6EC77;
}
</style>
border-color css
<style>
span { border-color: #D6EC77; }
span { border-color: rgb(214,236,119); }
td.TdClassName
{
border-color: #D6EC77;
}
.TagClassName
{
border-color: #D6EC77;
}
</style>