Shades of Mindaro #D6E464
Tints of Mindaro #D6E464
RGB
CMYK
RGB Variations
Color information
#D6E464 (or 0xD6E464) is known color: Mindaro. HEX triplet: D6, E4 and 64. RGB value is (214,228,100). Sum of RGB (Red+Green+Blue) = 214+228+100=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 100 (39.45% from 255 or 18.45% from 542); Max value from RGB is 228 - color contains mainly: green. Hex color #D6E464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E464 is #291B9B. Grayscale: #D1D1D1. Windows color (decimal): -2694044 or 6612182. OLE color: 6612182.
HSL color Cylindrical-coordinate representation of color #D6E464: hue angle of 66.56º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6E464 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 228 | 100 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.11 |
| HSL | 66.56º | 0.7% | 0.64% | - |
| HSV(B) | 66.56º | 0.56% | 0.89% | - |
| XYZ | 57.78 | 70.7 | 22.66 | - |
| YUV | 209.22 | 66.36 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 228 | 100 | 0.06 | 0 | 0.56 | 0.11 | 66.56 | 0.7 | 0.64 |
| Hex | D6 | E4 | 64 | 6 | 0 | 38 | B | 43 | 46 | 40 |
| Octal | 326 | 344 | 144 | 6 | 0 | 70 | 13 | 103 | 106 | 100 |
| Binary | 11010110 | 11100100 | 1100100 | 110 | 0 | 111000 | 1011 | 1000011 | 1000110 | 1000000 |
Color Harmonies of #D6E464
Complementary color
Monochromatic Colors of #D6E464
Black with #D6E464
Text Example
Text Example
White with #D6E464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E464; }
p { color: rgb(214,228,100); }
H1.HeaderClassName
{
color: #D6E464;
}
.AnyTagClassName
{
color: #D6E464;
}
</style>
background-color css
<style>
a { background-color: #D6E464; }
a { background-color: rgb(214,228,100); }
div.DivClassName
{
background-color: #D6E464;
}
.BgClassName
{
background-color: #D6E464;
}
</style>
border-color css
<style>
span { border-color: #D6E464; }
span { border-color: rgb(214,228,100); }
td.TdClassName
{
border-color: #D6E464;
}
.TagClassName
{
border-color: #D6E464;
}
</style>