Shades of Mindaro #D6E766
Tints of Mindaro #D6E766
RGB
CMYK
RGB Variations
Color information
#D6E766 (or 0xD6E766) is known color: Mindaro. HEX triplet: D6, E7 and 66. RGB value is (214,231,102). Sum of RGB (Red+Green+Blue) = 214+231+102=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 102 (40.23% from 255 or 18.65% from 547); Max value from RGB is 231 - color contains mainly: green. Hex color #D6E766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E766 is #291899. Grayscale: #D3D3D3. Windows color (decimal): -2693274 or 6744022. OLE color: 6744022.
HSL color Cylindrical-coordinate representation of color #D6E766: hue angle of 67.91º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6E766 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 231 | 102 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.09 |
| HSL | 67.91º | 0.73% | 0.65% | - |
| HSV(B) | 67.91º | 0.56% | 0.91% | - |
| XYZ | 58.71 | 72.41 | 23.45 | - |
| YUV | 211.21 | 66.37 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 231 | 102 | 0.07 | 0 | 0.56 | 0.09 | 67.91 | 0.73 | 0.65 |
| Hex | D6 | E7 | 66 | 7 | 0 | 38 | 9 | 44 | 49 | 41 |
| Octal | 326 | 347 | 146 | 7 | 0 | 70 | 11 | 104 | 111 | 101 |
| Binary | 11010110 | 11100111 | 1100110 | 111 | 0 | 111000 | 1001 | 1000100 | 1001001 | 1000001 |
Color Harmonies of #D6E766
Complementary color
Monochromatic Colors of #D6E766
Black with #D6E766
Text Example
Text Example
White with #D6E766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E766; }
p { color: rgb(214,231,102); }
H1.HeaderClassName
{
color: #D6E766;
}
.AnyTagClassName
{
color: #D6E766;
}
</style>
background-color css
<style>
a { background-color: #D6E766; }
a { background-color: rgb(214,231,102); }
div.DivClassName
{
background-color: #D6E766;
}
.BgClassName
{
background-color: #D6E766;
}
</style>
border-color css
<style>
span { border-color: #D6E766; }
span { border-color: rgb(214,231,102); }
td.TdClassName
{
border-color: #D6E766;
}
.TagClassName
{
border-color: #D6E766;
}
</style>