Shades of Mindaro #D6E47E
Tints of Mindaro #D6E47E
RGB
CMYK
RGB Variations
Color information
#D6E47E (or 0xD6E47E) is known color: Mindaro. HEX triplet: D6, E4 and 7E. RGB value is (214,228,126). Sum of RGB (Red+Green+Blue) = 214+228+126=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 126 (49.61% from 255 or 22.18% from 568); Max value from RGB is 228 - color contains mainly: green. Hex color #D6E47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E47E is #291B81. Grayscale: #D4D4D4. Windows color (decimal): -2694018 or 8316118. OLE color: 8316118.
HSL color Cylindrical-coordinate representation of color #D6E47E: hue angle of 68.24º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6E47E is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 228 | 126 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.11 |
| HSL | 68.24º | 0.65% | 0.69% | - |
| HSV(B) | 68.24º | 0.45% | 0.89% | - |
| XYZ | 59.24 | 71.29 | 30.38 | - |
| YUV | 212.19 | 79.36 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 228 | 126 | 0.06 | 0 | 0.45 | 0.11 | 68.24 | 0.65 | 0.69 |
| Hex | D6 | E4 | 7E | 6 | 0 | 2D | B | 44 | 41 | 45 |
| Octal | 326 | 344 | 176 | 6 | 0 | 55 | 13 | 104 | 101 | 105 |
| Binary | 11010110 | 11100100 | 1111110 | 110 | 0 | 101101 | 1011 | 1000100 | 1000001 | 1000101 |
Color Harmonies of #D6E47E
Complementary color
Monochromatic Colors of #D6E47E
Black with #D6E47E
Text Example
Text Example
White with #D6E47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E47E; }
p { color: rgb(214,228,126); }
H1.HeaderClassName
{
color: #D6E47E;
}
.AnyTagClassName
{
color: #D6E47E;
}
</style>
background-color css
<style>
a { background-color: #D6E47E; }
a { background-color: rgb(214,228,126); }
div.DivClassName
{
background-color: #D6E47E;
}
.BgClassName
{
background-color: #D6E47E;
}
</style>
border-color css
<style>
span { border-color: #D6E47E; }
span { border-color: rgb(214,228,126); }
td.TdClassName
{
border-color: #D6E47E;
}
.TagClassName
{
border-color: #D6E47E;
}
</style>