Shades of Mindaro #D6E57F
Tints of Mindaro #D6E57F
RGB
CMYK
RGB Variations
Color information
#D6E57F (or 0xD6E57F) is known color: Mindaro. HEX triplet: D6, E5 and 7F. RGB value is (214,229,127). Sum of RGB (Red+Green+Blue) = 214+229+127=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 229 (89.84% from 255 or 40.18% from 570); Blue value is 127 (50% from 255 or 22.28% from 570); Max value from RGB is 229 - color contains mainly: green. Hex color #D6E57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E57F is #291A80. Grayscale: #D5D5D5. Windows color (decimal): -2693761 or 8381910. OLE color: 8381910.
HSL color Cylindrical-coordinate representation of color #D6E57F: hue angle of 68.82º degrees, saturation: 0.66, 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 #D6E57F is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 229 | 127 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.10 |
| HSL | 68.82º | 0.66% | 0.7% | - |
| HSV(B) | 68.82º | 0.45% | 0.9% | - |
| XYZ | 59.58 | 71.87 | 30.81 | - |
| YUV | 212.89 | 79.53 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 229 | 127 | 0.07 | 0 | 0.45 | 0.10 | 68.82 | 0.66 | 0.7 |
| Hex | D6 | E5 | 7F | 7 | 0 | 2D | A | 45 | 42 | 46 |
| Octal | 326 | 345 | 177 | 7 | 0 | 55 | 12 | 105 | 102 | 106 |
| Binary | 11010110 | 11100101 | 1111111 | 111 | 0 | 101101 | 1010 | 1000101 | 1000010 | 1000110 |
Color Harmonies of #D6E57F
Complementary color
Monochromatic Colors of #D6E57F
Black with #D6E57F
Text Example
Text Example
White with #D6E57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E57F; }
p { color: rgb(214,229,127); }
H1.HeaderClassName
{
color: #D6E57F;
}
.AnyTagClassName
{
color: #D6E57F;
}
</style>
background-color css
<style>
a { background-color: #D6E57F; }
a { background-color: rgb(214,229,127); }
div.DivClassName
{
background-color: #D6E57F;
}
.BgClassName
{
background-color: #D6E57F;
}
</style>
border-color css
<style>
span { border-color: #D6E57F; }
span { border-color: rgb(214,229,127); }
td.TdClassName
{
border-color: #D6E57F;
}
.TagClassName
{
border-color: #D6E57F;
}
</style>