Shades of Mindaro #D6E67E
Tints of Mindaro #D6E67E
RGB
CMYK
RGB Variations
Color information
#D6E67E (or 0xD6E67E) is known color: Mindaro. HEX triplet: D6, E6 and 7E. RGB value is (214,230,126). Sum of RGB (Red+Green+Blue) = 214+230+126=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 230 (90.23% from 255 or 40.35% from 570); Blue value is 126 (49.61% from 255 or 22.11% from 570); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E67E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E67E is #291981. Grayscale: #D5D5D5. Windows color (decimal): -2693506 or 8316630. OLE color: 8316630.
HSL color Cylindrical-coordinate representation of color #D6E67E: hue angle of 69.23º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6E67E is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 230 | 126 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.10 |
| HSL | 69.23º | 0.68% | 0.7% | - |
| HSV(B) | 69.23º | 0.45% | 0.9% | - |
| XYZ | 59.79 | 72.4 | 30.56 | - |
| YUV | 213.36 | 78.7 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 230 | 126 | 0.07 | 0 | 0.45 | 0.10 | 69.23 | 0.68 | 0.7 |
| Hex | D6 | E6 | 7E | 7 | 0 | 2D | A | 45 | 44 | 46 |
| Octal | 326 | 346 | 176 | 7 | 0 | 55 | 12 | 105 | 104 | 106 |
| Binary | 11010110 | 11100110 | 1111110 | 111 | 0 | 101101 | 1010 | 1000101 | 1000100 | 1000110 |
Color Harmonies of #D6E67E
Complementary color
Monochromatic Colors of #D6E67E
Black with #D6E67E
Text Example
Text Example
White with #D6E67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E67E; }
p { color: rgb(214,230,126); }
H1.HeaderClassName
{
color: #D6E67E;
}
.AnyTagClassName
{
color: #D6E67E;
}
</style>
background-color css
<style>
a { background-color: #D6E67E; }
a { background-color: rgb(214,230,126); }
div.DivClassName
{
background-color: #D6E67E;
}
.BgClassName
{
background-color: #D6E67E;
}
</style>
border-color css
<style>
span { border-color: #D6E67E; }
span { border-color: rgb(214,230,126); }
td.TdClassName
{
border-color: #D6E67E;
}
.TagClassName
{
border-color: #D6E67E;
}
</style>